[Dart-dev] [4132] DART/trunk/assim_tools/assim_tools_mod.f90: Make the message more generic; it's not radians in low order models.
nancy at ucar.edu
nancy at ucar.edu
Fri Nov 6 08:24:24 MST 2009
Revision: 4132
Author: nancy
Date: 2009-11-06 08:24:24 -0700 (Fri, 06 Nov 2009)
Log Message:
-----------
Make the message more generic; it's not radians in low order models.
Modified Paths:
--------------
DART/trunk/assim_tools/assim_tools_mod.f90
-------------- next part --------------
Modified: DART/trunk/assim_tools/assim_tools_mod.f90
===================================================================
--- DART/trunk/assim_tools/assim_tools_mod.f90 2009-11-06 00:28:51 UTC (rev 4131)
+++ DART/trunk/assim_tools/assim_tools_mod.f90 2009-11-06 15:24:24 UTC (rev 4132)
@@ -132,7 +132,7 @@
endif
if (do_output()) then
- write(errstring, '(A,F18.6,A)') 'Using a localization radius of ', cutoff, ' radians'
+ write(errstring, '(A,F18.6,A)') 'Using a localization radius of ', cutoff
call error_handler(E_MSG,'assim_tools_init:', errstring)
endif
More information about the Dart-dev
mailing list