-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong j-job name for run_ana task (#68)
* correst j-job script call for run_ana * add machine specific yaml * change path of yaml
- Loading branch information
Showing
5 changed files
with
178 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
workflow: | ||
attrs: | ||
realtime: false | ||
scheduler: slurm | ||
cycledef: | ||
- attrs: | ||
group: epic | ||
spec: 201912210000 201912210000 24:00:00 | ||
entities: | ||
MACHINE: "orion" | ||
ACCOUNT: "epic" | ||
EXP_NAME: "LETKF" | ||
EXP_BASEDIR: "/work/noaa/epic/chjeon/landda_fixjjob" | ||
JEDI_INSTALL: "/work/noaa/epic/UFS_Land-DA/jedi" | ||
LANDDA_INPUTS: "/work/noaa/epic/UFS_Land-DA/inputs" | ||
FORCING: "era5" | ||
RES: "96" | ||
FCSTHR: "24" | ||
NPROCS_ANA: "6" | ||
NPROCS_FCST: "6" | ||
OBS_TYPES: "GHCN" | ||
fv3bundle_vn: "psl_develop" | ||
DAtype: "letkfoi_snow" | ||
SNOWDEPTHVAR: "snwdph" | ||
TSTUB: "oro_C96.mx100" | ||
WORKDIR: "&EXP_BASEDIR;/workdir" | ||
CYCLEDIR: "&EXP_BASEDIR;/land-DA_workflow" | ||
EXECdir: "&CYCLEDIR;/exec" | ||
OUTDIR: "&EXP_BASEDIR;/landda_expts/DA_era5_test" | ||
LOG: "&EXP_BASEDIR;/tests" | ||
PATHRT: "&EXP_BASEDIR;" | ||
CTIME: "<cyclestr>@Y@m@d@H</cyclestr>" | ||
PTIME: "<cyclestr offset='-1:00:00'>@Y@m@d@H</cyclestr>" | ||
NTIME: "<cyclestr offset='01:00:00'>@Y@m@d@H</cyclestr>" | ||
log: "&LOG;/workflow.log" | ||
tasks: | ||
task_prepexp: | ||
envars: | ||
MACHINE: "&MACHINE;" | ||
ACCOUNT: "&ACCOUNT;" | ||
EXP_NAME: "&EXP_NAME;" | ||
LANDDA_INPUTS: "&LANDDA_INPUTS;" | ||
ATMOS_FORC: "&FORCING;" | ||
RES: "&RES;" | ||
TSTUB: "&TSTUB;" | ||
WORKDIR: "&WORKDIR;" | ||
CYCLEDIR: "&CYCLEDIR;" | ||
EXECdir: "&EXECdir;" | ||
OUTDIR: "&OUTDIR;" | ||
CTIME: "&CTIME;" | ||
PTIME: "&PTIME;" | ||
account: "&ACCOUNT;" | ||
command: "&CYCLEDIR;/jobs/JLANDDA_PREP_EXP" | ||
jobname: prepexp | ||
cores: 1 | ||
walltime: 00:02:00 | ||
queue: batch | ||
task_prepobs: | ||
envars: | ||
OBS_TYPES: "&OBS_TYPES;" | ||
MACHINE: "&MACHINE;" | ||
ACCOUNT: "&ACCOUNT;" | ||
EXP_NAME: "&EXP_NAME;" | ||
LANDDA_INPUTS: "&LANDDA_INPUTS;" | ||
ATMOS_FORC: "&FORCING;" | ||
WORKDIR: "&WORKDIR;" | ||
CYCLEDIR: "&CYCLEDIR;" | ||
EXECdir: "&EXECdir;" | ||
OUTDIR: "&OUTDIR;" | ||
CTIME: "&CTIME;" | ||
PTIME: "&PTIME;" | ||
account: "&ACCOUNT;" | ||
command: "&CYCLEDIR;/jobs/JLANDDA_PREP_OBS" | ||
jobname: prepobs | ||
cores: 1 | ||
walltime: 00:02:00 | ||
queue: batch | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: prepexp | ||
task_prepbmat: | ||
envars: | ||
MACHINE: "&MACHINE;" | ||
ACCOUNT: "&ACCOUNT;" | ||
EXP_NAME: "&EXP_NAME;" | ||
LANDDA_INPUTS: "&LANDDA_INPUTS;" | ||
ATMOS_FORC: "&FORCING;" | ||
WORKDIR: "&WORKDIR;" | ||
CYCLEDIR: "&CYCLEDIR;" | ||
EXECdir: "&EXECdir;" | ||
OUTDIR: "&OUTDIR;" | ||
CTIME: "&CTIME;" | ||
PTIME: "&PTIME;" | ||
fv3bundle_vn: "&fv3bundle_vn;" | ||
DAtype: "&DAtype;" | ||
SNOWDEPTHVAR: "&SNOWDEPTHVAR;" | ||
account: "&ACCOUNT;" | ||
command: "&CYCLEDIR;/jobs/JLANDDA_PREP_BMAT" | ||
jobname: prepbmat | ||
cores: 1 | ||
walltime: 00:02:00 | ||
queue: batch | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: prepobs | ||
task_runana: | ||
envars: | ||
OBS_TYPES: "&OBS_TYPES;" | ||
MACHINE: "&MACHINE;" | ||
ACCOUNT: "&ACCOUNT;" | ||
EXP_NAME: "&EXP_NAME;" | ||
LANDDA_INPUTS: "&LANDDA_INPUTS;" | ||
ATMOS_FORC: "&FORCING;" | ||
RES: "&RES;" | ||
TSTUB: "&TSTUB;" | ||
WORKDIR: "&WORKDIR;" | ||
CYCLEDIR: "&CYCLEDIR;" | ||
EXECdir: "&EXECdir;" | ||
OUTDIR: "&OUTDIR;" | ||
CTIME: "&CTIME;" | ||
PTIME: "&PTIME;" | ||
NTIME: "&NTIME;" | ||
fv3bundle_vn: "&fv3bundle_vn;" | ||
DAtype: "&DAtype;" | ||
SNOWDEPTHVAR: "&SNOWDEPTHVAR;" | ||
NPROC_JEDI: "&NPROCS_ANA;" | ||
JEDI_INSTALL: "&JEDI_INSTALL;" | ||
account: "&ACCOUNT;" | ||
command: "&CYCLEDIR;/jobs/JLANDDA_RUN_ANA" | ||
jobname: runana | ||
nodes: "1:ppn=&NPROCS_ANA;" | ||
walltime: 00:15:00 | ||
queue: batch | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: prepbmat | ||
task_runfcst: | ||
envars: | ||
OBS_TYPES: "&OBS_TYPES;" | ||
MACHINE: "&MACHINE;" | ||
ACCOUNT: "&ACCOUNT;" | ||
EXP_NAME: "&EXP_NAME;" | ||
LANDDA_INPUTS: "&LANDDA_INPUTS;" | ||
ATMOS_FORC: "&FORCING;" | ||
RES: "&RES;" | ||
TSTUB: "&TSTUB;" | ||
WORKDIR: "&WORKDIR;" | ||
CYCLEDIR: "&CYCLEDIR;" | ||
EXECdir: "&EXECdir;" | ||
OUTDIR: "&OUTDIR;" | ||
CTIME: "&CTIME;" | ||
PTIME: "&PTIME;" | ||
NTIME: "&NTIME;" | ||
fv3bundle_vn: "&fv3bundle_vn;" | ||
DAtype: "&DAtype;" | ||
SNOWDEPTHVAR: "&SNOWDEPTHVAR;" | ||
JEDI_INSTALL: "&JEDI_INSTALL;" | ||
FCSTHR: "&FCSTHR;" | ||
account: "&ACCOUNT;" | ||
command: "&CYCLEDIR;/jobs/JLANDDA_RUN_FCST" | ||
jobname: runfcst | ||
nodes: "1:ppn=&NPROCS_FCST;" | ||
walltime: 00:30:00 | ||
queue: batch | ||
dependency: | ||
taskdep: | ||
attrs: | ||
task: runana |
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