Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for P8 #946

Merged
8 changes: 4 additions & 4 deletions parm/chem/ExtData.other
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ TROPP 'Pa' Y N - 0.0 1.0
DU_SRC NA N Y - none none du_src ExtData/Dust/gocart.dust_source.v5a.x1152_y721.nc

# FENGSHA input files. Note: regridding should be N or E - Use files with _FillValue != NaN
DU_CLAY '1' Y E - none none clayfrac ExtData/Dust/FENGSHA_SOILGRIDS2019_GEFSv12_v1.2.nc
DU_SAND '1' Y E - none none sandfrac ExtData/Dust/FENGSHA_SOILGRIDS2019_GEFSv12_v1.2.nc
DU_CLAY '1' Y E - none none clayfrac ExtData/Dust/FENGSHA_p81_10km_inputs.nc
DU_SAND '1' Y E - none none sandfrac ExtData/Dust/FENGSHA_p81_10km_inputs.nc
DU_SILT '1' Y E - none none siltfrac /dev/null
DU_SSM '1' Y E - none none ssm /dev/null:1.0
DU_RDRAG '1' Y E %y4-%m2-%d2t12:00:00 none none albedo_drag ExtData/Dust/FENGSHA_Albedo_drag_v1.nc
DU_UTHRES '1' Y E - none none uthres ExtData/Dust/randomforestensemble_uthres.nc
DU_RDRAG '1' Y E %y4-%m2-%d2t12:00:00 none none albedo_drag ExtData/Dust/FENGSHA_p81_10km_inputs.nc
DU_UTHRES '1' Y E - none none uthres ExtData/Dust/FENGSHA_p81_10km_inputs.nc

#====== Sulfate Sources =================================================
# Anthropogenic (BF & FF) emissions -- allowed to input as two layers
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.aero
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AERO_EMIS_FIRE=QFED
# Aerosol convective scavenging factors (list of string array elements)
# Element syntax: '<tracer_name>:<factor>'. Use <tracer_name> = * to set default factor for all aerosol tracers
# Scavenging factors are set to 0 (no scavenging) if unset
aero_conv_scav_factors="'*:0.3','so2:0.0','msa:0.0','dms:0.0','nh3:0.4','nh4:0.6','bc1:0.6','bc2:0.6','dust1:0.6','dust2:0.6', 'dust3:0.6','dust4:0.6','dust5:0.6','seas1:0.5','seas2:0.5','seas3:0.5','seas4:0.5','seas5:0.5'"
aero_conv_scav_factors="'*:0.3','so2:0.0','msa:0.0','dms:0.0','nh3:0.4','nh4:0.6','bc1:0.6','bc2:0.6','oc1:0.4','oc2:0.4','dust1:0.6','dust2:0.6', 'dust3:0.6','dust4:0.6','dust5:0.6','seas1:0.5','seas2:0.5','seas3:0.5','seas4:0.5','seas5:0.5'"
#
# Number of diagnostic aerosol tracers (default: 0)
aero_diag_tracers=2
4 changes: 2 additions & 2 deletions parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if [ $gwd_opt -eq 2 ]; then
#export do_gsl_drag_tofd=".true."
#export do_ugwp_v1_orog_only=".false."

#--used for UFS p8b
#--used for UFS p8
export knob_ugwp_version=0
export do_ugwp=".false."
export do_tofd=".false."
Expand All @@ -132,7 +132,7 @@ if [ $gwd_opt -eq 2 ]; then
export do_ugwp_v0_nst_only=".false."
export do_gsl_drag_ls_bl=".false."
export do_gsl_drag_ss=".true."
export do_gsl_drag_tofd=".true."
export do_gsl_drag_tofd=".false."
export do_ugwp_v1_orog_only=".false."
export launch_level=$(echo "$LEVS/2.35" |bc)
fi
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ CHECKOUT_GSI="NO"
CHECKOUT_GDAS="NO"
checkout_gtg="NO"
checkout_wafs="NO"
ufs_model_hash="b97375c"
ufs_model_hash="Prototype-P8"

# Parse command line arguments
while getopts ":chgum:o" option; do
Expand Down