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

Fix typo in compress.py

parent f708ebe6
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
...@@ -18,7 +18,7 @@ def compress_outputs(): ...@@ -18,7 +18,7 @@ def compress_outputs():
WORKDIR = Path("%HPCROOTDIR%") WORKDIR = Path("%HPCROOTDIR%")
STARTDATE = "%SDATE%" STARTDATE = "%SDATE%"
MEMBER = "%MEMBER%" MEMBER = "%MEMBER%"
output_file_names = "%simulation.output_file_namesº%" output_file_names = "%SIMULATION.OUTPUT_FILE_NAMES%"
# Define rundir # Define rundir
RUNDIR = WORKDIR / STARTDATE / MEMBER 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