Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parm/config/gefs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ case ${imp_physics} in
export random_clds=".false."
export effr_in=".true."
export ltaerosol=".false."
export lradar=".false."
export lradar=".true."
export ttendlim="-999"
export dt_inner=$((DELTIM/2))
export sedi_semi=.true.
Expand Down
2 changes: 1 addition & 1 deletion parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ case ${imp_physics} in
export random_clds=".false."
export effr_in=".true."
export ltaerosol=".false."
export lradar=".false."
export lradar=".true."
export ttendlim="-999"
export dt_inner=$((DELTIM/2))
export sedi_semi=.true.
Expand Down
2 changes: 1 addition & 1 deletion parm/ufs/fv3/diag_table
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2
"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2
"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2
"gfs_phys", "refl_10cm", "refl_10cm", "fv3_history", "all", .false., "none", 2

"gfs_phys", "cldfra", "cldfra", "fv3_history2d", "all", .false., "none", 2
"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2
Expand Down Expand Up @@ -266,7 +267,6 @@
"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2


#=============================================================================================
#
#====> This file can be used with diag_manager/v2.0a (or higher) <====
Expand Down
2 changes: 1 addition & 1 deletion ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ EOF
cat >> input.nml << EOF
iovr = ${iovr:-"3"}
ltaerosol = ${ltaerosol:-".false."}
lradar = ${lradar:-".false."}
lradar = ${lradar:-".true."}
Comment thread
aerorahul marked this conversation as resolved.
ttendlim = ${ttendlim:-"-999"}
dt_inner = ${dt_inner:-"${default_dt_inner}"}
sedi_semi = ${sedi_semi:-".true."}
Expand Down