diff --git a/Externals.cfg b/Externals.cfg index c7a97ac2fe..1160489e5a 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -8,7 +8,7 @@ protocol = git required = True [GSI] -tag = gfsda.v16.3.12 +tag = gfsda.v16.3.19 local_path = sorc/gsi.fd repo_url = https://github.com/NOAA-EMC/GSI.git protocol = git diff --git a/docs/Release_Notes.md b/docs/Release_Notes.md index e5f126af52..47bf493801 100644 --- a/docs/Release_Notes.md +++ b/docs/Release_Notes.md @@ -1,10 +1,10 @@ -GFS V16.3.18 RELEASE NOTES +GFS V16.3.19 RELEASE NOTES ------- PRELUDE ------- -The WAFS blending 0.25 job is updated to increase the wait time for UKMet data from 900 to 1500 seconds. Additional error handling is also added. +PlanetiQ RO data has added noise and is placed into monitor mode until its impact on the cycled analysis forecast system can be assessed. IMPLEMENTATION INSTRUCTIONS --------------------------- @@ -13,9 +13,9 @@ The NOAA VLab and the NOAA-EMC and NCAR organization spaces on GitHub are used t ```bash cd $PACKAGEROOT -mkdir gfs.v16.3.18 -cd gfs.v16.3.18 -git clone -b EMC-v16.3.18 https://github.com/NOAA-EMC/global-workflow.git . +mkdir gfs.v16.3.19 +cd gfs.v16.3.19 +git clone -b EMC-v16.3.19 https://github.com/NOAA-EMC/global-workflow.git . cd sorc ./checkout.sh -o ``` @@ -26,7 +26,7 @@ The checkout script extracts the following GFS components: | --------- | ----------- | ----------------- | | MODEL | GFS.v16.3.1 | Jun.Wang@noaa.gov | | GLDAS | gldas_gfsv16_release.v.2.1.0 | Helin.Wei@noaa.gov | -| GSI | gfsda.v16.3.12 | Andrew.Collard@noaa.gov | +| GSI | gfsda.v16.3.19 | Andrew.Collard@noaa.gov | | UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov | | POST | upp_v8.3.0 | Wen.Meng@noaa.gov | | WAFS | gfs_wafs.v6.3.3 | Yali.Mao@noaa.gov | @@ -50,77 +50,77 @@ cd ../ecf VERSION FILE CHANGES -------------------- -* `versions/run.ver` - change `version=v16.3.18` and `gfs_ver=v16.3.18` +* `versions/run.ver` - change `version=v16.3.19` and `gfs_ver=v16.3.19` SORC CHANGES ------------ -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 JOBS CHANGES ------------ -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 PARM/CONFIG CHANGES ------------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 SCRIPT CHANGES -------------- -* `jobs/JGFS_ATMOS_WAFS_BLENDING_0P25` -* `scripts/exgfs_atmos_wafs_blending_0p25.sh` +* No changes from GFS v16.3.18 FIX CHANGES ----------- -* No changes from GFS v16.3.17 +* Updated `global_convinfo.txt` file in GSI package MODULE CHANGES -------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 CHANGES TO FILE SIZES --------------------- -* No changes of existing file sizes from GFS v16.3.17 +* No changes of existing file sizes from GFS v16.3.18 ENVIRONMENT AND RESOURCE CHANGES -------------------------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 PRE-IMPLEMENTATION TESTING REQUIREMENTS --------------------------------------- * Which production jobs should be tested as part of this implementation? - * WAFS blending 0p25 job + * Analysis * Does this change require a 30-day evaluation? * No DISSEMINATION INFORMATION ------------------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 HPSS ARCHIVE ------------ -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 JOB DEPENDENCIES AND FLOW DIAGRAM --------------------------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 DOCUMENTATION ------------- -* No changes from GFS v16.3.17 +* No changes from GFS v16.3.18 PREPARED BY ----------- Kate.Friedman@noaa.gov +Russ.Treadon@noaa.gov diff --git a/ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf b/ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf index a32f56115e..b7078b622e 100755 --- a/ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf +++ b/ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf @@ -3,7 +3,7 @@ #PBS -j oe #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% -#PBS -l walltime=00:30:00 +#PBS -l walltime=00:35:00 #PBS -l select=35:mpiprocs=9:ompthreads=14:ncpus=126 #PBS -l place=vscatter:exclhost #PBS -l debug=true diff --git a/parm/config/config.resources.emc.dyn b/parm/config/config.resources.emc.dyn index 1dc073abaa..2b05a53879 100755 --- a/parm/config/config.resources.emc.dyn +++ b/parm/config/config.resources.emc.dyn @@ -350,7 +350,7 @@ elif [ $step = "ediag" ]; then elif [ $step = "eupd" ]; then - export wtime_eupd="00:30:00" + export wtime_eupd="00:35:00" if [ $CASE = "C768" ]; then export npe_eupd=480 export nth_eupd=6 diff --git a/parm/config/config.resources.nco.static b/parm/config/config.resources.nco.static index 50bfef8810..5465e4f085 100755 --- a/parm/config/config.resources.nco.static +++ b/parm/config/config.resources.nco.static @@ -286,7 +286,7 @@ elif [ $step = "ediag" ]; then elif [ $step = "eupd" ]; then - export wtime_eupd="00:30:00" + export wtime_eupd="00:35:00" export npe_eupd=315 export nth_eupd=14 export npe_node_eupd=$(echo "$npe_node_max / $nth_eupd" | bc) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 6a5d187918..6ca1623ecd 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -35,7 +35,7 @@ fi echo gsi checkout ... if [[ ! -d gsi.fd ]] ; then rm -f ${topdir}/checkout-gsi.log - git clone --recursive --branch gfsda.v16.3.12 https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 + git clone --recursive --branch gfsda.v16.3.19 https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 cd gsi.fd git submodule update --init cd ${topdir} diff --git a/versions/run.ver b/versions/run.ver index 9724555e46..da498ee086 100755 --- a/versions/run.ver +++ b/versions/run.ver @@ -1,5 +1,5 @@ -export version=v16.3.18 -export gfs_ver=v16.3.18 +export version=v16.3.19 +export gfs_ver=v16.3.19 export ukmet_ver=v2.2 export ecmwf_ver=v2.1 export nam_ver=v4.2