Skip to content

Commit

Permalink
merge BRIDGE into main in prep for release v1.0.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Apr 10, 2024
2 parents faf8f8e + 7cc3222 commit fc074ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-----------------------------

## [v1.0.1] - 2024-04-10

### Fixed

- ldas_setup: Changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl

-----------------------------

## [v1.0.0] - 2024-03-26

- Inaugural version. 0-diff vs. GEOSldas v18.0.0.
Expand Down
4 changes: 2 additions & 2 deletions GEOSldas_App/ldas_setup
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ class LDASsetup:
remap_tpl = os.path.dirname(os.path.realpath(__file__)) + '/remap_params.tpl'
config = yaml_to_config(remap_tpl)

config['slurm']['account'] = self.rqdRmInp['account']
config['slurm']['qos'] = 'debug'
config['slurm_pbs']['account'] = self.rqdRmInp['account']
config['slurm_pbs']['qos'] = 'debug'

config['input']['surface']['catch_tilefile'] = self.in_tilefile
config['input']['shared']['expid'] = self.rqdExeInp['RESTART_ID']
Expand Down

0 comments on commit fc074ba

Please sign in to comment.