File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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' ]
You can’t perform that action at this time.
0 commit comments