[Dart-dev] DART/branches Revision: 11766
dart at ucar.edu
dart at ucar.edu
Tue Jun 27 09:30:37 MDT 2017
thoar at ucar.edu
2017-06-27 09:30:36 -0600 (Tue, 27 Jun 2017)
58
Added doxygen tags to help remind us to update the html.
Modified: DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90 2017-06-27 15:28:56 UTC (rev 11765)
+++ DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90 2017-06-27 15:30:36 UTC (rev 11766)
@@ -54,8 +54,7 @@
type ensemble_type
-!>@todo Extra argument to init_ensemble_manager so you could set up an ensemble handle
-!>that allowed transposes (e.g. state, fwd_op) or not allow tranposes( e.g. static data)
+!>@todo update documentation with regard to 'single_restart_file_[in,out]'
!>@todo FIXME the rule here should be that we only access %copies and %vars for efficiency
!>but every other part of this structure should go through accessor routines.
Modified: DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.f90 2017-06-27 15:28:56 UTC (rev 11765)
+++ DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.f90 2017-06-27 15:30:36 UTC (rev 11766)
@@ -10,6 +10,9 @@
!> layout when only part of a state vector is on a single task.
!> would have to do a reduce to add up the total differences.
+!>@todo FIXME the html needs to be made consistent with the namelist once the namelist
+!> is fleshed out.
+
program closest_member_tool
! Program to overwrite the time on each ensemble in a restart file.
More information about the Dart-dev
mailing list