Skip to content

Commit

Permalink
Adopt progsigma "Add prognostic cumulus closure description in saSAS u…
Browse files Browse the repository at this point in the history
…fs-community#1187" (#1)

https://github.com/ufs-community/ufs-weather-model/pull/1187/files
	modified:   FV3
	modified:   tests/default_vars.sh
	modified:   tests/opnReqTests/dcp.sh
	modified:   tests/parm/control.nml.IN
	new file:   tests/parm/field_table/field_table_gfsv16_progsigma
  • Loading branch information
bluefinweiwei authored Oct 13, 2022
1 parent 9454ef7 commit 02cce26
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ export HWRF_SAMFDEEP=.false.
export RAS=.false.
export RANDOM_CLDS=.false.
export CNVCLD=.true.
export PROGSIGMA=.false.

# Aerosol convective scavenging
export FSCAV_AERO="'*:0.0'"
Expand Down
5 changes: 3 additions & 2 deletions tests/opnReqTests/dcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ if [[ $application == 'global' ]]; then
INPES=$JNPES
JNPES=$temp
else
INPES=6
JNPES=4
temp=$INPES
INPES=$JNPES
JNPES=$temp
fi
elif [[ $application == 'regional' ]]; then
if [[ $CI_TEST == 'true' ]]; then
Expand Down
1 change: 1 addition & 0 deletions tests/parm/control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ deflate_level=1
rrtmgp_nBandsSW = 14
doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT]
doGP_lwscat = @[DOGP_LWSCAT]
progsigma = @[PROGSIGMA]
/

&gfdl_cloud_microphysics_nml
Expand Down
47 changes: 47 additions & 0 deletions tests/parm/field_table/field_table_gfsv16_progsigma
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# added by FRE: sphum must be present in atmos
# specific humidity for moist runs
"TRACER", "atmos_mod", "sphum"
"longname", "specific humidity"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
# prognostic cloud water mixing ratio
"TRACER", "atmos_mod", "liq_wat"
"longname", "cloud water mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
"TRACER", "atmos_mod", "rainwat"
"longname", "rain mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
"TRACER", "atmos_mod", "ice_wat"
"longname", "cloud ice mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
"TRACER", "atmos_mod", "snowwat"
"longname", "snow mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
"TRACER", "atmos_mod", "graupel"
"longname", "graupel mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
# prognostic ozone mixing ratio tracer
"TRACER", "atmos_mod", "o3mr"
"longname", "ozone mixing ratio"
"units", "kg/kg"
"profile_type", "fixed", "surface_value=1.e30" /
# prognostic subgrid scale turbulent kinetic energy
"TRACER", "atmos_mod", "sgs_tke"
"longname", "subgrid scale turbulent kinetic energy"
"units", "m2/s2"
"profile_type", "fixed", "surface_value=0.0" /
# prognotsitc sigmab tracer
"TRACER", "atmos_mod", "sigmab"
"longname", "sigma fraction"
"units", "fraction"
"profile_type", "fixed", "surface_value=0.0" /
# non-prognostic cloud amount
"TRACER", "atmos_mod", "cld_amt"
"longname", "cloud amount"
"units", "1"
"profile_type", "fixed", "surface_value=0.0" /

0 comments on commit 02cce26

Please sign in to comment.