-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GFSv16.2.3 - annual CO2 fix file update for 2023 (#1107)
* Update gfs_ver to v16.2.3 * Add release notes for v16.2.3 ops update Refs #1077
- Loading branch information
1 parent
4aed64c
commit 622ffc3
Showing
3 changed files
with
131 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
GFS V16.2.3 RELEASE NOTES | ||
|
||
------- | ||
PRELUDE | ||
------- | ||
|
||
Annual update for 2023 CO2 fix files. | ||
|
||
IMPLEMENTATION INSTRUCTIONS | ||
--------------------------- | ||
|
||
The NOAA VLab and both the NOAA-EMC and NCAR organization spaces on GitHub.com are used to manage the GFS.v16.2.3 code. The SPA(s) handling the GFS.v16.2.3 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 WCOSS2: | ||
|
||
```bash | ||
cd $PACKAGEROOT | ||
mkdir gfs.v16.2.3 | ||
cd gfs.v16.2.3 | ||
git clone -b EMC-v16.2.3 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.2.0 | [email protected] | | ||
| GSI | gfsda.v16.2.0 | [email protected] | | ||
| GLDAS | gldas_gfsv16_release.v.2.0.0 | [email protected] | | ||
| UFS_UTILS | ops-gfsv16.2.0 | [email protected] | | ||
| POST | upp_v8.1.2 | [email protected] | | ||
| WAFS | gfs_wafs.v6.2.8 | [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 | ||
``` | ||
|
||
SORC CHANGES | ||
------------ | ||
|
||
* No changes from GFS v16.2.2 | ||
|
||
FIX CHANGES | ||
----------- | ||
|
||
* New 2023 CO2 files (in on-disk staged set): | ||
* `fix_am/co2dat_4a/global_co2historicaldata_2021.txt` | ||
* `fix_am/co2dat_4a/global_co2historicaldata_2022.txt_proj_u` | ||
* `fix_am/co2dat_4a/global_co2historicaldata_2023.txt_proj` | ||
* `fix_am/fix_co2_proj/global_co2historicaldata_2023.txt` | ||
* `fix_am/fix_co2_update/global_co2historicaldata_2022.txt` | ||
|
||
PARM/CONFIG CHANGES | ||
------------------- | ||
|
||
* No changes from GFS v16.2.2 | ||
|
||
JOBS CHANGES | ||
------------ | ||
|
||
* No changes from GFS v16.2.2 | ||
|
||
SCRIPT CHANGES | ||
-------------- | ||
|
||
* No changes from GFS v16.2.2 | ||
|
||
MODULE CHANGES | ||
-------------- | ||
|
||
* No changes from GFS v16.2.2 | ||
|
||
VERSION CHANGES | ||
--------------- | ||
|
||
The "gfs_ver" version variable changes from v16.2.2 to v16.2.3. | ||
|
||
CHANGES TO RESOURCES AND FILE SIZES | ||
----------------------------------- | ||
|
||
* File sizes | ||
* No change to GFSv16.2.2 | ||
* Resource changes | ||
* No change to GFSv16.2.2 | ||
|
||
PRE-IMPLEMENTATION TESTING REQUIREMENTS | ||
--------------------------------------- | ||
|
||
* Which production jobs should be tested as part of this implementation? | ||
* None. New fix files can just be copied into copy of GFS package. | ||
* Does this change require a 30-day evaluation? | ||
* No. | ||
|
||
DISSEMINATION INFORMATION | ||
------------------------- | ||
|
||
* Where should this output be sent? | ||
* No change from GFS v16.2.2 | ||
* Who are the users? | ||
* No change from GFS v16.2.2 | ||
* Which output files should be transferred from PROD WCOSS2 to DEV WCOSS2? | ||
* No change from GFS v16.2.2 | ||
* Directory changes | ||
* No change from GFS v16.2.2 | ||
* File changes | ||
* No change from GFS v16.2.2 | ||
|
||
HPSS ARCHIVE | ||
------------ | ||
|
||
* No change from GFS v16.2.2 | ||
|
||
JOB DEPENDENCIES AND FLOW DIAGRAM | ||
--------------------------------- | ||
* No change from GFS v16.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters