Skip to content

Commit 13494a7

Browse files
authored
Merge pull request #746 from GEOS-ESM/feature/v12-add-scm-cases
2 parents be565c6 + 622ea97 commit 13494a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scm_setup

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ allowed_cases+=("bomex")
6666
allowed_cases+=("dycoms_rf01")
6767
allowed_cases+=("arm_97jun")
6868
allowed_cases+=("dry_cbl")
69+
allowed_cases+=("rico")
70+
allowed_cases+=("gabls1")
6971

7072
sorted_cases=($(for each in ${allowed_cases[@]}; do echo $each; done | sort))
7173

@@ -363,6 +365,12 @@ case $selected_case in
363365
"LASIC_aug2016")
364366
DATFILE="merra2_lasic_aug2016.dat"
365367
;;
368+
"rico")
369+
DATFILE="rico.dat"
370+
;;
371+
"gabls1")
372+
DATFILE="gabls1.dat"
373+
;;
366374
*)
367375
echo "You should not be here!"
368376
echo "If you are here, there is a case in allowed_cases"

0 commit comments

Comments
 (0)