[Dart-dev] [6505] DART/trunk/models/cam/shell_scripts/assimilate.csh: this script no longer needs the DARTDIR for anything;
nancy at ucar.edu
nancy at ucar.edu
Wed Oct 9 15:20:06 MDT 2013
Revision: 6505
Author: nancy
Date: 2013-10-09 15:20:06 -0600 (Wed, 09 Oct 2013)
Log Message:
-----------
this script no longer needs the DARTDIR for anything;
the sampling error correction file is copied over to the
CASEROOT dir by the CESM_DART_config script and that was
the final reference to the dart source code tree.
Modified Paths:
--------------
DART/trunk/models/cam/shell_scripts/assimilate.csh
-------------- next part --------------
Modified: DART/trunk/models/cam/shell_scripts/assimilate.csh
===================================================================
--- DART/trunk/models/cam/shell_scripts/assimilate.csh 2013-10-09 21:10:49 UTC (rev 6504)
+++ DART/trunk/models/cam/shell_scripts/assimilate.csh 2013-10-09 21:20:06 UTC (rev 6505)
@@ -26,7 +26,6 @@
set REMOVE = '/usr/local/bin/rm -fr'
set BASEOBSDIR = /glade/proj3/image/Observations/ACARS
- set DARTDIR = ${HOME}/svn/DART/trunk
set LAUNCHCMD = mpirun.lsf
breaksw
@@ -38,7 +37,6 @@
set REMOVE = 'rm -fr'
set BASEOBSDIR = /glade/p/image/Observations/ACARS
- set DARTDIR = ${HOME}/svn/DART/trunk
set LAUNCHCMD = mpirun.lsf
breaksw
@@ -50,7 +48,6 @@
set REMOVE = 'rm -fr'
set BASEOBSDIR = /scratch/scratchdirs/nscollin/ACARS
- set DARTDIR = ${HOME}/trunk
set LAUNCHCMD = "aprun -n $NTASKS"
breaksw
endsw
@@ -142,7 +139,7 @@
set SECSTRING = `echo $MYSTRING[2] | tr '[:upper:]' '[:lower:]'`
if ( $SECSTRING == true ) then
- set SAMP_ERR_FILE = ${DARTDIR}/system_simulation/final_full_precomputed_tables/final_full.${ensemble_size}
+ set SAMP_ERR_FILE = ${CASEROOT}/final_full.${ensemble_size}
if ( -e ${SAMP_ERR_FILE} ) then
${COPY} ${SAMP_ERR_FILE} .
else
More information about the Dart-dev
mailing list