[Dart-dev] [4428] DART/trunk/models/lorenz_96/shell_scripts/run_filter.lynx.sh: Make the logname var be right for the batch run.
nancy at ucar.edu
nancy at ucar.edu
Thu Jul 15 17:35:31 MDT 2010
Revision: 4428
Author: nancy
Date: 2010-07-15 17:35:31 -0600 (Thu, 15 Jul 2010)
Log Message:
-----------
Make the logname var be right for the batch run.
I had experimented with running it on the command line
and forgot to change the logname back to the torque version.
Modified Paths:
--------------
DART/trunk/models/lorenz_96/shell_scripts/run_filter.lynx.sh
-------------- next part --------------
Modified: DART/trunk/models/lorenz_96/shell_scripts/run_filter.lynx.sh
===================================================================
--- DART/trunk/models/lorenz_96/shell_scripts/run_filter.lynx.sh 2010-07-15 23:10:33 UTC (rev 4427)
+++ DART/trunk/models/lorenz_96/shell_scripts/run_filter.lynx.sh 2010-07-15 23:35:31 UTC (rev 4428)
@@ -48,7 +48,7 @@
# starting filter. (they are visible from the head node that is
# running this script, but once you start aprun, you must have
# your executables and data files under /ptmp.)
-cp -fv filter input.nml obs_seq.out filter_ics /ptmp/${LOGNAME}/work
+cp -fv filter input.nml obs_seq.out filter_ics /ptmp/${PBS_O_LOGNAME}/work
echo " "
cd /ptmp/${PBS_O_LOGNAME}/work
More information about the Dart-dev
mailing list