[Dart-dev] [9020] DART/trunk/models/CESM/shell_scripts/CESM_DART_config: This should have been committed with 9017.

nancy at ucar.edu nancy at ucar.edu
Mon Nov 9 15:07:32 MST 2015


Revision: 9020
Author:   thoar
Date:     2015-11-09 15:07:31 -0700 (Mon, 09 Nov 2015)
Log Message:
-----------
This should have been committed with 9017.
Do not check for the existence of CESM/work/filter,
do not expect to find any executables in CESM/work 

Modified Paths:
--------------
    DART/trunk/models/CESM/shell_scripts/CESM_DART_config

-------------- next part --------------
Modified: DART/trunk/models/CESM/shell_scripts/CESM_DART_config
===================================================================
--- DART/trunk/models/CESM/shell_scripts/CESM_DART_config	2015-11-09 21:52:50 UTC (rev 9019)
+++ DART/trunk/models/CESM/shell_scripts/CESM_DART_config	2015-11-09 22:07:31 UTC (rev 9020)
@@ -111,7 +111,7 @@
 # because it defines what observation types are supported.
 # ==============================================================================
 
-foreach MODEL ( cam clm CESM POP )
+foreach MODEL ( cam clm POP )
    set targetdir = $DARTROOT/models/$MODEL/work
    if ( ! -x $targetdir/filter ) then
       echo ""
@@ -221,11 +221,6 @@
 ${COPY} ${DARTROOT}/models/POP/work/filter             ${EXEROOT}/filter_pop
 ${COPY} ${DARTROOT}/models/POP/work/perfect_model_obs  ${EXEROOT}/perfect_model_obs_pop
 
-${COPY} ${DARTROOT}/models/CESM/work/cesm_to_dart      ${EXEROOT}
-${COPY} ${DARTROOT}/models/CESM/work/dart_to_cesm      ${EXEROOT}
-${COPY} ${DARTROOT}/models/CESM/work/filter            ${EXEROOT}/filter_cesm
-${COPY} ${DARTROOT}/models/CESM/work/perfect_model_obs ${EXEROOT}/perfect_model_obs_cesm
-
 exit 0
 
 EndOfText


More information about the Dart-dev mailing list