[Dart-dev] DART/branches Revision: 11260

dart at ucar.edu dart at ucar.edu
Thu Mar 9 13:16:38 MST 2017


hendric at ucar.edu
2017-03-09 13:16:38 -0700 (Thu, 09 Mar 2017)
35
also need to update transcription




Modified: DART/branches/rma_rearrange/transcription.csh
===================================================================
--- DART/branches/rma_rearrange/transcription.csh	2017-03-09 20:14:55 UTC (rev 11259)
+++ DART/branches/rma_rearrange/transcription.csh	2017-03-09 20:16:38 UTC (rev 11260)
@@ -435,7 +435,8 @@
   $SVN_RM $DIR
 end
 
-set PROG_LOC =  'assimilation_code/programs'
+set PROG_LOC  = 'assimilation_code/programs'
+set IO_LOC    = 'assimilation_code/modules/io'
 set ASSIM_LOC = 'assimilation_code/location'
 set DEV_LOC   = 'developer_tests/location'
 
@@ -443,6 +444,8 @@
 echo " Copying Duplicate Files "
 echo "=================================================================="
 
+$SVN_MV ${IO_LOC}/state_space_diag_mod.f90   ${DEV_LOC}/single_file_io_mod.f90
+
 $SVN_CP ${ASSIM_LOC}/README                  ${DEV_LOC}/README
 $SVN_CP ${ASSIM_LOC}/location_mod.html       ${DEV_LOC}/location_mod.html
 $SVN_CP ${ASSIM_LOC}/twod_annulus/README     ${DEV_LOC}/twod_annulus/README


More information about the Dart-dev mailing list