[Dart-dev] DART/branches Revision: 11967
dart at ucar.edu
dart at ucar.edu
Mon Oct 2 16:31:56 MDT 2017
nancy at ucar.edu
2017-10-02 16:31:56 -0600 (Mon, 02 Oct 2017)
230
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.
(same fix made on trunk/classic branch)
Modified: DART/branches/rma_trunk/assimilation_code/programs/obs_sequence_tool/obs_sequence_tool.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/obs_sequence_tool/obs_sequence_tool.f90 2017-10-02 22:31:03 UTC (rev 11966)
+++ DART/branches/rma_trunk/assimilation_code/programs/obs_sequence_tool/obs_sequence_tool.f90 2017-10-02 22:31:56 UTC (rev 11967)
@@ -1055,7 +1055,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