Skip to content

Commit

Permalink
GFSv16.1.8 updates (Switch to Meteosat-9 AMVs) into operations branch (
Browse files Browse the repository at this point in the history
…#836)

RFC 9515 - On WCOSS1, modify ‘global_convinfo.txt’ to turn on assimilation of
Meteosat-9 AMVs (Atmospheric Motion Vectors). Meteosat-9 replaces
Meteosat-8 as the operational geostationary platform over the Indian Ocean on
June 1. Implemented on May 31 at 1140Z.

Update GSI tag to `gfsda.v16.1.8`.

Refs: #798
  • Loading branch information
KateFriedman-NOAA authored Jun 6, 2022
1 parent 5e8b921 commit a110c5f
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 2 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.1.6
tag = gfsda.v16.1.8
local_path = sorc/gsi.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
128 changes: 128 additions & 0 deletions docs/Release_Notes.gfs.v16.1.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
GFS V16.1.8 RELEASE NOTES

PRELUDE

Meteosat-9 replaces Meteosat-8 as the operational geostationary platform over the Indian Ocean on 20220601. To maintain continuity of operations, the /fix/fix_gsi/global_convinfo.txt file needs to be modified before this date (as soon as possible is preferable)

IMPLEMENTATION INSTRUCTIONS

The NOAA VLab and both the NOAA-EMC and NCAR organization spaces on GitHub.com
are used to manage the GFS.v16.1.8 code. The SPA(s) handling the GFS.v16.1.8
implementation need to have permissions to clone VLab gerrit repositories and
the private NCAR UPP_GTG repository. All NOAA-EMC organization repositories are
publicly readable and do not require access permissions. Please follow the
following steps to install the package on WCOSS-Dell:

1) cd $NWROOTp3

2) mkdir gfs.v16.1.8

3) cd gfs.v16.1.8

4) git clone -b EMC-v16.1.8 https://github.com/NOAA-EMC/global-workflow.git .

5) cd sorc

6) ./checkout.sh -o
* This script extracts the following GFS components:
MODEL tag GFS.v16.0.17 [email protected]
GSI tag gfsda.v16.1.8 [email protected]
GLDAS tag gldas_gfsv16_release.v1.12.0 [email protected]
UFS_UTILS tag ops-gfsv16.0.0 [email protected]
POST tag upp_gfsv16_release.v1.1.4 [email protected]
WAFS tag gfs_wafs.v6.0.22 [email protected]

7) ./build_all.sh
* This script compiles all GFS components. Runtime output from the build for
each package is written to log files in directory logs. To build an
individual program, for instance, gsi, use build_gsi.sh.

8) ./link_fv3gfs.sh nco dell

SORC CHANGES

* No changes from GFS v16.1.7


FIX CHANGES

* fix/fix_gsi/
*fix/fix_gsi/global_convinfo.txt: Turn on uv satid 56 (three character change)

PARM/CONFIG CHANGES

* No changes from GFS v16.1.7


JOBS CHANGES

* No change from GFS v16.1.7


SCRIPT CHANGES

* No change from GFS v16.1.7


CHANGES TO RESOURCES AND FILE SIZES

* No change from GFS v16.1.7


PRE-IMPLEMENTATION TESTING REQUIREMENTS

* Which production jobs should be tested as part of this implementation?
* jobs jgdas_atmos_analysis and jgfs_atmos_analysis should be tested. Prior to 20220601, results should be identical.

* Does this change require a 30-day evaluation?
* No.

DISSEMINATION INFORMATION

* Where should this output be sent?
* No change from GFS v16.1.7

* Who are the users?
* No change from GFS v16.1.7

* Which output files should be transferred from PROD WCOSS to DEV WCOSS?
* No change from GFS v16.1.7

* Directory changes
* No change from GFS v16.1.7

* File changes
* No change from GFS v16.1.7


HPSS ARCHIVE

* No change from GFS v16.1.7


JOB DEPENDENCIES AND FLOW DIAGRAM

* No change from GFS v16.1.7


Temporary Location of Changed Files on disk.

On WCOSS:
Replace:
/gpfs/dell1/nco/ops/nwprod/gfs.v16.1.7/fix/fix_gsi/global_convinfo.txt
and
/gpfs/dell1/nco/ops/nwprod/gfs.v16.1.7/sorc/gsi.fd/fix/global_convinfo.txt
(the above two files should be identical)
with:
/gpfs/dell2/emc/modeling/save/Andrew.Collard/Meteosat9/global_convinfo.txt.gfs.v16.1.8
(updating version numbers as appropriate)

On WCOSS2:
Replace:
/lfs/h1/ops/prod/packages/gfs.v16.2.0/fix/fix_gsi/global_convinfo.txt
and
/lfs/h1/ops/prod/packages/gfs.v16.2.0/sorc/gsi.fd/fix/global_convinfo.txt
(the above two files should be identical)
with:
/u/Andrew.Collard/global_convinfo.txt.gfs.v16.2.1
(updating version numbers as appropriate)
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout gfsda.v16.1.6
git checkout gfsda.v16.1.8
git submodule update --init
cd ${topdir}
else
Expand Down

0 comments on commit a110c5f

Please sign in to comment.