[Dart-dev] DART/branches Revision: 11004
dart at ucar.edu
dart at ucar.edu
Tue Feb 7 10:03:36 MST 2017
nancy at ucar.edu
2017-02-07 10:03:35 -0700 (Tue, 07 Feb 2017)
27
fix a misleading comment.
Modified: DART/branches/rma_single_file/filter/filter_mod.f90
===================================================================
--- DART/branches/rma_single_file/filter/filter_mod.f90 2017-02-07 16:51:53 UTC (rev 11003)
+++ DART/branches/rma_single_file/filter/filter_mod.f90 2017-02-07 17:03:35 UTC (rev 11004)
@@ -173,7 +173,7 @@
! File options. Single vs. Multiple.
logical :: single_file_in = .false. ! all copies read from 1 file
logical :: single_file_out = .false. ! all copies written to 1 file
-logical :: has_cycling = .false. ! model is subroutine callable
+logical :: has_cycling = .false. ! filter will advance the model
! Stages to write. Valid values include:
! input, preassim, postassim, output
character(len=10) :: stages_to_write(4) = (/"output ", "null ", "null ", "null "/)
More information about the Dart-dev
mailing list