From ab9d35211b65072ca8b34d9464984a17fc7d9c18 Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Mon, 23 Sep 2024 16:11:41 +0000 Subject: [PATCH] Update release notes for obsproc/v1.3 Also include mention of related updates for AFWA snow filename and GSI code update. Refs #2913 --- docs/Release_Notes.md | 114 ++++++++++-------------------------------- 1 file changed, 27 insertions(+), 87 deletions(-) diff --git a/docs/Release_Notes.md b/docs/Release_Notes.md index 464feb35ba..238d1fb91a 100644 --- a/docs/Release_Notes.md +++ b/docs/Release_Notes.md @@ -1,10 +1,10 @@ -GFS V16.3.19 RELEASE NOTES +GFS V16.3.20 RELEASE NOTES ------- PRELUDE ------- -The WAFS is separated from the GFS and is now its own package in production as WAFS.v7.0.0. +The upstream OBSPROC package is updated to v1.3. Along with this, the USAF snow file is renamed and a needed change in the GSI code for the saildrone data is made. Additionally, an obsproc update to seaice_analysis_ver is expected. IMPLEMENTATION INSTRUCTIONS --------------------------- @@ -13,9 +13,9 @@ The NOAA VLab and the NOAA-EMC and NCAR organization spaces on GitHub are used t ```bash cd $PACKAGEROOT -mkdir gfs.v16.3.19 -cd gfs.v16.3.19 -git clone -b EMC-v16.3.19 https://github.com/NOAA-EMC/global-workflow.git . +mkdir gfs.v16.3.20 +cd gfs.v16.3.20 +git clone -b EMC-v16.3.20 https://github.com/NOAA-EMC/global-workflow.git . cd sorc ./checkout.sh -o ``` @@ -26,8 +26,8 @@ The checkout script extracts the following GFS components: | --------- | ----------- | ----------------- | | MODEL | GFS.v16.3.1 | Jun.Wang@noaa.gov | | GLDAS | gldas_gfsv16_release.v.2.1.0 | Helin.Wei@noaa.gov | -| GSI | gfsda.v16.3.12 | Andrew.Collard@noaa.gov | -| UFS_UTILS | ops-gfsv16.3.0 | George.Gayno@noaa.gov | +| GSI | gfsda.v16.3.13 | Andrew.Collard@noaa.gov | +| UFS_UTILS | ops-gfsv16.3.1 | George.Gayno@noaa.gov | | POST | upp_v8.3.0 | Wen.Meng@noaa.gov | To build all the GFS components, execute: @@ -49,141 +49,81 @@ cd ../ecf VERSION FILE CHANGES -------------------- -* `versions/run.ver` - change `version=v16.3.19` and `gfs_ver=v16.3.19` +* `versions/run.ver` - change `version=v16.3.20`, `gfs_ver=v16.3.20`, and `obsproc_ver=v1.3` SORC CHANGES ------------ -The WAFS is no longer a submodule that is checked out within the GFS package. -The `sorc/checkout.sh` and `Externals.cfg` checkout script no longer clone WAFS. -The `sorc/build_all.sh` script no longer builds the WAFS code. -The `sorc/build_gfs_wafs.sh` build script is deleted. -The `sorc/link_fv3gfs.sh` script no longer links/copies WAFS files/execs. +* New UFS_UTILS tag for AFWA filename change +* New GSI tag to update `read_prepbufr.f` for saildrone data JOBS CHANGES ------------ -All WAFS jobs are removed from the GFS ecFlow definition file, rocoto mesh, and `ush/ecflow/prod.yml`. -Jobs removed: -* `jgfs_atmos_wafs_gcip` -* `jgfs_atmos_wafs_fFFF` -* `jgfs_atmos_wafs_grib2` -* `jgfs_atmos_wafs_grib2_0p25` -* `jgfs_atmos_wafs_blending_0p25` +* `jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP` - new AFWA filename PARM/CONFIG CHANGES ------------------- -The following config files are deleted: -* `parm/config/config.wafs` -* `parm/config/config.wafsblending` -* `parm/config/config.wafsblending0p25` -* `parm/config/config.wafsgcip` -* `parm/config/config.wafsgrib2` -* `parm/config/config.wafsgrib20p25` - -* The `WAFSF` flag is removed from `parm/config/config.base.emc.dyn` and `parm/config/config.base.nco.static`. -* All WAFS jobs are removed from platform env files, `parm/config/config.resources.emc.dyn`, and `parm/config/config.resources.nco.static`. -* The WAFS jobs are removed from experiment setup. - -WAFS output is removed from the following transfer list files: -* `parm/product/transfer_gfs_1.list` -* `parm/product/transfer_gfs_7.list` +* No changes from GFS v16.3.19 SCRIPT CHANGES -------------- -The following WAFS rocoto scripts are removed: -* `jobs/rocoto/wafs.sh` -* `jobs/rocoto/wafsblending.sh` -* `jobs/rocoto/wafsblending0p25.sh` -* `jobs/rocoto/wafsgcip.sh` -* `jobs/rocoto/wafsgrib2.sh` -* `jobs/rocoto/wafsgrib20p25.sh` - -The following ecf scripts are removed from the GFS: -* `ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending.ecf` -* `ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_blending_0p25.ecf` -* `ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2.ecf` -* `ecf/scripts/gfs/atmos/post_processing/grib2_wafs/jgfs_atmos_wafs_grib2_0p25.ecf` -* `ecf/scripts/gfs/atmos/post_processing/grib_wafs/jgfs_atmos_wafs_master.ecf` -* `ecf/scripts/gfs/atmos/post_processing/jgfs_atmos_wafs_gcip.ecf` - -The WAFS is removed from `ecf/setup_ecf_links.sh`. - -The WAFS output is removed from archival (`ush/hpssarch_gen.sh`). +* No changes from GFS v16.3.19 FIX CHANGES ----------- -* `fix/product/wafs_admin_msg` - removed +* No changes from GFS v16.3.19 MODULE CHANGES -------------- -Modules needed by WAFS are removed from `modulefiles/module_base.wcoss_dell_p3`. +* No changes from GFS v16.3.19 CHANGES TO FILE AND FILE SIZES ------------------------------ -The following files will no longer be produced within the GFS COM: -* `gfs.tCCz.awf_0p25.fFFF.grib2` - renamed to `wafs.tCCz.awf.0p25.fFFF.grib2` in WAFSv7 -* `gfs.tCCz.awf_grb45fFF.grib2` - renamed to `wafs.tCCz.awf_grid45.fFFF.grib2` in WAFSv7 -* `wmo/grib2.tCCz.awf_grbfFF.45` - renamed to `wmo/grib2.wafs.tCCz.awf_grid45.fFFF` in WAFSv7 -* `gfs.tCCz.control.wafsblending_0p25` -* `gfs.tCCz.wafs.0p25.anl` - renamed to `wafs.tCCz.0p25.anl.grib2` in WAFSv7 -* `gfs.tCCz.wafs.0p25.anl.idx` -* `gfs.tCCz.wafs_0p25.fFFF.grib2` -* `gfs.tCCz.wafs_0p25.fFFF.grib2.idx` -* `gfs.tCCz.wafs_0p25_unblended.fFFF.grib2` - renamed to `WAFS_0p25_unblended_YYYYMMDDHHfFFF.grib2` in WAFSv7 -* `gfs.tCCz.wafs_0p25_unblended.fFFF.grib2.idx` -* `gfs.tCCz.wafs.grb2fFFF` - renamed to `wafs.tCCz.master.fFFF.grib2` in WAFSv7 -* `gfs.tCCz.wafs.grb2fFFF.idx` -* `gfs.tCCz.wafs_grb45fFF.grib2` - renamed to `gfs.tCCz.wafs_grb45fFFF.grib2` in WAFSv7 -* `gfs.tCCz.wafs_grb45fFF.grib2.idx` -* `wmo/grib2.tCCz.wafs_grbfFF.45` - renamed to `wmo/grib2.wafs.tCCz.awf_grid45.fFFF` in WAFSv7 -* `wmo/xtrn.wfsgfs0006.gfs_atmos_wafs_f30_00` -* `gfs.tCCz.gcip.fFF.grib2` - renamed to `wafs.tCCz.gcip.fFFF.grib2` in WAFSv7 -* `WAFS_0p25_blended_YYYYMMDDHHf[06-48].grib2` - renamed to `WAFS_0p25_blended_ YYYYMMDDHHfFFF.grib2` in WAFSv7 - -The following files will no longer be produced within the GFS COM -and are being retired from the WAFS package: -* `gfs.tCCz.wafs_icao.grb2fFFF` -* `gfs.tCCz.wafs_icao.grb2fFFF.idx` -* `wafs.tCCz.master.fFFF.grib2` where FFF is from 001 to 005 +No longer ingest: +* `${RUN}.${cycle}.NPR.SNWN.SP.S1200.MESH16.grb` (`AFWA_NH_FILE`) +* `${RUN}.${cycle}.NPR.SNWS.SP.S1200.MESH16.grb` (`AFWA_SH_FILE`) + +Now ingest: +* `${RUN}.${cycle}.snow.usaf.grib2` (`AFWA_GLOBAL_FILE`) ENVIRONMENT AND RESOURCE CHANGES -------------------------------- -* No changes from GFS v16.3.18 +* No changes from GFS v16.3.19 PRE-IMPLEMENTATION TESTING REQUIREMENTS --------------------------------------- * Which production jobs should be tested as part of this implementation? - * None + * emcsfc_sfc_prep and analysis jobs * Does this change require a 30-day evaluation? * No DISSEMINATION INFORMATION ------------------------- -* No changes from GFS v16.3.18 +* No changes from GFS v16.3.19 HPSS ARCHIVE ------------ -* No changes from GFS v16.3.18 +* No changes from GFS v16.3.19 JOB DEPENDENCIES AND FLOW DIAGRAM --------------------------------- -* No changes from GFS v16.3.18 +* No changes from GFS v16.3.19 DOCUMENTATION ------------- -* No changes from GFS v16.3.18 +* No changes from GFS v16.3.19 PREPARED BY -----------