[Dart-dev] DART/branches Revision: 11548

dart at ucar.edu dart at ucar.edu
Thu Apr 27 12:58:19 MDT 2017


nancy at ucar.edu
2017-04-27 12:58:19 -0600 (Thu, 27 Apr 2017)
16
minor changes.




Modified: DART/branches/model_mod_changes/models/lorenz_63/model_mod.f90
===================================================================
--- DART/branches/model_mod_changes/models/lorenz_63/model_mod.f90	2017-04-27 18:58:10 UTC (rev 11547)
+++ DART/branches/model_mod_changes/models/lorenz_63/model_mod.f90	2017-04-27 18:58:19 UTC (rev 11548)
@@ -197,7 +197,7 @@
 
 
 !------------------------------------------------------------------
-!> Interpolates from state vector x to the location.
+!> Interpolates an ensemble of expected values at the given location.
 !>
 !> Argument itype is not used here because there is only one type of variable.
 
@@ -448,6 +448,7 @@
 call nc_add_global_attribute(ncid, "model_source", source )
 call nc_add_global_attribute(ncid, "model_revision", revision )
 call nc_add_global_attribute(ncid, "model_revdate", revdate )
+
 call nc_add_global_attribute(ncid, "model", "Lorenz_63")
 call nc_add_global_attribute(ncid, "model_r", r )
 call nc_add_global_attribute(ncid, "model_b", b )


More information about the Dart-dev mailing list