Skip to content

Commit 791e871

Browse files
Adds a CIME test to invoke all existing mam4xx procs
1 parent 41a944c commit 791e871

File tree

1 file changed

+22
-0
lines changed
  • components/eamxx/cime_config/testdefs/testmods_dirs/scream/mam4xx/all_mam4xx_procs

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#------------------------------------------------------
2+
# MAM4xx adds additional tracers to the simulation
3+
# Increase the number of tracers for MAM4xx simulations
4+
#------------------------------------------------------
5+
$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/scream/mam4xx/update_eamxx_num_tracers.sh
6+
7+
#modify initial condition file to get aerosol species ICs
8+
$CIMEROOT/../components/eamxx/scripts/atmchange initial_conditions::Filename='$DIN_LOC_ROOT/atm/scream/init/screami_mam4xx_ne4np4L72_c20240208.nc' -b
9+
10+
# Add all MAM4 processes (except ACI)
11+
$CIMEROOT/../components/eamxx/scripts/atmchange physics::atm_procs_list="mam4_constituent_fluxes, mac_aero_mic,mam4_wetscav, mam4_optics, rrtmgp, mam4_srf_online_emiss,mam4_drydep" -b
12+
13+
# Add mam4_aci in mac_aero_mic
14+
$CIMEROOT/../components/eamxx/scripts/atmchange mac_aero_mic::atm_procs_list="tms,shoc,cldFraction,mam4_aci,p3" -b
15+
16+
#Set precribed ccn to false so that P3 uses input from ACI
17+
$CIMEROOT/../components/eamxx/scripts/atmchange p3::do_prescribed_ccn=false -b
18+
19+
#Set predicted ccn to true so that P3 uses input from ACI
20+
$CIMEROOT/../components/eamxx/scripts/atmchange p3::do_predict_nc=true -b
21+
22+

0 commit comments

Comments
 (0)