NCAR / wawg_dev

Repository for tracking CESM/WAWG development simulations
0 stars 0 forks source link

f.e23.FWmaHIST.ne16pg3_mg17_L135_tag132_beres0.6 #15

Open sglanvil opened 10 months ago

sglanvil commented 10 months ago

Case Name f.e23.FWmaHIST.ne16pg3_mg17_L135_tag132_beres0.6 Keywords 2deg, ne16, WACCM, 135L, tag132, derecho, cam_dev


Case Dir
/glade/u/home/sglanvil/cases/$CASE Run Dir /glade/derecho/scratch/sglanvil/$CASE/run Archive Dir /glade/campaign/acom/acom-climate/sglanvil/waccm_tuning/archive/$CASE


Note, since this is tag132, no need to manually add the HB diffusion source mods.

We are using Peter L's namelist settings to make the throughput faster (small nsplit) with zero/less crashes.

Note, I am also unsure what width value is being used here (whatever is default for tag132).


Variable Value
effgw_beres_dp 0.6D0
effgw_rdg_beta 1.2D0
effgw_rdg_beta_max 1.2D0
frontgfc 1.75D-15
taubgnd 1.25D-3
gw_qbo_hdepth_scaling 0.25D0
tau_0_ubc true
front_gaussian_width ?? unsure ??
Acquire the source code:
cd /glade/work/sglanvil/sourceCodes
git clone https://github.com/ESCOMP/CAM cam6_3_132
cd cam6_3_132
git checkout cam6_3_132
./manage_externals/checkout_externals
(git describe)
ssh derecho

cd /glade/work/sglanvil/sourceCodes/cam6_3_132/cime/scripts

./create_newcase --compset FWmaHIST --res ne16pg3_ne16pg3_mg17 --case /glade/u/home/sglanvil/cases/f.e23.FWmaHIST.ne16pg3_mg17_L135_tag132_beres0.6 --run-unsupported --project P93300607

cd /glade/u/home/sglanvil/cases/f.e23.FWmaHIST.ne16pg3_mg17_L135_tag132_beres0.6

./case.setup

Edit env_build.xml
<entry id="CAM_CONFIG_OPTS" value="-phys cam_dev -nlev 135 -age_of_air_trcs -chem waccm_ma_mam5">

Copy (user_nl_cam) and (user_nl_clm) from here:
cp /glade/u/home/sglanvil/cases/f.e23.FWmaHIST.ne16pg3_mg17_L135_tag119fvitt_beres0.6_HB/user_nl_cam .
cp /glade/u/home/sglanvil/cases/f.e23.FWmaHIST.ne16pg3_mg17_L135_tag119fvitt_beres0.6_HB/user_nl_clm .

Edit/add/verify namelist settings:
effgw_beres_dp = 0.60D0
se_hypervis_subcycle_sponge = 1
se_nu_top = 1E6
se_hypervis_subcycle = 7
se_rsplit = 2
se_nsplit = 2
se_large_courant_incr          = .true.
se_statefreq       = 144
se_nu_div = 8.070E15
se_nu     = 8.070E15
se_sponge_del4_lev             =  15   !stable with 20; maybe with 15????

./xmlchange RUN_REFDATE=2000-01-01
./xmlchange RUN_STARTDATE=2000-01-01
./xmlchange STOP_OPTION=nmonths
./xmlchange STOP_N=12
./xmlchange CONTINUE_RUN=FALSE
./xmlchange DOUT_S_ROOT='/glade/campaign/acom/acom-climate/sglanvil/waccm_tuning/archive/$CASE'
./xmlchange RESUBMIT=9
./xmlchange --append CAM_CONFIG_OPTS="-Dwaccm_debug"

Source mods
cp /glade/u/home/pel/src/for-WACCM2degree/*.F90 SourceMods/src.cam/ SourceMods/src.cam

Check env_workflow.xml for clock settings
Check env_mach_pes.xml for settings

./case.build
sglanvil commented 10 months ago

Note, I'm not actually sure what value of front_gaussian_width is being used in this tag/case.