[Dart-dev] DART/branches Revision: 11040

dart at ucar.edu dart at ucar.edu
Wed Feb 8 13:10:27 MST 2017


nancy at ucar.edu
2017-02-08 13:10:27 -0700 (Wed, 08 Feb 2017)
161
copy over input.workshop.nml - as far as i can tell,
the difference is in the cutoff.  it's a bad cutoff
and hopefully the tutorial will tell people to fix it.




Modified: DART/branches/rma_single_file/models/lorenz_84/work/workshop_setup.csh
===================================================================
--- DART/branches/rma_single_file/models/lorenz_84/work/workshop_setup.csh	2017-02-08 20:08:59 UTC (rev 11039)
+++ DART/branches/rma_single_file/models/lorenz_84/work/workshop_setup.csh	2017-02-08 20:10:27 UTC (rev 11040)
@@ -56,6 +56,9 @@
 if ( ! -e perfect_input.nc ) ncgen -o perfect_input.nc perfect_input.cdl
 if ( ! -e  filter_input.nc ) ncgen -o  filter_input.nc  filter_input.cdl
 
+echo 'copying the workshop version of the input.nml into place'
+cp -f input.workshop.nml input.nml
+
 #----------------------------------------------------------------------
 # 'preprocess' is a program that culls the appropriate sections of the
 # observation module for the observations types in 'input.nml'; the


More information about the Dart-dev mailing list