Skip to content

Commit b19e8ad

Browse files
committed
fix slurm entry
1 parent 922a66f commit b19e8ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Fixed
13+
14+
- changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl
15+
1216
-----------------------------
1317

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

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)