[Dart-dev] [5454] DART/branches/development/models/cam/shell_scripts/assimilate.ned. csh: The name of the obs_seq.out files, since they were generated

nancy at ucar.edu nancy at ucar.edu
Fri Dec 16 10:48:59 MST 2011


Revision: 5454
Author:   nancy
Date:     2011-12-16 10:48:59 -0700 (Fri, 16 Dec 2011)
Log Message:
-----------
The name of the obs_seq.out files, since they were generated
from a previous CESM run, have the timestamp in the CESM format
(YYYY-MM-DD-SSSSS) so change how the input obs_seq name is formed.

Modified Paths:
--------------
    DART/branches/development/models/cam/shell_scripts/assimilate.ned.csh

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/assimilate.ned.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/assimilate.ned.csh	2011-12-16 17:47:36 UTC (rev 5453)
+++ DART/branches/development/models/cam/shell_scripts/assimilate.ned.csh	2011-12-16 17:48:59 UTC (rev 5454)
@@ -56,7 +56,7 @@
 set DARTDIR = ${DARTROOT}/models/cam/work
 
 # FIXME: different on hopper
-set DART_OBS_DIR = UVT_Set1_12H
+set DART_OBS_DIR = UVT_Set2_12H
 set  OBSDIR = /scratch/scratchdirs/nscollin/Synthetic/${DART_OBS_DIR}
 
 #-------------------------------------------------------------------------
@@ -323,8 +323,7 @@
 
 # Determine proper observation sequence file.
 
-set OBSFNAME = `printf syn_obs_seq${MODEL_YEAR}${MODEL_MONTH}${MODEL_DAY}%02d ${MODEL_HOUR}`
-set OBS_FILE = ${OBSDIR}/${OBSFNAME} 
+set OBS_FILE = ${OBSDIR}/obs_seq.${MODEL_DATE_EXT}.out
 
 ${LINK} ${OBS_FILE} obs_seq.out
 


More information about the Dart-dev mailing list