diff --git a/docs/Release_Notes.gfs.v16.3.8.md b/docs/Release_Notes.gfs.v16.3.8.md index 945e43e9bc4..f102ffb2de5 100644 --- a/docs/Release_Notes.gfs.v16.3.8.md +++ b/docs/Release_Notes.gfs.v16.3.8.md @@ -4,11 +4,7 @@ GFS V16.3.8 RELEASE NOTES PRELUDE ------- -This change turns of ingest of NOAA-21 radiances into the GSI until CRTM fix file issues can be solved. This is necessary for a satingest upgrade to proceed. PlanetIQ GPSRO and NOAA-20 OMPS Ozone retrievals will also be actively assimilated, and the OMPS observation errors adjusted. - -Also included in this update is a fix to a compilation error with "-check all" for gfs_bufrsnd, which resolves NCO bugzilla #1208. - -Remove NEMSIOGFS dependency in sorc/build_tropcy_NEMS.sh. +A debug option is added to the wave post scripts to resolve an issue with long runtimes in production. IMPLEMENTATION INSTRUCTIONS --------------------------- @@ -30,7 +26,7 @@ The checkout script extracts the following GFS components: | --------- | ----------- | ----------------- | | MODEL | GFS.v16.3.0 | Jun.Wang@noaa.gov | | GLDAS | gldas_gfsv16_release.v.2.1.0 | Helin.Wei@noaa.gov | -| GSI | gfsda.v16.3.8 | Andrew.Collard@noaa.gov | +| GSI | gfsda.v16.3.7 | Andrew.Collard@noaa.gov | | UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov | | POST | upp_v8.2.0 | Wen.Meng@noaa.gov | | WAFS | gfs_wafs.v6.3.1 | Yali.Mao@noaa.gov | @@ -55,12 +51,12 @@ cd ../ecf VERSION FILE CHANGES -------------------- -* `versions/run.ver` - change `version=v16.3.8`, and `gfs_ver=v16.3.8` +* `versions/run.ver` - change `version=v16.3.8` and `gfs_ver=v16.3.8` SORC CHANGES ------------ -* Compilation error fix in sorc/gfs_bufr.fd/meteorg.f, resolves NCO bugzilla #1208 +* No changes from GFS v16.3.7 JOBS CHANGES ------------ @@ -75,19 +71,20 @@ PARM/CONFIG CHANGES SCRIPT CHANGES -------------- -* Changes to sorc/gsi.fd/scripts/exglobal_atmos_analysis.sh and sorc/checkout.sh -* Change to sorc/build_tropcy_NEMS.sh +* Add the `-l ldebug=true` PBS option to the following ecf scripts: + * `ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpntbll.ecf` + * `ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf` + * `ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf` FIX CHANGES ----------- -* Change to sorc/gsi.fd/fix/global_convinfo.txt -* Change to sorc/gsi.fd/fix/global_ozinfo.txt +* No changes from GFS v16.3.7 MODULE CHANGES -------------- -* Remove nemsiogfs from modulefiles/modulefile.storm_reloc_v6.0.0.wcoss2.lua +* No changes from GFS v16.3.7 CHANGES TO FILE SIZES --------------------- @@ -103,7 +100,7 @@ PRE-IMPLEMENTATION TESTING REQUIREMENTS --------------------------------------- * Which production jobs should be tested as part of this implementation? - * GSI + * N/A * Does this change require a 30-day evaluation? * No @@ -130,6 +127,3 @@ DOCUMENTATION PREPARED BY ----------- Kate.Friedman@noaa.gov -Andrew.Collard@noaa.gov -Iliana.Genkova@noaa.gov -Walter.Kolczynski@noaa.gov diff --git a/docs/Release_Notes.gfs.v16.3.9.md b/docs/Release_Notes.gfs.v16.3.9.md new file mode 100644 index 00000000000..71dd4bc0877 --- /dev/null +++ b/docs/Release_Notes.gfs.v16.3.9.md @@ -0,0 +1,135 @@ +GFS V16.3.9 RELEASE NOTES + +------- +PRELUDE +------- + +This change turns of ingest of NOAA-21 radiances into the GSI until CRTM fix file issues can be solved. This is necessary for a satingest upgrade to proceed. PlanetIQ GPSRO and NOAA-20 OMPS Ozone retrievals will also be actively assimilated, and the OMPS observation errors adjusted. + +Also included in this update is a fix to a compilation error with "-check all" for gfs_bufrsnd, which resolves NCO bugzilla #1208. + +Remove NEMSIOGFS dependency in sorc/build_tropcy_NEMS.sh. + +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.9 +cd gfs.v16.3.9 +git clone -b EMC-v16.3.9 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 | Jun.Wang@noaa.gov | +| GLDAS | gldas_gfsv16_release.v.2.1.0 | Helin.Wei@noaa.gov | +| GSI | gfsda.v16.3.8 | Andrew.Collard@noaa.gov | +| UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov | +| POST | upp_v8.2.0 | Wen.Meng@noaa.gov | +| WAFS | gfs_wafs.v6.3.1 | Yali.Mao@noaa.gov | + +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 +-------------------- + +* `versions/run.ver` - change `version=v16.3.9`, and `gfs_ver=v16.3.9` + +SORC CHANGES +------------ + +* Compilation error fix in sorc/gfs_bufr.fd/meteorg.f, resolves NCO bugzilla #1208 + +JOBS CHANGES +------------ + +* No changes from GFS v16.3.8 + +PARM/CONFIG CHANGES +------------------- + +* No changes from GFS v16.3.8 + +SCRIPT CHANGES +-------------- + +* Changes to sorc/gsi.fd/scripts/exglobal_atmos_analysis.sh and sorc/checkout.sh +* Change to sorc/build_tropcy_NEMS.sh + +FIX CHANGES +----------- + +* Change to sorc/gsi.fd/fix/global_convinfo.txt +* Change to sorc/gsi.fd/fix/global_ozinfo.txt + +MODULE CHANGES +-------------- + +* Remove nemsiogfs from modulefiles/modulefile.storm_reloc_v6.0.0.wcoss2.lua + +CHANGES TO FILE SIZES +--------------------- + +* No changes from GFS v16.3.8 + +ENVIRONMENT AND RESOURCE CHANGES +-------------------------------- + +* No changes from GFS v16.3.8 + +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.8 + +HPSS ARCHIVE +------------ + +* No changes from GFS v16.3.8 + +JOB DEPENDENCIES AND FLOW DIAGRAM +--------------------------------- + +* No changes from GFS v16.3.8 + +DOCUMENTATION +------------- + +* No changes from GFS v16.3.8 + +PREPARED BY +----------- +Kate.Friedman@noaa.gov +Andrew.Collard@noaa.gov +Iliana.Genkova@noaa.gov +Walter.Kolczynski@noaa.gov diff --git a/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf b/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf index 8f59963c97b..1c88d43ffd3 100755 --- a/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf +++ b/ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf @@ -7,6 +7,7 @@ #PBS -l select=3:ncpus=80:ompthreads=1 #PBS -l place=vscatter:exclhost #PBS -l debug=true +#PBS -l ldebug=true model=gfs %include