Skip to content
Snippets Groups Projects
Commit 269139ea authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add missing field in common jobs folder.

parent 258a2bb4
No related branches found
No related tags found
No related merge requests found
......@@ -20,31 +20,31 @@ JOBS:
NODES: 1
PREPARE_EXPERIMENT:
# FILE: How the experiment folder is prepared should be defined for each specific case.
FILE: templates/common/prepare_experiment.sh # WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES: BUILD_ICON
RUNNING: once
WALLCLOCK: 01:00
PREPARE_DATE_LOCAL:
# FILE: How the date folder is prepared should be defined for each specific case.
FILE: templates/common/prepare_date_local.sh # WARNING: Should be replaced in the specific workflow definition!
RUNNING: date
WALLCLOCK: 01:00
PLATFORM: LOCAL
PREPARE_DATE_REMOTE:
# FILE: How the date folder is prepared should be defined for each specific case.
FILE: templates/common/prepare_date_remote.sh # WARNING: Should be replaced in the specific workflow definition!
RUNNING: date
WALLCLOCK: 01:00
PLATFORM: "%DEFAULT.HPCARCH%_LOGIN"
PREPARE_MEMBER:
# FILE: How the member folder is prepared should be defined for each specific case.
FILE: templates/common/prepare_member.sh # WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES: PREPARE_EXPERIMENT PREPARE_DATE_REMOTE PREPARE_DATE_LOCAL
RUNNING: member
WALLCLOCK: 01:00
PREPARE_NAMELIST:
# FILE: How the namelist is prepared should be defined for each specific case.
FILE: templates/common/prepare_namelist.py # WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES: TRANSFER_PROJECT BUILD_PYTHON_ENVIRONMENT PREPARE_MEMBER RUN_ICON-1
WALLCLOCK: 00:05
RUNNING: chunk
......@@ -52,7 +52,6 @@ JOBS:
EXECUTABLE: "%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
PLATFORM: "%DEFAULT.HPCARCH%_LOGIN"
RUN_ICON:
FILE: templates/common/run_icon.sh
DEPENDENCIES: PREPARE_NAMELIST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment