[Dart-dev] DART/branches Revision: 11513
dart at ucar.edu
dart at ucar.edu
Tue Apr 25 10:41:10 MDT 2017
nancy at ucar.edu
2017-04-25 10:41:09 -0600 (Tue, 25 Apr 2017)
25
make a comment clearer.
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-25 16:37:20 UTC (rev 11512)
+++ DART/branches/model_mod_changes/models/lorenz_63/model_mod.f90 2017-04-25 16:41:09 UTC (rev 11513)
@@ -43,6 +43,9 @@
implicit none
private
+! these routines must be public and you cannot change the
+! arguments because they will be called *from* other DART code.
+
!> required routines with code in this module
public :: get_model_size, &
get_state_meta_data, &
More information about the Dart-dev
mailing list