[Dart-dev] DART/branches Revision: 11146

dart at ucar.edu dart at ucar.edu
Thu Feb 23 11:09:28 MST 2017


hendric at ucar.edu
2017-02-23 11:09:28 -0700 (Thu, 23 Feb 2017)
104
no need to write out preassim and postassim at the 
last time steps after filter has finished cycling.




Modified: DART/branches/rma_trunk/filter/filter_mod.f90
===================================================================
--- DART/branches/rma_trunk/filter/filter_mod.f90	2017-02-23 17:07:48 UTC (rev 11145)
+++ DART/branches/rma_trunk/filter/filter_mod.f90	2017-02-23 18:09:28 UTC (rev 11146)
@@ -935,10 +935,6 @@
 
    if (get_stage_to_write('output')) &
       call write_state(state_ens_handle, file_info_output)
-   if (get_stage_to_write('preassim')) &
-      call write_state(state_ens_handle, file_info_preassim)
-   if (get_stage_to_write('postassim')) &
-      call write_state(state_ens_handle, file_info_postassim)
 endif
 
 if(ds) call smoother_write_restart(1, ens_size)


More information about the Dart-dev mailing list