forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to CI to clarify HOMEgfs (NOAA-EMC#1931)
* replace HOMEgfs_PR with HOMEgfs, and HOMEgfs with ROOT_DIR. ROOT_DIR is the location where the ci scripts live * update type to system in case yamls * move create_experiment.py to workflow/ * detect HOMEgfs in create_experiment.py based on location. update to use jinja templates in the cases * remove export of HOMEgfs from driver.sh
- Loading branch information
Showing
20 changed files
with
153 additions
and
152 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: forecast-only | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: ATM | ||
resdet: 48 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
idate: 2021032312 | ||
edate: 2021032312 | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
experiment: | ||
type: gefs | ||
system: gefs | ||
mode: forecast-only | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: S2SA | ||
resdet: 48 | ||
resens: 48 | ||
nens: 2 | ||
gfs_cyc: 1 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
icsdir: ${ICSDIR_ROOT}/C48C48mx500 | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C48C48mx500 | ||
idate: 2021032312 | ||
edate: 2021032312 | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gefs_ci_defaults.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gefs_ci_defaults.yaml |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: forecast-only | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: S2SW | ||
resdet: 48 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
idate: 2021032312 | ||
edate: 2021032312 | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: ATM | ||
resdet: 96 | ||
resens: 48 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
icsdir: ${ICSDIR_ROOT}/C96C48 | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C96C48 | ||
idate: 2021122018 | ||
edate: 2021122106 | ||
nens: 2 | ||
gfs_cyc: 1 | ||
start: cold | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: ATM | ||
resdet: 96 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
icsdir: ${ICSDIR_ROOT}/C96C48 | ||
idate: 2021122018 | ||
edate: 2021122106 | ||
nens: 0 | ||
gfs_cyc: 1 | ||
start: cold | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: ATM | ||
resdet: 384 | ||
resens: 192 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
icsdir: ${ICSDIR_ROOT}/C384C192 | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C384C192 | ||
idate: 2023040118 | ||
edate: 2023040200 | ||
nens: 2 | ||
gfs_cyc: 1 | ||
start: cold | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: forecast-only | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: S2SWA | ||
resdet: 384 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
idate: 2016070100 | ||
edate: 2016070100 | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
experiment: | ||
type: gfs | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: ${pslot} | ||
pslot: {{ 'pslot' | getenv }} | ||
app: ATM | ||
resdet: 384 | ||
resens: 192 | ||
comrot: ${RUNTESTS}/COMROT | ||
expdir: ${RUNTESTS}/EXPDIR | ||
icsdir: ${ICSDIR_ROOT}/C384C192 | ||
comrot: {{ 'RUNTESTS' | getenv }}/COMROT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C384C192 | ||
idate: 2023040118 | ||
edate: 2023040200 | ||
nens: 0 | ||
gfs_cyc: 1 | ||
start: cold | ||
yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml | ||
yaml: {{ HOMEgfs }}/ci/platforms/gfs_defaults_ci.yaml |
File renamed without changes.
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.