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

Fix hardcoded paths and variables that got into the file by mistake.

parent 45c02db9
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ def main():
# Move the outputs to the proper destination
# Get some variables provided by autosubmit.
WORKDIR = Path("/project/meteo-scratch/Oriol.Tinto/tmp/autosubmit/ls-craig/oriol.tinto/a007")
STARTDATE = "2022040100"
MEMBER = "mem0"
output_file_names = "init-test_DOM01_ML_*.nc init-test-ext_DOM01_ML_*.nc icon_grid_*restart_atm_*.nc"
WORKDIR = Path("%HPCROOTDIR%")
STARTDATE = "%SDATE%"
MEMBER = "%MEMBER%"
output_file_names = "%simulation.OUTPUT_FILES%"
# Define rundir
RUNDIR = WORKDIR / STARTDATE / MEMBER
......
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