Skip to content

Commit

Permalink
Adjusted changes for scaled down GFSv16.3.20
Browse files Browse the repository at this point in the history
The obsproc/v1.3 upgrade is delayed, therefore,
the v16.3.20 will now update the following:

- install 2025 carbon dioxide (CO2) fix file updates before
  the start of the new year
- updated GSI global_convinfo.txt to turn on assimilation of
  PlanetiQ GPS Radio Occultation (GPS-RO) data
- memory increases for a number of jobs (provided by NCO)
- load the cmdaccel module at the start of wave point
  postprocessor jobs to stabilize runtime

Refs NOAA-EMC#2558
  • Loading branch information
KateFriedman-NOAA committed Dec 6, 2024
1 parent 84b1351 commit 9c1e9c4
Show file tree
Hide file tree
Showing 24 changed files with 61 additions and 49 deletions.
36 changes: 18 additions & 18 deletions docs/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GFS V16.3.19 RELEASE NOTES
GFS V16.3.20 RELEASE NOTES

-------
PRELUDE
-------

PlanetiQ RO data has added noise and is placed into monitor mode until its impact on the cycled analysis forecast system can be assessed.
Annual CO2 fix file update for 2025. Additionally, the GSI is updated to switch on PlanetIQ GPSRO data.

IMPLEMENTATION INSTRUCTIONS
---------------------------
Expand All @@ -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
```
Expand Down Expand Up @@ -50,47 +50,48 @@ 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` and `gfs_ver=v16.3.20`

SORC CHANGES
------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

JOBS CHANGES
------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

PARM/CONFIG CHANGES
-------------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

SCRIPT CHANGES
--------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

FIX CHANGES
-----------

* New 2025 CO2 fix files are added.
* Updated `global_convinfo.txt` file in GSI package

MODULE CHANGES
--------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

CHANGES TO FILE SIZES
---------------------

* No changes of existing file sizes from GFS v16.3.18
* No changes of existing file sizes from GFS v16.3.19

ENVIRONMENT AND RESOURCE CHANGES
--------------------------------

* No changes from GFS v16.3.18
* No changes from GFS v16.3.19

PRE-IMPLEMENTATION TESTING REQUIREMENTS
---------------------------------------
Expand All @@ -103,24 +104,23 @@ PRE-IMPLEMENTATION TESTING REQUIREMENTS
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
-----------
Kate.Friedman@noaa.gov
Russ.Treadon@noaa.gov
2 changes: 1 addition & 1 deletion ecf/scripts/enkfgdas/analysis/recenter/jenkfgdas_sfc.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:06:00
#PBS -l select=1:mpiprocs=80:ompthreads=1:ncpus=80:mem=60GB
#PBS -l select=1:mpiprocs=80:ompthreads=1:ncpus=80:mem=500GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:08:00
#PBS -l select=1:ncpus=1:mem=2GB
#PBS -l select=1:ncpus=1:mem=10GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
2 changes: 2 additions & 0 deletions ecf/scripts/gdas/wave/post/jgdas_wave_postpnt.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}

module load cmdaccel/${cmdaccel_ver}

module list

############################################################
Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=03:00:00
#PBS -l select=1:ncpus=28:mpiprocs=28:mem=2GB
#PBS -l select=1:ncpus=28:mpiprocs=28:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak_meta.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=03:00:00
#PBS -l select=1:ncpus=23:mpiprocs=23:mem=2GB
#PBS -l select=1:ncpus=23:mpiprocs=23:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l select=1:ncpus=1:mem=5GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l select=1:ncpus=1:mem=500GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:30:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l select=1:ncpus=1:mem=20GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:07:00
#PBS -l select=1:ncpus=1:mem=2GB
#PBS -l select=1:ncpus=1:mem=10GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:10:00
#PBS -l select=1:ncpus=1:mem=3GB
#PBS -l select=1:ncpus=1:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:05:00
#PBS -l select=1:ncpus=1:mem=3GB
#PBS -l select=1:ncpus=1:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:05:00
#PBS -l select=1:ncpus=1:mem=4GB
#PBS -l select=1:ncpus=1:mem=20GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#PBS -j oe
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:30:00
#PBS -l walltime=00:40:00
#PBS -l select=1:mpiprocs=1:ompthreads=1:ncpus=1:mem=15GB
#PBS -l place=vscatter
#PBS -l debug=true
Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/wave/gempak/jgfs_wave_gempak.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l select=1:ncpus=1:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
2 changes: 2 additions & 0 deletions ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpnt.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}

