Skip to content

Commit fc26235

Browse files
Adds a CIME drydep test
1 parent 408e876 commit fc26235

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

cime_config/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@
725725
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-optics",
726726
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-aci",
727727
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-wetscav",
728+
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-drydep",
728729
)
729730
},
730731

components/eamxx/cime_config/testdefs/testmods_dirs/scream/mam4xx/drydep/shell_commands

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11

2-
#Default scream has 10 tracers, MAM4xx adds another 31 making a total of 41 tracer
3-
#Set total number of tracers to 41. We are using append here as last entry wins while parsing xml options
4-
./xmlchange --append SCREAM_CMAKE_OPTIONS="SCREAM_NUM_TRACERS 41"
2+
#!/bin/sh
3+
#------------------------------------------------------
4+
# MAM4xx adds additionaltracers to the simulation
5+
# Increase number of tracers for MAM4xx simulations
6+
#------------------------------------------------------
57

6-
#modify initial condition file to get aerosol species ICs
7-
$CIMEROOT/../components/eamxx/scripts/atmchange initial_conditions::Filename='$DIN_LOC_ROOT/atm/scream/init/screami_mam4xx_ne4np4L72_c20240208.nc' -b
8+
$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/scream/mam4xx/update_eamxx_num_tracers.sh -b
89

9-
# Add drydep process
10+
#------------------------------------------------------
11+
#Update IC file and add drydep process
12+
#------------------------------------------------------
13+
$CIMEROOT/../components/eamxx/scripts/atmchange initial_conditions::Filename='$DIN_LOC_ROOT/atm/scream/init/screami_mam4xx_ne4np4L72_c20240208.nc' -b
1014
$CIMEROOT/../components/eamxx/scripts/atmchange physics::atm_procs_list="mac_aero_mic,rrtmgp,mam4_drydep" -b
1115

1216

0 commit comments

Comments
 (0)