[Dart-dev] DART/branches Revision: 11669

dart at ucar.edu dart at ucar.edu
Fri May 26 11:20:59 MDT 2017


jla at ucar.edu
2017-05-26 11:20:58 -0600 (Fri, 26 May 2017)
131
Added translation from cdl to netcdf for additional perfect model and filter input
files that are used in the tutorial section 25.



Modified: DART/branches/rma_trunk/models/simple_advection/work/workshop_setup.csh
===================================================================
--- DART/branches/rma_trunk/models/simple_advection/work/workshop_setup.csh	2017-05-26 17:00:35 UTC (rev 11668)
+++ DART/branches/rma_trunk/models/simple_advection/work/workshop_setup.csh	2017-05-26 17:20:58 UTC (rev 11669)
@@ -56,6 +56,17 @@
 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
 
+if ( ! -e perfect_input_diurnal.nc ) ncgen -o perfect_input_diurnal.nc perfect_input_diurnal.cdl
+if ( ! -e  filter_input_diurnal.nc ) ncgen -o  filter_input_diurnal.nc  filter_input_diurnal.cdl
+
+if ( ! -e perfect_input_saw.nc ) ncgen -o perfect_input_saw.nc perfect_input_saw.cdl
+if ( ! -e  filter_input_saw.nc ) ncgen -o  filter_input_saw.nc  filter_input_saw.cdl
+
+if ( ! -e perfect_input_source_noise.nc ) ncgen -o perfect_input_source_noise.nc perfect_input_source_noise.cdl
+if ( ! -e  filter_input_source_noise.nc ) ncgen -o  filter_input_source_noise.nc  filter_input_source_noise.cdl
+
+
+
 #----------------------------------------------------------------------
 # '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