We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65571aa commit c283e87Copy full SHA for c283e87
parm/config/gfs/config.earc_tars
@@ -6,7 +6,7 @@
6
echo "BEGIN: config.earc_tars"
7
8
# Get task specific resources
9
-. $EXPDIR/config.resources earc_tars
+. $EXPDIR/config.resources "earc_tars"
10
11
# Set the number of ensemble members to archive per earc_tars job
12
case "${CASE_ENS}" in
parm/config/gfs/config.earc_vrfy
@@ -5,8 +5,8 @@
5
echo "BEGIN: config.earc_vrfy"
-# Get task specific resources
-. $EXPDIR/config.resources earc_vrfy
+# Get task specific resources"
+. $EXPDIR/config.resources "earc_vrfy"
# Set the number of ensemble members to archive per earc_vrfy job
0 commit comments