Skip to content

Commit

Permalink
Enable radar reflectivity output (NOAA-EMC#2143)
Browse files Browse the repository at this point in the history
Turns on radar reflectivity output from FV3. This eliminates missing values appearing in the grib2 files.
  • Loading branch information
WalterKolczynski-NOAA authored Dec 13, 2023
1 parent 24d898e commit 1332188
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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."}
ttendlim = ${ttendlim:-"-999"}
dt_inner = ${dt_inner:-"${default_dt_inner}"}
sedi_semi = ${sedi_semi:-".true."}
Expand Down

0 comments on commit 1332188

Please sign in to comment.