-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port the global workflow to Jet (#1301)
Provides initial cycled and free-forecast support for the global workflow on Jet. References #357. Not included in this port is support for GLDAS, verif-global, and TC_tracker. Jet will eventually support the following, with the currently tested options bolded, on xjet and kjet partitions - uncoupled, cycled and free-forecast experiments at C48, C96, C192, C384, and C768 resolutions - coupled, free-forecast experiments (ATMA, ATMW, S2S, and S2SW) at C384 ~Note that currently coupled ICs are not available on Jet, so only ATM-only experiments can performed.~ Fixes #357
- Loading branch information
1 parent
d2b268a
commit 70a7d99
Showing
19 changed files
with
370 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ HPC helpdesks | |
* HPSS: [email protected] | ||
* Gaea: [email protected] | ||
* S4: [email protected] | ||
* Jet: [email protected] | ||
|
||
====================== | ||
Restricted data access | ||
|
@@ -76,6 +77,8 @@ It is advised to use Git v2+ when available. At the time of writing this documen | |
+---------+----------+---------------------------------------+ | ||
| Orion | v1.8.3.1 | **module load git/2.28.0** | | ||
+---------+----------+---------------------------------------+ | ||
| Jet | v2.18.0 | default | | ||
+---------+----------+---------------------------------------+ | ||
| WCOSS2 | v2.26.2 | default or **module load git/2.29.0** | | ||
+---------+----------+---------------------------------------+ | ||
| S4 | v1.8.3.1 | **module load git/2.30.0** | | ||
|
@@ -96,9 +99,9 @@ For the manage_externals utility functioning:: | |
Error: fatal: ssh variant 'simple' does not support setting port | ||
Fix: git config --global ssh.variant ssh | ||
|
||
=================================== | ||
Stacksize on R&Ds (Hera, Orion, S4) | ||
=================================== | ||
======================================== | ||
Stacksize on R&Ds (Hera, Orion, Jet, S4) | ||
======================================== | ||
|
||
Some GFS components, like the UPP, need an unlimited stacksize. Add the following setting into your appropriate .*rc file to support these components: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,6 +190,7 @@ Forecast-only P8 prototype initial conditions are made available to users on sup | |
WCOSS2: /lfs/h2/emc/global/noscrub/emc.global/IC/COUPLED | ||
HERA: /scratch1/NCEPDEV/climate/role.ufscpara/IC | ||
ORION: /work/noaa/global/glopara/data/ICSDIR/prototype_ICs | ||
JET: /mnt/lfs4/HFIP/hfv3gfs/glopara/data/ICSDIR/prototype_ICs | ||
S4: /data/prod/glopara/coupled_ICs | ||
|
||
These locations are known within the workflow via paths set in ``parm/config/config.coupled_ic``. | ||
|
@@ -217,7 +218,7 @@ Not yet supported. See :ref:`Manual Generation<manual-generation>` section below | |
--------------------- | ||
Forecast-only coupled | ||
--------------------- | ||
Coupled initial conditions are currently only generated offline and copied prior to the forecast run. Prototype initial conditions will automatically be used when setting up an experiment as an S2SW app, there is no need to do anything additional. Copies of initial conditions from the prototype runs are currently maintained on Hera, Orion, and WCOSS2. The locations used are determined by ``parm/config/config.coupled_ic``. If you need prototype ICs on another machine, please contact Walter ([email protected]). | ||
Coupled initial conditions are currently only generated offline and copied prior to the forecast run. Prototype initial conditions will automatically be used when setting up an experiment as an S2SW app, there is no need to do anything additional. Copies of initial conditions from the prototype runs are currently maintained on Hera, Orion, Jet, and WCOSS2. The locations used are determined by ``parm/config/config.coupled_ic``. If you need prototype ICs on another machine, please contact Walter ([email protected]). | ||
|
||
.. _forecastonly-atmonly: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.