Skip to content

Commit f5f5a00

Browse files
authored
Using EVA timeseries (#549)
* works, backup before merging develop * new eva suite * fix getncdiags task * erase redundant files * add task related questions and reorder the list of task dictionaries * new tasks, new entries * eva capabilities configs * comment out channel related entries for now * erase old file * add atmosphere YAML and have model-specific option for the suite * atmosphere channels * atmosphere works * some fixes, ignore certain atmosphere outputs * add timestamp to cycle_done * minor changes * erase line * minor fix * fix the call * gsi nlats * gsibec coordinates
1 parent ef99d71 commit f5f5a00

File tree

18 files changed

+1905
-314
lines changed

18 files changed

+1905
-314
lines changed

src/swell/configuration/jedi/interfaces/geos_atmosphere/task_questions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ minimizer:
168168
options:
169169
- DRPCG
170170

171+
ncdiag_experiments:
172+
default_value: x0050_fgat
173+
options:
174+
- x0050_fgat
175+
171176
npx_proc:
172177
default_value: 4
173178

src/swell/configuration/jedi/interfaces/geos_marine/task_questions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ mom6_iau:
8787
mom6_iau_nhours:
8888
default_value: PT3H
8989

90+
ncdiag_experiments:
91+
default_value: fgat_jra55_01
92+
options:
93+
- fgat_jra55_01
94+
9095
number_of_iterations:
9196
default_value:
9297
- 5

src/swell/deployment/platforms/nccs_discover_sles15/modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module load r2d2/sles15_spack19
4343

4444
# Load eva and jedi_bundle
4545
# ------------------------
46-
module load eva/sles15_skylab9
46+
module load eva/sles15_milan_1.6.5
4747
module load jedi_bundle/sles15_skylab9
4848

4949
# Set the swell paths

0 commit comments

Comments
 (0)