Skip to content
Snippets Groups Projects
Commit b39d6954 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Up

parent 60f622eb
No related branches found
No related tags found
No related merge requests found
Pipeline #18939 canceled
experiment:
DATELIST: 20210601
MEMBERS: "fc0"
CHUNKSIZEUNIT: hour
CHUNKSIZE: 1
NUMCHUNKS: 2
CHUNKINI: 0
CALENDAR: standard
...@@ -13,15 +13,17 @@ JOBS: ...@@ -13,15 +13,17 @@ JOBS:
RUNNING: date RUNNING: date
WALLCLOCK: 01:00 WALLCLOCK: 01:00
PREPARE_MEMBER:
FILE: templates/real-from-d2-ana/prepare_member.sh
DEPENDENCIES: PREPARE_EXPERIMENT PREPARE_DATE_LOCAL PREPARE_DATE_REMOTE BUILD_PYTHON_ENVIRONMENT
RUNNING: member
WALLCLOCK: 01:00
PREPARE_LBC_REMOTE: PREPARE_LBC_REMOTE:
FILE: templates/real-from-d2-ana/prepare_lbc_remote.sh FILE: templates/real-from-d2-ana/prepare_lbc_remote.sh
RUNNING: date RUNNING: date
WALLCLOCK: 03:00 WALLCLOCK: 03:00
DEPENDENCIES: PREPARE_EXPERIMENT BUILD_PYTHON_ENVIRONMENT DEPENDENCIES: PREPARE_MEMBER
PREPARE_MEMBER:
FILE: templates/real-from-d2-ana/prepare_member.sh
DEPENDENCIES: PREPARE_DATE_REMOTE PREPARE_DATE_LOCAL PREPARE_LBC_REMOTE
PREPARE_NAMELIST: PREPARE_NAMELIST:
FILE: templates/real-from-d2-ana/prepare_namelist.py FILE: templates/real-from-d2-ana/prepare_namelist.py
...@@ -28,3 +28,5 @@ simulation: ...@@ -28,3 +28,5 @@ simulation:
#parent_folder: /archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/ #parent_folder: /archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/
parent_folder: /dss/dsskcsfs01/pn34ca/pn34ca-dss-0007/DATA-OP/ parent_folder: /dss/dsskcsfs01/pn34ca/pn34ca-dss-0007/DATA-OP/
member: 1 member: 1
...@@ -59,7 +59,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -59,7 +59,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
PARENT_GRID_FILE=%simulation.parent_grid_filename% PARENT_GRID_FILE=%simulation.parent_grid_filename%
# Loop through hours # Loop through hours
for tt in {3..27}; do for tt in {3..$((3 + %EXPERIMENT.CHUNKSIZE%))}; do
th=$((tt % 24)) th=$((tt % 24))
td=$((tt / 24)) td=$((tt / 24))
EU_FC_TIME=$(printf "%02d" $td)$(printf "%02d" $th) EU_FC_TIME=$(printf "%02d" $td)$(printf "%02d" $th)
......
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