From 9f84f3474c90f3ae3b573db2778fdca8f34601f4 Mon Sep 17 00:00:00 2001 From: Emily Liu Date: Fri, 24 Jun 2022 18:49:54 +0000 Subject: [PATCH 1/3] Update the satinfo and convinfo files so the v16.3 parallel experiments use the updated satinfo and convinfo files. --- parm/config/config.anal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parm/config/config.anal b/parm/config/config.anal index a842b4c5ad..590501ad15 100755 --- a/parm/config/config.anal +++ b/parm/config/config.anal @@ -117,12 +117,12 @@ if [[ $RUN_ENVIR == "emc" ]]; then # Assimilate DO-2 GeoOptics if [[ "$CDATE" -ge "2021031712" && "$CDATE" -lt "2021091612" ]]; then - export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2021031712 + export CONVINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_convinfo.txt.2021031712 fi # Assimilate DO-3 Spire if [[ "$CDATE" -ge "2021091612" && "$CDATE" -lt "2022031612" ]]; then - export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2021091612 + export CONVINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_convinfo.txt.2021091612 fi @@ -159,12 +159,12 @@ if [[ $RUN_ENVIR == "emc" ]]; then # Turn off assimilation of S-NPP CrIS if [[ "$CDATE" -ge "2021052118" && "$CDATE" -lt "2021092206" ]]; then - export SATINFO=$FIXgsi/gfsv16_historical/global_satinfo.txt.2021052118 + export SATINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_satinfo.txt.2021052118 fi # Turn off assimilation of MetOp-A IASI if [[ "$CDATE" -ge "2021092206" && "$CDATE" -lt "2021102612" ]]; then - export SATINFO=$FIXgsi/gfsv16_historical/global_satinfo.txt.2021092206 + export SATINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_satinfo.txt.2021092206 fi # NOTE: From 2d39e398d57047828adfcc85d997b319b53279ae Mon Sep 17 00:00:00 2001 From: Emily Liu Date: Fri, 24 Jun 2022 21:02:35 +0000 Subject: [PATCH 2/3] Remove a mistake made in the path for satinfo and convinfo files. --- parm/config/config.anal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parm/config/config.anal b/parm/config/config.anal index 590501ad15..550f7e332f 100755 --- a/parm/config/config.anal +++ b/parm/config/config.anal @@ -117,7 +117,7 @@ if [[ $RUN_ENVIR == "emc" ]]; then # Assimilate DO-2 GeoOptics if [[ "$CDATE" -ge "2021031712" && "$CDATE" -lt "2021091612" ]]; then - export CONVINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_convinfo.txt.2021031712 + export CONVINFO=$FIXgsi/gfsv16_historical/global_convinfo.txt.2021031712 fi # Assimilate DO-3 Spire @@ -159,7 +159,7 @@ if [[ $RUN_ENVIR == "emc" ]]; then # Turn off assimilation of S-NPP CrIS if [[ "$CDATE" -ge "2021052118" && "$CDATE" -lt "2021092206" ]]; then - export SATINFO=$FIXgsi/gfsv16_historical/gfsv16.3/global_satinfo.txt.2021052118 + export SATINFO=$FIXgsi/gfsv16_historical/global_satinfo.txt.2021052118 fi # Turn off assimilation of MetOp-A IASI From 2b890fe4532b3a0561c9fb923f8ea846e6715992 Mon Sep 17 00:00:00 2001 From: Emily Liu Date: Tue, 28 Jun 2022 18:00:20 +0000 Subject: [PATCH 3/3] For GPSRO, update nsig_ext from 56 to 45 since our model levels has increased from 64 to 127. --- parm/config/config.anal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/config/config.anal b/parm/config/config.anal index 550f7e332f..199a41ea1f 100755 --- a/parm/config/config.anal +++ b/parm/config/config.anal @@ -29,7 +29,7 @@ fi # Set parameters specific to L127 if [ $LEVS = "128" ]; then export GRIDOPTS="nlayers(63)=1,nlayers(64)=1," - export SETUP="gpstop=55,nsig_ext=56,$SETUP" + export SETUP="gpstop=55,nsig_ext=45,$SETUP" fi # Set namelist option for LETKF