[Dart-dev] [5749] DART/branches/development/obs_def/obs_def_gps_mod.f90: Didn' t realize there was a namelist for this module.
nancy at ucar.edu
nancy at ucar.edu
Wed Jun 6 15:45:37 MDT 2012
Revision: 5749
Author: thoar
Date: 2012-06-06 15:45:37 -0600 (Wed, 06 Jun 2012)
Log Message:
-----------
Didn't realize there was a namelist for this module.
Changed error message with where to increase max_gpsro_obs
in the input.nml &obs_def_gps_nml.
Modified Paths:
--------------
DART/branches/development/obs_def/obs_def_gps_mod.f90
-------------- next part --------------
Modified: DART/branches/development/obs_def/obs_def_gps_mod.f90
===================================================================
--- DART/branches/development/obs_def/obs_def_gps_mod.f90 2012-06-06 21:08:53 UTC (rev 5748)
+++ DART/branches/development/obs_def/obs_def_gps_mod.f90 2012-06-06 21:45:37 UTC (rev 5749)
@@ -174,7 +174,7 @@
if(gpskey > max_gpsro_obs) then
write(string1, *) 'key (',gpskey,') exceeds max_gpsro_obs (',max_gpsro_obs,')'
- string2 = 'Increase max_gpsro_obs in obs_def_gps_mod.f90 and rerun preprocess, recompile executables.'
+ string2 = 'Increase max_gpsro_obs in input.nml &obs_def_gps_nml namelist.'
call error_handler(E_ERR,'read_gpsro_ref', string1, &
source, revision, revdate, text2=string2)
endif
More information about the Dart-dev
mailing list