[Dart-dev] DART/trunk Revision: 11966
dart at ucar.edu
dart at ucar.edu
Mon Oct 2 16:31:05 MDT 2017
nancy at ucar.edu
2017-10-02 16:31:03 -0600 (Mon, 02 Oct 2017)
190
arrgghh. error message has been misleading since
a revision in the 3000s. fix it to indicate what
really is wrong when all obs eliminated by the
min/max lon/lat settings in the namelist.
Modified: DART/trunk/obs_sequence/obs_sequence_tool.f90
===================================================================
--- DART/trunk/obs_sequence/obs_sequence_tool.f90 2017-10-02 21:28:29 UTC (rev 11965)
+++ DART/trunk/obs_sequence/obs_sequence_tool.f90 2017-10-02 22:31:03 UTC (rev 11966)
@@ -1053,7 +1053,7 @@
if(all_gone) then
if (print_msg) then
msgstring1 = 'Skipping: no obs in ' // trim(seqfilename) // &
- ' are above the given height'
+ ' are within the given min/max location bounding box'
call error_handler(E_MSG,'obs_sequence_tool',msgstring1)
endif
remaining_obs_count = 0
More information about the Dart-dev
mailing list