[Dart-dev] [6833] DART/trunk/obs_def/obs_def_upper_atm_mod.f90: minor tweak of a comment line to be more clear.

nancy at ucar.edu nancy at ucar.edu
Thu Feb 27 10:15:10 MST 2014


Revision: 6833
Author:   nancy
Date:     2014-02-27 10:15:10 -0700 (Thu, 27 Feb 2014)
Log Message:
-----------
minor tweak of a comment line to be more clear.
no changes to any executable code.

Modified Paths:
--------------
    DART/trunk/obs_def/obs_def_upper_atm_mod.f90

-------------- next part --------------
Modified: DART/trunk/obs_def/obs_def_upper_atm_mod.f90
===================================================================
--- DART/trunk/obs_def/obs_def_upper_atm_mod.f90	2014-02-27 16:16:34 UTC (rev 6832)
+++ DART/trunk/obs_def/obs_def_upper_atm_mod.f90	2014-02-27 17:15:10 UTC (rev 6833)
@@ -224,8 +224,8 @@
    endif
 
    ! At each altitude interpolate the 2D IDensityS_ie to the lon-lat where data 
-   ! point is located after this loop we will get a column centered at data 
-   ! point's lon-lat and at all model altitudes
+   ! point is located. After this loop we will have a column centered at the data 
+   ! point's lon-lat and at all model altitudes.
    probe = set_location(loc_vals(1), loc_vals(2), real(iAlt, r8), VERTISLEVEL) !probe is where we have data 
    call interpolate(state_vector, probe, KIND_DENSITY_ION_E, IDensityS_ie(iAlt), istatus) 
    if (istatus /= 0) exit LEVELS


More information about the Dart-dev mailing list