Skip to content

Commit

Permalink
Fix the file location of gsi_complete_radar.txt, for automatically se…
Browse files Browse the repository at this point in the history
…tting l_precip_clear_only=.true. when reflectivity is assimilated in GSI hybrid analysis (NOAA-EMC#530)
  • Loading branch information
chunhuazhou committed May 25, 2023
1 parent a1beeb7 commit 4e7f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exregional_nonvarcldanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ fi
if [ ${DO_ENKF_RADAR_REF} == "TRUE" ]; then
l_qnr_from_qr=".true."
fi
if [ -r "${cycle_dir}/anal_radardbz_gsi${cycle_tag}/gsi_complete_radar.txt" ] || [ -r "${cycle_dir}/anal_conv_dbz_gsi${cycle_tag}/gsi_complete_radar.txt" ]; then
if [ -r "${comout}/gsi_complete_radar.txt" ] ; then
l_precip_clear_only=".true."
l_qnr_from_qr=".true."
fi
Expand Down

0 comments on commit 4e7f7e7

Please sign in to comment.