module load cmdaccel/${cmdaccel_ver}

module list

############################################################
Expand Down
2 changes: 2 additions & 0 deletions ecf/scripts/gfs/wave/post/jgfs_wave_post_bndpntbll.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module load intel/${intel_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}

module load cmdaccel/${cmdaccel_ver}

module list

############################################################
Expand Down
2 changes: 2 additions & 0 deletions ecf/scripts/gfs/wave/post/jgfs_wave_postpnt.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}

module load cmdaccel/${cmdaccel_ver}

module list

############################################################
Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/wave/post/jgfs_wave_postsbs.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=03:00:00
#PBS -l select=1:mpiprocs=8:ompthreads=1:ncpus=8:mem=10GB
#PBS -l select=1:mpiprocs=8:ompthreads=1:ncpus=8:mem=100GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/wave/post/jgfs_wave_prdgen_gridded.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l select=1:ncpus=1:mem=20GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
2 changes: 2 additions & 0 deletions modulefiles/module_base.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ load(pathJoin("esmf", os.getenv("esmf_ver")))
load(pathJoin("cfp", os.getenv("cfp_ver")))
setenv("USE_CFP","YES")

load(pathJoin("cmdaccel", os.getenv("cmdaccel_ver")))

load(pathJoin("python", os.getenv("python_ver")))
load(pathJoin("prod_envir", os.getenv("prod_envir_ver")))
load(pathJoin("gempak", os.getenv("gempak_ver")))
Expand Down
14 changes: 7 additions & 7 deletions parm/config/config.resources.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ elif [ $step = "wavepostsbs" ]; then
export nth_wavepostsbs=1
export npe_node_wavepostsbs=$npe_wavepostsbs
export memory_wavepostsbs="10GB"
export memory_wavepostsbs_gfs="10GB"
export memory_wavepostsbs_gfs="100GB"
export NTASKS=$npe_wavepostsbs

elif [ $step = "wavepostbndpnt" ]; then
Expand Down Expand Up @@ -111,7 +111,7 @@ elif [ $step = "wavegempak" ]; then
export nth_wavegempak=1
export npe_node_wavegempak=$npe_wavegempak
export NTASKS=$npe_wavegempak
export memory_wavegempak="1GB"
export memory_wavegempak="100GB"

elif [ $step = "waveawipsbulls" ]; then

Expand All @@ -128,7 +128,7 @@ elif [ $step = "waveawipsgridded" ]; then
export nth_waveawipsgridded=1
export npe_node_waveawipsgridded=$(echo "$npe_node_max / $nth_waveawipsgridded" | bc)
export NTASKS=$npe_waveawipsgridded
export memory_waveawipsgridded_gfs="1GB"
export memory_waveawipsgridded_gfs="20GB"

elif [ $step = "anal" ]; then

Expand Down Expand Up @@ -265,7 +265,7 @@ elif [ $step = "wafsgrib20p25" ]; then

elif [ $step = "wafsblending0p25" ]; then

export wtime_wafsblending0p25="00:30:00"
export wtime_wafsblending0p25="00:40:00"
export npe_wafsblending0p25=1
export npe_node_wafsblending0p25=$npe_wafsblending0p25
export nth_wafsblending0p25=1
Expand Down Expand Up @@ -399,7 +399,7 @@ elif [ $step = "esfc" ]; then
export nth_esfc=1
export nth_cycle=$nth_esfc
export npe_node_cycle=$(echo "$npe_node_max / $nth_cycle" | bc)
export memory_esfc="60GB"
export memory_esfc="500GB"

elif [ $step = "efcs" ]; then

Expand Down Expand Up @@ -438,7 +438,7 @@ elif [ $step = "awips" ]; then
export npe_awips=1
export npe_node_awips=1
export nth_awips=1
export memory_awips="3GB"
export memory_awips="100GB"
if [[ "$machine" == "WCOSS_DELL_P3" ]]; then
export npe_awips=2
export npe_node_awips=2
Expand All @@ -454,7 +454,7 @@ elif [ $step = "gempak" ]; then
export npe_node_gempak_gfs=28
export nth_gempak=1
export memory_gempak="4GB"
export memory_gempak_gfs="2GB"
export memory_gempak_gfs="100GB"

else

Expand Down
Loading

0 comments on commit 9c1e9c4

Please sign in to comment.