You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WAFS is now a separate package in operations and is no longer a part of the GFS.
Also included in this package are the following unrelated updates:
1. improvements to the enkfgdas_update job resource and environment settings
2. a fix for the syndat_getjtbul code when parsing 3-character storm names
Refs #2591
Annual CO2 fix file update for 2025. Additionally, the GSI is updated to turn on assimilation of PlanetiQ GPS Radio Occultation (GPS-RO) data.
7
+
The WAFS is separated from the GFS and is now its own package in production as WAFS.v7.0.1. A code update for syndat_getjtbul is also included.
8
8
9
9
IMPLEMENTATION INSTRUCTIONS
10
10
---------------------------
11
11
12
-
The NOAA VLab and the NOAA-EMC and NCAR organization spaces on GitHub are used to manage the GFS code. The SPA(s) handling the GFS 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 proceed with the following steps to install the package on WCOSS2:
12
+
The NOAA VLab and the NOAA-EMC and NCAR organization spaces on GitHub are used to manage the GFS code. The SPA(s) handling the GFS implementation need to have permissions to clone VLab Gerrit repositories. All NOAA-EMC organization repositories on GitHub are publicly readable and do not require access permissions. Please proceed with the following steps to install the package on WCOSS2:
The WAFS is removed from `ecf/setup_ecf_links.sh`.
116
+
117
+
The WAFS output is removed from archival (`ush/hpssarch_gen.sh`).
74
118
75
119
FIX CHANGES
76
120
-----------
77
121
78
-
* New 2025 CO2 fix files are added.
79
-
* Updated `global_convinfo.txt` file in GSI package
122
+
*`fix/product/wafs_admin_msg` - removed
80
123
81
124
MODULE CHANGES
82
125
--------------
83
126
84
-
* No changes from GFS v16.3.19
85
-
86
-
CHANGES TO FILE SIZES
87
-
---------------------
88
-
89
-
* No changes of existing file sizes from GFS v16.3.19
127
+
Modules needed by WAFS are removed from `modulefiles/module_base.wcoss_dell_p3`.
128
+
129
+
CHANGES TO FILE AND FILE SIZES
130
+
------------------------------
131
+
132
+
The following files will no longer be produced within the GFS COM:
133
+
*`gfs.tCCz.awf_0p25.fFFF.grib2` - renamed to `wafs.tCCz.awf.0p25.fFFF.grib2` in WAFSv7. Filesize is changed from 55M to 56M with 7 extra levels of aviation fields.
134
+
*`gfs.tCCz.awf_grb45fFF.grib2` - renamed to `wafs.tCCz.awf_grid45.fFFF.grib2` in WAFSv7
135
+
*`wmo/grib2.tCCz.awf_grbfFF.45` - renamed to `wmo/grib2.wafs.tCCz.awf_grid45.fFFF` in WAFSv7
136
+
*`gfs.tCCz.wafs.0p25.anl` - renamed to `wafs.tCCz.0p25.anl.grib2` in WAFSv7
137
+
*`gfs.tCCz.wafs.0p25.anl.idx`
138
+
*`gfs.tCCz.wafs_0p25_unblended.fFFF.grib2` - renamed to `WAFS_0p25_unblended_YYYYMMDDHHfFFF.grib2` in WAFSv7
139
+
*`gfs.tCCz.wafs_0p25_unblended.fFFF.grib2.idx`
140
+
*`gfs.tCCz.wafs.grb2fFFF` - renamed to `wafs.tCCz.master.fFFF.grib2` in WAFSv7. Between forecast hours [006-048], filesize is changed from 929M to 936M with 7 extra levels of aviation fields; for f000, filesize increases from 949M to 956M with 7 extra levels of aviation fields. No size change for other forecast hours
141
+
*`gfs.tCCz.wafs.grb2fFFF.idx`
142
+
*`gfs.tCCz.wafs_grb45fFF.grib2` - renamed to `gfs.tCCz.wafs_grb45fFFF.grib2` in WAFSv7
143
+
*`gfs.tCCz.wafs_grb45fFF.grib2.idx`
144
+
*`wmo/grib2.tCCz.wafs_grbfFF.45` - renamed to `wmo/grib2.wafs.tCCz.awf_grid45.fFFF` in WAFSv7
145
+
*`wmo/xtrn.wfsgfsCCFF[a/b].gfs_atmos_wafs_fFF_CC` - renamed to `wmo/xtrn.wfsgfsCCFF[a/b]` in WAFSv7
146
+
*`gfs.tCCz.gcip.f00.grib2` - renamed to `wafs.tCCz.gcip.f000.grib2` in WAFSv7
147
+
*`WAFS_0p25_blended_YYYYMMDDHHf[06-48].grib2` - renamed to `WAFS_0p25_blended_ YYYYMMDDHHfFFF.grib2` in WAFSv7
148
+
149
+
The following files will no longer be produced within the GFS COM
150
+
and are being retired from the WAFS package, which will free 20G:
151
+
*`gfs.tCCz.wafs_icao.grb2fFFF`
152
+
*`gfs.tCCz.wafs_icao.grb2fFFF.idx`
153
+
*`wafs.tCCz.master.fFFF.grib2` where FFF is from 001 to 005
154
+
*`gfs.tCCz.control.wafsblending_0p25`
90
155
91
156
ENVIRONMENT AND RESOURCE CHANGES
92
157
--------------------------------
93
158
94
-
* Memory increases to some jobs to resolve Cgroup memory warnings
159
+
* Updates to improve the enkfgdas_update job runtime stability.
160
+
* Run with `--cpu-bind core` instead of `--cpu-bind depth`
161
+
* Change tasks to 280 and threads to 16
95
162
96
163
PRE-IMPLEMENTATION TESTING REQUIREMENTS
97
164
---------------------------------------
98
165
99
166
* Which production jobs should be tested as part of this implementation?
0 commit comments