[Dart-dev] [5872] DART/branches/development/models/mpas_atm/model_mod.f90: fix the location use statement.

nancy at ucar.edu nancy at ucar.edu
Wed Sep 19 11:45:24 MDT 2012


Revision: 5872
Author:   nancy
Date:     2012-09-19 11:45:23 -0600 (Wed, 19 Sep 2012)
Log Message:
-----------
fix the location use statement.  this was left at another
setting by accident.

Modified Paths:
--------------
    DART/branches/development/models/mpas_atm/model_mod.f90

-------------- next part --------------
Modified: DART/branches/development/models/mpas_atm/model_mod.f90
===================================================================
--- DART/branches/development/models/mpas_atm/model_mod.f90	2012-09-18 21:32:23 UTC (rev 5871)
+++ DART/branches/development/models/mpas_atm/model_mod.f90	2012-09-19 17:45:23 UTC (rev 5872)
@@ -40,10 +40,8 @@
                              vert_is_height,   VERTISHEIGHT,                   &
                              vert_is_scale_height, VERTISSCALEHEIGHT,          &
                              get_close_obs_init, get_close_obs_destroy,        &
-                             loc_get_close_obs
+                             loc_get_close_obs => get_close_obs
 
-                            ! loc_get_close_obs => get_close_obs
-
 use    utilities_mod, only : register_module, error_handler,                   &
                              E_ERR, E_WARN, E_MSG, logfileunit, get_unit,      &
                              nc_check, do_output, to_upper, nmlfileunit,       &


More information about the Dart-dev mailing list