[Dart-dev] [4520] DART/trunk/models/tiegcm/shell_scripts/run_filter.csh: Changed to use tiegcm.nml (tiegcm namelist) specific to each member.

nancy at ucar.edu nancy at ucar.edu
Wed Oct 13 10:56:44 MDT 2010


Revision: 4520
Author:   tmatsuo
Date:     2010-10-13 10:56:44 -0600 (Wed, 13 Oct 2010)
Log Message:
-----------
Changed to use tiegcm.nml (tiegcm namelist) specific to each member.
This change accomodates each of tiegcm member to integrate with different forcing values. 

Modified Paths:
--------------
    DART/trunk/models/tiegcm/shell_scripts/run_filter.csh

-------------- next part --------------
Modified: DART/trunk/models/tiegcm/shell_scripts/run_filter.csh
===================================================================
--- DART/trunk/models/tiegcm/shell_scripts/run_filter.csh	2010-10-12 22:44:19 UTC (rev 4519)
+++ DART/trunk/models/tiegcm/shell_scripts/run_filter.csh	2010-10-13 16:56:44 UTC (rev 4520)
@@ -34,9 +34,10 @@
 #BSUB -J filter
 #BSUB -o filter.%J.log
 #BSUB -P 35071364
-#BSUB -q debug
-#BSUB -n 4
-#BSUB -W 2:00
+#BSUB -q standby
+#BSUB -n 64
+#BSUB -R "span[ptile=64]"
+#BSUB -W 2:30
 #BSUB -N -u ${USER}@ucar.edu
 
 #----------------------------------------------------------------------
@@ -145,7 +146,6 @@
 
  ${COPY} ${TIEGCMDIR}/tiegcm-nompi                  tiegcm
 #${COPY} ${TIEGCMDIR}/tiegcm                        .
- ${COPY} ${TIEGCMDIR}/tiegcm.nml                    .
 
 #-----------------------------------------------------------------------------
 # Get the tiegcm input state ... for this experiment, we generated the ensemble by: 
@@ -176,10 +176,12 @@
   set darticname  = `printf "filter_ics.%04d"          $i`
   set tiesecond   = `printf "tiegcm_s.nc.%04d"         $i`
   set tierestart  = `printf "tiegcm_restart_p.nc.%04d" $i`
+  set tieinp      = `printf "tiegcm.nml.%04d"          $i`
 
   ln -sf ${EXPERIMENT}/$darticname .
   ln -sf ${EXPERIMENT}/$tiesecond  .
   ln -sf ${EXPERIMENT}/$tierestart .
+  ln -sf ${EXPERIMENT}/$tieinp     .
 
   @ i += 1
 end


More information about the Dart-dev mailing list