[Dart-dev] DART/branches Revision: 12204
dart at ucar.edu
dart at ucar.edu
Thu Dec 14 15:09:07 MST 2017
nancy at ucar.edu
2017-12-14 15:09:06 -0700 (Thu, 14 Dec 2017)
118
the default read_model_time() prints out the
model time from all tasks. i'm not sure that
is what we want it to do.
Modified: DART/branches/recam/assimilation_code/modules/io/dart_time_io_mod.f90
===================================================================
--- DART/branches/recam/assimilation_code/modules/io/dart_time_io_mod.f90 2017-12-14 22:08:23 UTC (rev 12203)
+++ DART/branches/recam/assimilation_code/modules/io/dart_time_io_mod.f90 2017-12-14 22:09:06 UTC (rev 12204)
@@ -179,10 +179,13 @@
source, revision, revdate, text2=string3)
endif
+!>@todo FIXME: do we really want this to print from any
+!> task without being asked? i vote no.
call print_time(read_model_time,'read_model_time')
+
!>@todo FIXME:
! make print_date() return without error if calendar is no_calendar,
-! and then add a call to print_date() here.
+! and then add a call to print_date() here. (also vote no.)
call nc_check( nf90_close(ncid) , 'read_model_time closing : ', filename)
More information about the Dart-dev
mailing list