[Dart-dev] DART/branches Revision: 11038
dart at ucar.edu
dart at ucar.edu
Wed Feb 8 12:54:49 MST 2017
nancy at ucar.edu
2017-02-08 12:54:49 -0700 (Wed, 08 Feb 2017)
101
remove unneeded vars from the interpolate routine.
they are misleading and aren't used in the code.
Modified: DART/branches/rma_single_file/models/lorenz_63/model_mod.f90
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/model_mod.f90 2017-02-08 19:53:12 UTC (rev 11037)
+++ DART/branches/rma_single_file/models/lorenz_63/model_mod.f90 2017-02-08 19:54:49 UTC (rev 11038)
@@ -274,8 +274,6 @@
integer(i8) :: lower_index, upper_index
real(r8) :: lctn, lctnfrac
-real(r8) :: x_lower(ens_size) !< the lower piece of state vector
-real(r8) :: x_upper(ens_size) !< the upper piece of state vector
! All obs okay for now
istatus = 0
More information about the Dart-dev
mailing list