[Dart-dev] DART/branches Revision: 13062

dart at ucar.edu dart at ucar.edu
Mon Mar 25 13:40:49 MDT 2019


nancy at ucar.edu
2019-03-25 13:40:49 -0600 (Mon, 25 Mar 2019)
215
put second call to setting data_count back into code
just so we don't introduce subtle bugs unnecessarily.
i don't know for sure that the count can't change
during the setup of the window.  better safe than sorry.




Modified: DART/branches/recam/assimilation_code/modules/utilities/no_cray_win_mod.f90
===================================================================
--- DART/branches/recam/assimilation_code/modules/utilities/no_cray_win_mod.f90	2019-03-25 19:36:20 UTC (rev 13061)
+++ DART/branches/recam/assimilation_code/modules/utilities/no_cray_win_mod.f90	2019-03-25 19:40:49 UTC (rev 13062)
@@ -94,6 +94,8 @@
 ! Set the current window to the state window
 current_win = STATE_WINDOW
 
+data_count = copies_in_window(state_ens_handle)
+
 end subroutine create_state_window
 
 !-------------------------------------------------------------


More information about the Dart-dev mailing list