[Dart-dev] [3812] DART/trunk/models/wrf/shell_scripts: Missed these 2 shell scripts in my update of dart_tf_wrf

nancy at ucar.edu nancy at ucar.edu
Wed Apr 15 14:21:21 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090415/e7196353/attachment.html 
-------------- next part --------------
Modified: DART/trunk/models/wrf/shell_scripts/3dvar-covar.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/3dvar-covar.csh	2009-04-15 20:10:12 UTC (rev 3811)
+++ DART/trunk/models/wrf/shell_scripts/3dvar-covar.csh	2009-04-15 20:21:20 UTC (rev 3812)
@@ -90,7 +90,7 @@
 #---------------------------------------------------
 
 # create new input to DART (taken from "wrfinput_d0x")
-   echo ".false." | dart_tf_wrf >& out.wrf_to_dart
+   wrf_to_dart >& out.wrf_to_dart
 
    cat dart_wrf_vector >> filter_ics
 

Modified: DART/trunk/models/wrf/shell_scripts/advance_global_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_global_model.csh	2009-04-15 20:10:12 UTC (rev 3811)
+++ DART/trunk/models/wrf/shell_scripts/advance_global_model.csh	2009-04-15 20:21:20 UTC (rev 3812)
@@ -117,7 +117,7 @@
    
    if (  -e ${CENTRALDIR}/assim_model_state_ic_mean ) then
       ln -s ${CENTRALDIR}/assim_model_state_ic_mean dart_wrf_vector
-      echo ".true." | ${CENTRALDIR}/dart_tf_wrf >& out.dart_to_wrf_mean
+      ${CENTRALDIR}/dart_to_wrf >& out.dart_to_wrf_mean
       ${COPY} wrfinput_d01 wrfinput_mean
    endif
    
@@ -125,11 +125,11 @@
    
    # Convert DART to wrfinput
    
-   echo ".true." | ${CENTRALDIR}/dart_tf_wrf >& out.dart_to_wrf
+   ${CENTRALDIR}/dart_to_wrf >& out.dart_to_wrf
    
    ${REMOVE} dart_wrf_vector
    
-   # The program dart_tf_wrf has created the file wrf.info.
+   # The program dart_to_wrf has created the file wrf.info.
    # Time information is extracted from wrf.info.
    
    set secday = `head -1 wrf.info`
@@ -293,7 +293,7 @@
 # a wrfoutput file at the end of the run interval
  /history_interval/c\
  history_interval           = ${INTERVAL_MIN}, ${INTERVAL_MIN}, ${INTERVAL_MIN}
-#  dart_tf_wrf is expecting only a single time per file
+#  dart_to_wrf is expecting only a single time per file
  /frames_per_outfile/c\
  frames_per_outfile         = 1, 1, 1,
 EOF
@@ -339,7 +339,7 @@
    ##############################################
    
    # create new input to DART (taken from "wrfinput")
-   echo ".false." | ${CENTRALDIR}/dart_tf_wrf >& out.wrf_to_dart
+   ${CENTRALDIR}/wrf_to_dart >& out.wrf_to_dart
    
    ${MOVE} dart_wrf_vector ${CENTRALDIR}/$output_file
 


More information about the Dart-dev mailing list