[Dart-dev] DART/branches Revision: 12997
dart at ucar.edu
dart at ucar.edu
Mon Mar 4 10:59:00 MST 2019
nancy at ucar.edu
2019-03-04 10:59:00 -0700 (Mon, 04 Mar 2019)
247
remove duplicate call to get the data count - in this
routine it has to be done up front and then it was done
a second time. (probably to match what was done in a
similar routine without looking to see it had to be in
a different location here.)
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-04 17:57:33 UTC (rev 12996)
+++ DART/branches/recam/assimilation_code/modules/utilities/no_cray_win_mod.f90 2019-03-04 17:59:00 UTC (rev 12997)
@@ -94,8 +94,6 @@
! 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