Skip to content

Commit 7cc3222

Browse files
Merge branch 'develop' into BRIDGE
2 parents a9f34aa + 19fc765 commit 7cc3222

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
-----------------------------
1313

14+
## [v1.0.1] - 2024-04-10
15+
16+
### Fixed
17+
18+
- ldas_setup: Changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl
19+
20+
-----------------------------
21+
1422
## [v1.0.0] - 2024-03-26
1523

1624
- Inaugural version. 0-diff vs. GEOSldas v18.0.0.

GEOSldas_App/ldas_setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,8 @@ class LDASsetup:
859859
remap_tpl = os.path.dirname(os.path.realpath(__file__)) + '/remap_params.tpl'
860860
config = yaml_to_config(remap_tpl)
861861

862-
config['slurm']['account'] = self.rqdRmInp['account']
863-
config['slurm']['qos'] = 'debug'
862+
config['slurm_pbs']['account'] = self.rqdRmInp['account']
863+
config['slurm_pbs']['qos'] = 'debug'
864864

865865
config['input']['surface']['catch_tilefile'] = self.in_tilefile
866866
config['input']['shared']['expid'] = self.rqdExeInp['RESTART_ID']

0 commit comments

Comments
 (0)