Skip to content

Commit

Permalink
Issue #1: update config files
Browse files Browse the repository at this point in the history
 * parm/config/config.anal - add logic to use correct global_convinfo.txt prior to GFS v15.3 implementation (2020052612)

 * parm/config/config.awips - set NAWIPSGRP to equal NPOSTGRP (config.post)

 * parm/config/config.fcst - add double quotes around CDUMP on levs test to prevent setup_workflow.py runtime error
  • Loading branch information
RussTreadon-NOAA committed May 26, 2020
1 parent 0dff61f commit 38cd821
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions parm/config/config.anal
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,18 @@ if [[ "$CDATE" -ge "2019110706" && "$CDATE" -lt "2020040718" ]]; then
export OBERROR=$FIXgsi/gfsv16_historical/prepobs_errtable.global.2019110706
fi

# Assimilate 135 (T) & 235 (uv) Canadian AMDAR observations
if [[ "$CDATE" -ge "2020040718" && "$CDATE" -lt "2020052612" ]]; then_break
export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2020040718
fi

# NOTE:
# As of 2020040718, gfsv16_historical/global_convinfo.txt.2020040718 is
# As of 2020052612, gfsv16_historical/global_convinfo.txt.2020052612 is
# identical to ../global_convinfo.txt. Thus, the logic below is not
# needed at this time. A similar comment applies to ../prepobs_errtable.global
# and gfsv16_historical/prepobs_errtable.global.2019110706

# Assimilate 135 (T) & 235 (uv) Canadian AMDAR observations
##if [[ "$CDATE" -ge "2020040718" && "$CDATE" -lt "YYYYMMDDHH" ]]; then_break
## export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2020040718
## export OBERROR=$FIXgsi/gfsv16_historical/prepobs_errtable.global.2020040718
# needed at this time.
# Assimilate COSMIC-2 GPS
##if [[ "$CDATE" -ge "2020052612" && "$CDATE" -lt "YYYYMMDDHH" ]]; then_break
## export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2020052612
##fi


Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.awips
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export AWIPS20SH=$HOMEgfs/jobs/JGFS_AWIPS_20KM_1P0DEG
export AWIPSG2SH=$HOMEgfs/jobs/JGFS_AWIPS_G2

# No. of concurrent awips jobs
export NAWIPSGRP=21
export NAWIPSGRP=42

echo "END: config.awips"
2 changes: 1 addition & 1 deletion parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export do_tofd=".true."
export launch_level=$(echo "$LEVS/2.35" |bc)

# Sponge layer settings for L127
if [ $LEVS = "128" -a $CDUMP = "gdas" ]; then
if [ $LEVS = "128" -a "$CDUMP" = "gdas" ]; then
export tau=5.0
export rf_cutoff=1.0e3
export d2_bg_k1=0.20
Expand Down

0 comments on commit 38cd821

Please sign in to comment.