Skip to content
Snippets Groups Projects
Commit c5d80da9 authored by Mayer, Benjamin W's avatar Mayer, Benjamin W
Browse files

updates for cime

parent b3021a4d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ STAGEDIR=$DIR/${CASENAME}-stage${STAGE}
mkdir $STAGEDIR
# Get the full path to the run directory
RUNDIR=$(cd $CASEROOT && ./xmlquery RUNDIR -valonly -silent)
RUNDIR=$(cd $CASEROOT && ./xmlquery RUNDIR -valonly)
RUNDIR=$(cd $RUNDIR && pwd)
# Touch this file here so that it will always exist, even if it is empty
......
......@@ -99,7 +99,7 @@ cd $CASENAME
# This script often returns non-zero, so we need to mask the failure
# We use exitcode.successmessage to detect failures
/bin/csh ./$CASENAME.run || true
/usr/bin/perl ./$CASENAME.run || true
exit 0
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