Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ESM-tools (Legacy)
ESM Runscripts Legacy
Commits
6e0b5a80
Commit
6e0b5a80
authored
Aug 21, 2019
by
Nadine Wieters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for _no-dynveg file flag on ollie pool meshes_default
parent
c8c7db9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
functions/jsbach/jsbach.functions
functions/jsbach/jsbach.functions
+8
-5
No files found.
functions/jsbach/jsbach.functions
View file @
6e0b5a80
...
...
@@ -22,11 +22,14 @@ jsbach_set_defaults()
jsbach_nc
=
""
jsbach_message
=
"
${
jsbach_message
}
; CD: had to set
\$
jsbach_nc manually to
\"\"
"
else
# check if jsbach_nc is unset; otherweise it is set to empty string in runscript
if
[
-z
${
jsbach_nc
+x
}
]
;
then
jsbach_nc
=
"_no-dynveg"
fi
jsbach_message
=
"
\t\t
Running WITHOUT dynamic vegetation"
if
[[
"x
${
ADJUST_TO_FESOM_GRID_jsbach
}
"
=
"x1"
]]
;
then
if
!
[[
"x
${
fesom_VERSION
}
"
=
"x2.0"
]]
&&
[[
"x
${
machine_name
}
"
=
"xmistral"
]]
;
then
jsbach_nc
=
"_no-dynveg"
else
jsbach_nc
=
""
fi
fi
jsbach_message
=
"
\t\t
Running WITHOUT dynamic vegetation"
fi
case
$jsbach_DATASET
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment