diff --git a/parm/config/config.anal b/parm/config/config.anal index adc893f266..7120c8a3a7 100755 --- a/parm/config/config.anal +++ b/parm/config/config.anal @@ -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 diff --git a/parm/config/config.awips b/parm/config/config.awips index c5a8d45caa..76a9c21536 100755 --- a/parm/config/config.awips +++ b/parm/config/config.awips @@ -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" diff --git a/parm/config/config.fcst b/parm/config/config.fcst index 1425676dc2..a26729bd08 100755 --- a/parm/config/config.fcst +++ b/parm/config/config.fcst @@ -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