File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
components/eamxx/cime_config/testdefs/testmods_dirs/scream/mam4xx/drydep Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 725
725
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-optics" ,
726
726
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-aci" ,
727
727
"SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-wetscav" ,
728
+ "SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-drydep" ,
728
729
)
729
730
},
730
731
Original file line number Diff line number Diff line change 1
1
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
+ #------------------------------------------------------
5
7
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
8
9
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
10
14
$CIMEROOT/../components/eamxx/scripts/atmchange physics::atm_procs_list="mac_aero_mic,rrtmgp,mam4_drydep" -b
11
15
12
16
You can’t perform that action at this time.
0 commit comments