[Dart-dev] DART/branches Revision: 11267

dart at ucar.edu dart at ucar.edu
Thu Mar 9 14:02:28 MST 2017


nancy at ucar.edu
2017-03-09 14:02:28 -0700 (Thu, 09 Mar 2017)
142
bandaid for now on trying to run bgrid_solo as test.
needs its own script and to test different configurations.
at least this runs, for now.




Modified: DART/branches/rma_trunk/test_dart.csh
===================================================================
--- DART/branches/rma_trunk/test_dart.csh	2017-03-09 21:01:47 UTC (rev 11266)
+++ DART/branches/rma_trunk/test_dart.csh	2017-03-09 21:02:28 UTC (rev 11267)
@@ -179,12 +179,13 @@
 
 ${COPY} input.nml     input.nml.$$
 ${COPY} obs_seq.in   obs_seq.in.$$
-${COPY} perfect_ics perfect_ics.$$
-${COPY} filter_ics   filter_ics.$$
 
 # Begin by compiling all programs; need to stop if an error is detected
 ./quickbuild.csh -nompi || exit 91
 
+# Build the input files
+ncgen -o perfect_input.nc perfect_input.cdl
+ncgen -o  filter_input.nc  filter_input.cdl
  
 # Run the perfect model and the filter
 ./perfect_model_obs  || exit 92
@@ -191,10 +192,10 @@
 ./filter             || exit 93
 
 echo "Removing the newly-built objects ..."
-${REMOVE} filter_restart perfect_restart
-${REMOVE} input.nml perfect_ics filter_ics
+${REMOVE} filter_output.nc perfect_output.nc
+${REMOVE} input.nml perfect_input.nc filter_input.nc
 ${REMOVE} obs_seq.in obs_seq.out obs_seq.final
-${REMOVE} True_State.nc Prior_Diag.nc Posterior_Diag.nc
+${REMOVE} preassim.nc postassim.nc
 ${REMOVE} *.o *.mod 
 ${REMOVE} Makefile input.nml.*_default .cppdefs
 foreach TARGET ( mkmf_* )
@@ -206,8 +207,6 @@
 
 ${MOVE}   input.nml.$$   input.nml
 ${MOVE}  obs_seq.in.$$ obs_seq.in
-${MOVE} perfect_ics.$$ perfect_ics
-${MOVE}  filter_ics.$$  filter_ics
 
 echo
 echo "=================================================================="


More information about the Dart-dev mailing list