[Dart-dev] [5757] DART/branches/development/models/clm/model_mod_check.f90: Removed some unused variables.

nancy at ucar.edu nancy at ucar.edu
Tue Jun 12 10:44:28 MDT 2012


Revision: 5757
Author:   thoar
Date:     2012-06-12 10:44:28 -0600 (Tue, 12 Jun 2012)
Log Message:
-----------
Removed some unused variables.

Modified Paths:
--------------
    DART/branches/development/models/clm/model_mod_check.f90

-------------- next part --------------
Modified: DART/branches/development/models/clm/model_mod_check.f90
===================================================================
--- DART/branches/development/models/clm/model_mod_check.f90	2012-06-12 02:16:09 UTC (rev 5756)
+++ DART/branches/development/models/clm/model_mod_check.f90	2012-06-12 16:44:28 UTC (rev 5757)
@@ -63,10 +63,8 @@
 !----------------------------------------------------------------------
 ! integer :: numlons, numlats, numlevs
 
-integer :: in_unit, out_unit, ios_out, iunit, io, offset
+integer :: ios_out, iunit, io
 integer :: x_size
-integer :: year, month, day, hour, minute, second
-integer :: secs, days
 
 type(time_type)       :: model_time, adv_to_time
 real(r8), allocatable :: statevector(:)


More information about the Dart-dev mailing list