Skip to content

Commit

Permalink
GFSv16.3.19 - place PlanetiQ RO data in monitor mode (#2968)
Browse files Browse the repository at this point in the history
An ARFC in NCEP operations placed PlanetiQ RO data in monitor mode ahead
of the 12z cycle on September 30th. A new GSI tag (`gfsda.v16.3.19`)
with an updated `global_convinfo.txt` file was provided. The walltime for
the `enkfgdas_update` job was also increased from 30 mins to 35 mins.

Refs #2951
  • Loading branch information
KateFriedman-NOAA authored Oct 1, 2024
1 parent c24f041 commit 84b1351
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
42 changes: 21 additions & 21 deletions docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -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
---------------------------
Expand All @@ -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
```
Expand All @@ -26,7 +26,7 @@ The checkout script extracts the following GFS components:
| --------- | ----------- | ----------------- |
| MODEL | GFS.v16.3.1 | [email protected] |
| GLDAS | gldas_gfsv16_release.v.2.1.0 | [email protected] |
| GSI | gfsda.v16.3.12 | [email protected] |
| GSI | gfsda.v16.3.19 | [email protected] |
| UFS_UTILS | ops-gfsv16.3.0 | [email protected] |
| POST | upp_v8.3.0 | [email protected] |
| WAFS | gfs_wafs.v6.3.3 | [email protected] |
Expand All @@ -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
-----------
[email protected]
[email protected]
2 changes: 1 addition & 1 deletion ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions versions/run.ver
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 84b1351

Please sign in to comment.