[Dart-dev] DART/branches Revision: 11309

dart at ucar.edu dart at ucar.edu
Tue Mar 14 14:27:38 MDT 2017


nancy at ucar.edu
2017-03-14 14:27:38 -0600 (Tue, 14 Mar 2017)
118
have entry points for get_close_state and get_close_state_init,
and have them pass through to the default mm module.




Modified: DART/branches/rma_trunk/models/lorenz_63/model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/lorenz_63/model_mod.f90	2017-03-14 20:26:24 UTC (rev 11308)
+++ DART/branches/rma_trunk/models/lorenz_63/model_mod.f90	2017-03-14 20:27:38 UTC (rev 11309)
@@ -34,6 +34,7 @@
 use default_model_mod,     only : end_model, pert_model_copies, vert_convert, &
                                   query_vert_localization_coord, get_close_obs, &
                                   get_close_maxdist_init, get_close_obs_init, &
+                                  get_close_state_init, get_close_state, &
                                   get_close_type, nc_write_model_vars
 
 implicit none
@@ -56,6 +57,8 @@
           get_close_maxdist_init, &
           get_close_obs_init, &
           get_close_obs, &
+          get_close_state_init, &
+          get_close_state, &
           vert_convert, &
           query_vert_localization_coord, &
           read_model_time, &


More information about the Dart-dev mailing list