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

Bugfix in prepare_date_local.sh from real-from-dwd-ana case.

parent ce7918b9
No related branches found
No related tags found
No related merge requests found
Pipeline #18835 failed
......@@ -7,7 +7,7 @@
# system we need to define these two variables:
DATA_IS_LOCAL=%SIMULATION.INITIAL_CONDITIONS.LOCAL%
if [ "x%HPCARCH%" == "xlocal"]; then
if [ "x%HPCARCH%" == "xlocal" ]; then
RUN_MACHINE_IS_LOCAL="True"
else
RUN_MACHINE_IS_LOCAL="False"
......
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