[Dart-dev] [4524] DART/trunk/models/tiegcm/shell_scripts/run_perfect_model_obs.csh: Now tiegcm.nml (tiegcm namelist file) is taken from the same directory

nancy at ucar.edu nancy at ucar.edu
Wed Oct 13 11:23:30 MDT 2010


Revision: 4524
Author:   tmatsuo
Date:     2010-10-13 11:23:30 -0600 (Wed, 13 Oct 2010)
Log Message:
-----------
Now tiegcm.nml (tiegcm namelist file) is taken from the same directory 
where tiegcm_restart_p.nc and tiegcm_s.nc (tiegcm restart files) are located. 
Also changed to be consistent with modifications of advance_model.mod.

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

-------------- next part --------------
Modified: DART/trunk/models/tiegcm/shell_scripts/run_perfect_model_obs.csh
===================================================================
--- DART/trunk/models/tiegcm/shell_scripts/run_perfect_model_obs.csh	2010-10-13 17:16:34 UTC (rev 4523)
+++ DART/trunk/models/tiegcm/shell_scripts/run_perfect_model_obs.csh	2010-10-13 17:23:30 UTC (rev 4524)
@@ -36,7 +36,7 @@
 #BSUB -P 35071364
 #BSUB -q debug
 #BSUB -n 1
-#BSUB -W 0:50
+#BSUB -W 1:00
 #BSUB -N -u ${USER}@ucar.edu
 
 #----------------------------------------------------------------------
@@ -145,10 +145,10 @@
 
  ${COPY} ${TIEGCMDIR}/tiegcm-nompi                  tiegcm
 #${COPY} ${TIEGCMDIR}/tiegcm                        .
- ${COPY} ${TIEGCMDIR}/tiegcm.nml                    .
 
  ${COPY} ${EXPERIMENT}/tiegcm_restart_p.nc           .
  ${COPY} ${EXPERIMENT}/tiegcm_s.nc                   .
+ ${COPY} ${EXPERIMENT}/tiegcm.nml                    .
 
 #-----------------------------------------------------------------------------
 # Check that everything moved OK, and the table is set.
@@ -167,6 +167,7 @@
 
 ln -sf tiegcm_restart_p.nc tiegcm_restart_p.nc.0001
 ln -sf tiegcm_s.nc         tiegcm_s.nc.0001
+ln -sf tiegcm.nml          tiegcm.nml.0001
 
 ./perfect_model_obs || exit 2
 


More information about the Dart-dev mailing list