-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v16.3.22 optimized point output #3257
base: release/gfs.v16.3.22
Are you sure you want to change the base?
Changes from 21 commits
a2ba32b
8086f49
84fc8f3
d2b6b70
d122080
8e2ad85
0772d72
1a9b7f9
5784053
14059bf
4a2c51b
25f6086
53f8172
61e3577
0892513
b2220cc
52558ac
e22af6b
aaf1a46
de078f6
14bb68f
9ae2e74
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ GFS V16.3.22 RELEASE NOTES | |
------- | ||
PRELUDE | ||
------- | ||
|
||
The upstream OBSPROC package is updated to v1.3. Along with this are the following companion updates: | ||
* workflow and UFS_UTILS package updates to use the new AFWA global snow file due to the hemispheric snow files being phased out | ||
* updated GSI code and convinfo file for saildrone observations | ||
* ww3_outp is improved for the wave point output | ||
|
||
IMPLEMENTATION INSTRUCTIONS | ||
--------------------------- | ||
|
@@ -26,7 +26,7 @@ The checkout script extracts the following GFS components: | |
|
||
| Component | Tag | POC | | ||
| --------- | ----------- | ----------------- | | ||
| MODEL | GFS.v16.3.1 | [email protected] | | ||
| MODEL | GFS.v16.3.22 | [email protected] | | ||
| GLDAS | gldas_gfsv16_release.v.2.1.0 | [email protected] | | ||
| GSI | gfsda.v16.3.22 | [email protected] | | ||
| UFS_UTILS | ops-gfsv16.3.20 | [email protected] | | ||
|
@@ -51,13 +51,14 @@ cd ../ecf | |
VERSION FILE CHANGES | ||
-------------------- | ||
|
||
* `versions/run.ver` - change `version=v16.3.22`, `gfs_ver=v16.3.22`, and `obsproc_ver=v1.3` | ||
* * `versions/run.ver` - change `version=v16.3.22`, `gfs_ver=v16.3.22`, and `obsproc_ver=v1.3` | ||
|
||
SORC CHANGES | ||
------------ | ||
|
||
* New UFS_UTILS tag - `emcsfc_snow2mdl` program and associated scripts are updated to process global AFWA snow data | ||
* New GSI tag - `src/gsi/read_prepbufr.f90` code update for new saildrone subtype | ||
* New MODEL tag - WW3 program `ww3_outp` and associated scripts are improved to process the per-time-step point outputs more efficiently. | ||
|
||
JOBS CHANGES | ||
------------ | ||
|
@@ -67,17 +68,17 @@ JOBS CHANGES | |
PARM/CONFIG CHANGES | ||
------------------- | ||
|
||
* No changes from GFS v16.3.21 | ||
* `config.resources.emc.dyn` and `config.resources.nco.static` are changed to reduce the resources accordingly. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reduce the resources of what? Since this package includes multiple things now, please specify what job resources are changing. |
||
|
||
SCRIPT CHANGES | ||
-------------- | ||
|
||
* No changes from GFS v16.3.21 | ||
* `scripts/exgfs_wave_post_pnt.sh` is changed to create be compatible with the new `ww3_outp`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review wording in this comment. |
||
|
||
FIX CHANGES | ||
----------- | ||
|
||
* GSI `global_convinfo.txt` fix update for saildrone | ||
* GSI `global_convinfo.txt` fix update for saildrone``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the three ` at end of line |
||
|
||
MODULE CHANGES | ||
-------------- | ||
|
@@ -88,23 +89,31 @@ CHANGES TO FILE AND FILE SIZES | |
------------------------------ | ||
|
||
No longer ingest: | ||
* `${RUN}.${cycle}.NPR.SNWN.SP.S1200.MESH16.grb` (`AFWA_NH_FILE`) | ||
* `${RUN}.${cycle}.NPR.SNWN.SP.S1200.MESH16.grb` (`AFWA_NH_FILE`) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove added spaces on line 92 |
||
* `${RUN}.${cycle}.NPR.SNWS.SP.S1200.MESH16.grb` (`AFWA_SH_FILE`) | ||
|
||
Now ingest: | ||
Now ingest: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove added spaces (or tab) on line 95 |
||
* `${RUN}.${cycle}.snow.usaf.grib2` (`AFWA_GLOBAL_FILE`) | ||
|
||
No longer uses the parallel command file `cmdfile` for the `scripts/exgfs_wave_post_pnt.sh`. | ||
AliS-Noaa marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
ENVIRONMENT AND RESOURCE CHANGES | ||
-------------------------------- | ||
|
||
* Increase ncpus from 50 to 60 for gfs_wave_postpnt job. | ||
NCO provided change to avoid ncpu burst warnings. | ||
Reduce the ncpu and wtime as follow: | ||
* for jobs/JGLOBAL_WAVE_POST_BNDPNT; ncpu from 240 to 1; wtime from 1hr to 30min | ||
* for jobs/JGLOBAL_WAVE_POST_BNDPNTBLL; ncpu from 448 to 2; wtime from 1hr to 10min | ||
* for jobs/JGLOBAL_WAVE_POST_PNT; ncpu from 200 to 3; wtime from 1.5hr to 35min | ||
|
||
PRE-IMPLEMENTATION TESTING REQUIREMENTS | ||
--------------------------------------- | ||
|
||
* Which production jobs should be tested as part of this implementation? | ||
* emcsfc_sfc_prep and analysis | ||
* wave_post_pnt | ||
AliS-Noaa marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* wave_post_bndpnt | ||
* wave_post_bndpntbll | ||
* Does this change require a 30-day evaluation? | ||
* No | ||
|
||
|
@@ -133,3 +142,5 @@ PREPARED BY | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the addition of a second asterix.