[Dart-dev] [5595] DART/trunk/location/threed_sphere/location_mod.f90: match changes in other branches - no code change, just change units in
nancy at ucar.edu
nancy at ucar.edu
Wed Mar 7 14:20:42 MST 2012
Revision: 5595
Author: nancy
Date: 2012-03-07 14:20:42 -0700 (Wed, 07 Mar 2012)
Log Message:
-----------
match changes in other branches - no code change, just change units in
prompt message for interactive creation of locations when vertical is
height. now suggests meters. filter doesn't enforce anything here.
Modified Paths:
--------------
DART/trunk/location/threed_sphere/location_mod.f90
-------------- next part --------------
Modified: DART/trunk/location/threed_sphere/location_mod.f90
===================================================================
--- DART/trunk/location/threed_sphere/location_mod.f90 2012-03-07 21:20:38 UTC (rev 5594)
+++ DART/trunk/location/threed_sphere/location_mod.f90 2012-03-07 21:20:42 UTC (rev 5595)
@@ -753,7 +753,7 @@
read(*, *) location%vloc
location%vloc = 100.0 * location%vloc
else if(location%which_vert == VERTISHEIGHT ) then
- write(*, *) 'Vertical coordinate height (in gpm)'
+ write(*, *) 'Vertical coordinate height (in meters)'
read(*, *) location%vloc
else if(location%which_vert == VERTISSURFACE ) then
! most 3d sphere users want height in meters, not pressure.
More information about the Dart-dev
mailing list