[Dart-dev] DART/branches Revision: 11016

dart at ucar.edu dart at ucar.edu
Tue Feb 7 11:21:44 MST 2017


nancy at ucar.edu
2017-02-07 11:21:43 -0700 (Tue, 07 Feb 2017)
82
fix the namelist to use working input and output 
filenames for model_mod_check.




Modified: DART/branches/rma_single_file/models/lorenz_96/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/input.nml	2017-02-07 18:16:30 UTC (rev 11015)
+++ DART/branches/rma_single_file/models/lorenz_96/work/input.nml	2017-02-07 18:21:43 UTC (rev 11016)
@@ -271,7 +271,7 @@
   interp_test_dz      = 0.2
   interp_test_vertcoord = 'VERTISHEIGHT'
   test1thru             = 9
-  input_restart_list  = 'restart_list_in.txt'
-  output_restart_list = 'restart_list_out.txt'
+  input_restart_list  = 'restart_in.txt'
+  output_restart_list = 'restart_out.txt'
   verbose               = .true.
   /


More information about the Dart-dev mailing list