[Dart-dev] [5431] DART/trunk/obs_sequence/obs_sequence_tool.f90: Fix the name of a variable in code that is normally commented out.
nancy at ucar.edu
nancy at ucar.edu
Tue Dec 6 12:01:09 MST 2011
Revision: 5431
Author: nancy
Date: 2011-12-06 12:01:09 -0700 (Tue, 06 Dec 2011)
Log Message:
-----------
Fix the name of a variable in code that is normally commented out.
In the change_variance() routine, the first argument to get_obs_type()
needs to be the incoming argument to the subroutine, this_obs, instead
of just 'obs', which is an undefined variable. No change to the normal
functioning of this tool.
Modified Paths:
--------------
DART/trunk/obs_sequence/obs_sequence_tool.f90
-------------- next part --------------
Modified: DART/trunk/obs_sequence/obs_sequence_tool.f90
===================================================================
--- DART/trunk/obs_sequence/obs_sequence_tool.f90 2011-12-05 22:34:43 UTC (rev 5430)
+++ DART/trunk/obs_sequence/obs_sequence_tool.f90 2011-12-06 19:01:09 UTC (rev 5431)
@@ -1633,7 +1633,7 @@
!#! real(r8) :: oldvar, newvar
!#!
!#!
-!#! call get_obs_def(obs, this_obs_def)
+!#! call get_obs_def(this_obs, this_obs_def)
!#! this_obs_kind = get_obs_kind(this_obs_def)
!#!
!#! ! ignore identity obs
More information about the Dart-dev
mailing list