Skip to content

Commit

Permalink
Merge pull request #1210 from NOAA-EMC/release/gfs.v16.3.5
Browse files Browse the repository at this point in the history
GFSv16.3.5

RFC 10388 - On WCOSS2, implement GFS v16.3.5 which updates the
‘global_satinfo.txt’ and ‘global_convinfo.txt’ GSI fix files. This change is needed
to allow continued use of atmospheric motion vectors from the GOES-West
satellite as GOES-18 replaces GOES-17 and to include the assimilation of VIIRS
(Visible Infrared Imaging Radiometer Suite) radiances from S-NPP (Suomi
National Polar-orbiting Partnership) and NOAA-20.
  • Loading branch information
KateFriedman-NOAA authored Jan 5, 2023
2 parents c8e45f9 + ff6f8c8 commit bc448a2
Show file tree
Hide file tree
Showing 63 changed files with 151 additions and 3,305 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.0
tag = gfsda.v16.3.5
local_path = sorc/gsi.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
142 changes: 142 additions & 0 deletions docs/Release_Notes.gfs.v16.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
GFS V16.3.5 RELEASE NOTES

-------
PRELUDE
-------

The GFSv16.3.4 is upgraded to GFSv16.3.5 to allow continued use of atmospheric motion vectors from the GOES-W satellite as GOES-18 replaces GOES-17 and to include the assimilation of VIIRS radiances from S-NPP and NOAA-20 (which were to be included in the v16.3 implementation but were omitted due to data availability issues).

Specifically, the following changes are made to the indicated GSI fix files:
* global_satinfo.txt
* Turn on VIIRS radiances from NPP and J1 for channels 12, 15, and 16
* global_convinfo.txt
* Turn off GOES-17 (271) AMV winds for types: 245 (IRLW), 246 (WVCT), and 247(WVCA) due to deteriorating conditions
* Turn on GOES-18 (272) AMV winds for types: 245 (IRLW), 246 (WVCT), and 247(WVCA)

IMPLEMENTATION INSTRUCTIONS
---------------------------

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

```bash
cd $PACKAGEROOT
mkdir gfs.v16.3.5
cd gfs.v16.3.5
git clone -b EMC-v16.3.5 https://github.com/NOAA-EMC/global-workflow.git .
cd sorc
./checkout.sh -o
```

The checkout script extracts the following GFS components:

| Component | Tag | POC |
| --------- | ----------- | ----------------- |
| MODEL | GFS.v16.3.0 | [email protected] |
| GLDAS | gldas_gfsv16_release.v.2.1.0 | [email protected] |
| GSI | gfsda.v16.3.5 | [email protected] |
| UFS_UTILS | ops-gfsv16.3.0 | [email protected] |
| POST | upp_v8.2.0 | [email protected] |
| WAFS | gfs_wafs.v6.3.1 | [email protected] |

To build all the GFS components, execute:
```bash
./build_all.sh
```
The `build_all.sh` 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`.

Next, link the executables, fix files, parm files, etc in their final respective locations by executing:
```bash
./link_fv3gfs.sh nco wcoss2
```

Lastly, link the ecf scripts by moving back up to the ecf folder and executing:
```bash
cd ../ecf
./setup_ecf_links.sh
```

VERSION FILE CHANGES
--------------------

* `ecf/versions/gfs.ver` - change `obsproc_ver=v1.1.2`
* `versions/hera.ver` - change `obsproc_run_ver=v1.1.2`
* `versions/orion.ver` - change `obsproc_run_ver=v1.1.2`
* `versions/run.ver` - `change `version=v16.3.5` and `gfs_ver=v16.3.5`
* `versions/wcoss2.ver` - change `obsproc_run_ver=v1.1.2`

SORC CHANGES
------------

* No changes from GFS v16.3.4

JOBS CHANGES
------------

* No changes from GFS v16.3.4

PARM/CONFIG CHANGES
-------------------

* Removal of unused transfer parm files from `/parm/transfer` (based on NCO feedback).

SCRIPT CHANGES
--------------

* No changes from GFS v16.3.4

FIX CHANGES
-----------

* GSI:
* Modified:
* `fix_gsi/global_satinfo.txt`
* `fix_gsi/global_convinfo.txt`

MODULE CHANGES
--------------

* A couple R&D modulefiles were updated for developer support and do not impact WCOSS2 ops.

CHANGES TO FILE SIZES
---------------------

* No changes from GFS v16.3.4

ENVIRONMENT AND RESOURCE CHANGES
--------------------------------

* No changes from GFS v16.3.4

PRE-IMPLEMENTATION TESTING REQUIREMENTS
---------------------------------------

* Which production jobs should be tested as part of this implementation?
* GSI
* Does this change require a 30-day evaluation?
* No

DISSEMINATION INFORMATION
-------------------------

* No changes from GFS v16.3.4

HPSS ARCHIVE
------------

* No changes from GFS v16.3.4

JOB DEPENDENCIES AND FLOW DIAGRAM
---------------------------------

* No changes from GFS v16.3.4

DOCUMENTATION
-------------

* No changes from GFS v16.3.4

PREPARED BY
-----------
[email protected]
[email protected]
[email protected]
2 changes: 1 addition & 1 deletion ecf/versions/gfs.ver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export obsproc_ver="1.1.0"
export obsproc_ver="1.1.2"
export ukmet_ver=v2.2.0
export ecmwf_ver=v2.1.0
export nam_ver=v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion ecf/versions/obsproc.ver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export gfs_ver="v16.3"
export obsproc_ver="1.1.0"
export obsproc_ver="1.1.2"
export envvars_ver="1.0"
export PrgEnv_intel_ver=8.1.0
export intel_ver=19.1.3.304
Expand Down
57 changes: 0 additions & 57 deletions parm/transfer/transfer_gdas_1a.list

This file was deleted.

53 changes: 0 additions & 53 deletions parm/transfer/transfer_gdas_1b.list

This file was deleted.

67 changes: 0 additions & 67 deletions parm/transfer/transfer_gdas_1c.list

This file was deleted.

Loading

0 comments on commit bc448a2

Please sign in to comment.