[Dart-dev] DART/branches Revision: 10749
dart at ucar.edu
dart at ucar.edu
Mon Nov 14 08:13:26 MST 2016
hendric at ucar.edu
2016-11-14 08:13:26 -0700 (Mon, 14 Nov 2016)
82
only have 4 options for output stages.
input, output, preassim, and postassim
Modified: DART/branches/rma_fixed_filenames/io/state_space_diag_mod.f90
===================================================================
--- DART/branches/rma_fixed_filenames/io/state_space_diag_mod.f90 2016-11-14 15:11:18 UTC (rev 10748)
+++ DART/branches/rma_fixed_filenames/io/state_space_diag_mod.f90 2016-11-14 15:13:26 UTC (rev 10749)
@@ -141,7 +141,7 @@
! Namelist Options:
-character(len = 32) :: stages_to_write(10) = "null"
+character(len = 32) :: stages_to_write(4) = "null" ! input, preassim, postassim, output
integer :: num_output_state_members = 0
logical :: output_restarts = .true.
logical :: output_mean = .false.
More information about the Dart-dev
mailing list