[Dart-dev] DART/branches Revision: 11037
dart at ucar.edu
dart at ucar.edu
Wed Feb 8 12:53:13 MST 2017
nancy at ucar.edu
2017-02-08 12:53:12 -0700 (Wed, 08 Feb 2017)
41
remove the dump of the state structure.
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:13:37 UTC (rev 11036)
+++ DART/branches/rma_single_file/models/lorenz_63/model_mod.f90 2017-02-08 19:53:12 UTC (rev 11037)
@@ -27,7 +27,7 @@
use distributed_state_mod, only : get_state
-use state_structure_mod, only : add_domain, state_structure_info
+use state_structure_mod, only : add_domain
use dart_time_io_mod, only : read_model_time, write_model_time
@@ -124,8 +124,6 @@
! can read/write it.
dom_id = add_domain(model_size)
-call state_structure_info(dom_id)
-
end subroutine static_init_model
More information about the Dart-dev
mailing list