[Dart-dev] [9811] DART/trunk/observations/NCEP/ascii_to_obs/real_obs_mod.f90: keep the formatting as close to the previous version

nancy at ucar.edu nancy at ucar.edu
Thu Feb 18 15:49:34 MST 2016


Revision: 9811
Author:   nancy
Date:     2016-02-18 15:49:34 -0700 (Thu, 18 Feb 2016)
Log Message:
-----------
keep the formatting as close to the previous version
as possible, to prevent possible breakage in scripts
that grep for particular strings.

Modified Paths:
--------------
    DART/trunk/observations/NCEP/ascii_to_obs/real_obs_mod.f90

-------------- next part --------------
Modified: DART/trunk/observations/NCEP/ascii_to_obs/real_obs_mod.f90
===================================================================
--- DART/trunk/observations/NCEP/ascii_to_obs/real_obs_mod.f90	2016-02-18 22:46:12 UTC (rev 9810)
+++ DART/trunk/observations/NCEP/ascii_to_obs/real_obs_mod.f90	2016-02-18 22:49:34 UTC (rev 9811)
@@ -199,7 +199,7 @@
 obsfile   = trim(adjustl(ObsBase))//obsdate//hourt
 obs_unit  = get_unit()
 open(unit = obs_unit, file = obsfile, form='formatted', status='old')
-write(msgstring1,*) 'input file opened >'//trim(obsfile)//'<'
+write(msgstring1,*) 'input file opened= '//trim(obsfile)
 call error_handler(E_MSG,'real_obs_sequence',msgstring1)
 rewind (obs_unit)
 


More information about the Dart-dev mailing list