[Dart-dev] [4374] DART/trunk/models/tiegcm/shell_scripts/advance_model.csh: added block to move updated tiegcm files to CENTRALDIR

nancy at ucar.edu nancy at ucar.edu
Wed May 26 16:16:03 MDT 2010


Revision: 4374
Author:   thoar
Date:     2010-05-26 16:16:03 -0600 (Wed, 26 May 2010)
Log Message:
-----------
added block to move updated tiegcm files to CENTRALDIR

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

-------------- next part --------------
Modified: DART/trunk/models/tiegcm/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/tiegcm/shell_scripts/advance_model.csh	2010-05-26 22:09:31 UTC (rev 4373)
+++ DART/trunk/models/tiegcm/shell_scripts/advance_model.csh	2010-05-26 22:16:03 UTC (rev 4374)
@@ -135,11 +135,16 @@
    # model_to_dart expects the tiegcm input file     to be 'tiegcm_restart_p.nc'
    # model_to_dart expects the tiegcm secondary file to be 'tiegcm_s.nc'
    # model_to_dart writes out the DART file          to be 'temp_ud'
+   #
+   # The updated information needs to be moved into CENTRALDIR in
+   # preparation for the next cycle.
    #----------------------------------------------------------------------
 
    ../model_to_dart
 
-   mv temp_ud ../$output_file || exit 4
+   mv temp_ud             ../$output_file || exit 4
+   mv tiegcm_s.nc         ../$tiesecond   || exit 4
+   mv tiegcm_restart_p.nc ../$tierestart  || exit 4
 
    @ state_copy++
    @ ensemble_member_line = $ensemble_member_line + 3


More information about the Dart-dev mailing list