[Dart-dev] [6507] DART/trunk/models/CESM/shell_scripts/cam_no_assimilate.csh: no need for a separate MYCASE since we're called from

nancy at ucar.edu nancy at ucar.edu
Wed Oct 9 16:31:00 MDT 2013


Revision: 6507
Author:   nancy
Date:     2013-10-09 16:31:00 -0600 (Wed, 09 Oct 2013)
Log Message:
-----------
no need for a separate MYCASE since we're called from
the CESM scripts which already define CASE for is.

Modified Paths:
--------------
    DART/trunk/models/CESM/shell_scripts/cam_no_assimilate.csh

-------------- next part --------------
Modified: DART/trunk/models/CESM/shell_scripts/cam_no_assimilate.csh
===================================================================
--- DART/trunk/models/CESM/shell_scripts/cam_no_assimilate.csh	2013-10-09 22:18:50 UTC (rev 6506)
+++ DART/trunk/models/CESM/shell_scripts/cam_no_assimilate.csh	2013-10-09 22:31:00 UTC (rev 6507)
@@ -36,7 +36,6 @@
 set FILE = `head -n 1 rpointer.atm_0001`
 set FILE = $FILE:t
 set FILE = $FILE:r
-set MYCASE = `echo $FILE | sed -e "s#\..*##"`
 set ATM_DATE_EXT = `echo $FILE:e`
 
 #=========================================================================
@@ -52,7 +51,7 @@
 
    set inst_string = `printf _%04d $member`
 
-   set ATM_INITIAL_FILENAME = ${MYCASE}.cam${inst_string}.i.${ATM_DATE_EXT}.nc
+   set ATM_INITIAL_FILENAME = ${CASE}.cam${inst_string}.i.${ATM_DATE_EXT}.nc
 
    ${LINK} ${ATM_INITIAL_FILENAME} cam_initial${inst_string}.nc || exit -9
 


More information about the Dart-dev mailing list