[Dart-dev] [6131] DART/branches/development/obs_def/obs_def_tower_mod.f90: Made the default for hist_nhtfrq match the previous behavior.

nancy at ucar.edu nancy at ucar.edu
Fri May 10 15:42:11 MDT 2013


Revision: 6131
Author:   thoar
Date:     2013-05-10 15:42:10 -0600 (Fri, 10 May 2013)
Log Message:
-----------
Made the default for hist_nhtfrq match the previous behavior.
i.e. hist_nhtfrq = -24 

Modified Paths:
--------------
    DART/branches/development/obs_def/obs_def_tower_mod.f90

-------------- next part --------------
Modified: DART/branches/development/obs_def/obs_def_tower_mod.f90
===================================================================
--- DART/branches/development/obs_def/obs_def_tower_mod.f90	2013-05-10 21:32:17 UTC (rev 6130)
+++ DART/branches/development/obs_def/obs_def_tower_mod.f90	2013-05-10 21:42:10 UTC (rev 6131)
@@ -64,6 +64,7 @@
 
 !-----------------------------------------------------------------------------
 ! BEGIN DART PREPROCESS MODULE CODE
+
 module obs_def_tower_mod
 
 ! This is the forward observation operator code for CLM for flux tower observations.
@@ -74,12 +75,6 @@
 ! interest are shaped NEP(time, lat, lon), sometimes NEP(time, lndgrid).
 ! 'single column' runs may appear as either lat=lon=1 or lndgrid=1
 !
-! <next few lines under version control, do not edit>
-! $URL$
-! $Id$
-! $Revision$
-! $Date$
-
 use        types_mod, only : r4, r8, digits12, MISSING_R8, PI, deg2rad
 use     location_mod, only : location_type, get_location, get_dist, &
                              set_location, VERTISUNDEF
@@ -120,9 +115,9 @@
 ! namelist items
 character(len=256) :: casename = 'clm_dart'
 logical            :: debug = .false.
-integer            :: hist_nhtfrq   ! CLM variable ... how often the history files are written out.
-                                    ! Negative value means the output frequency is the absolute 
-                                    ! value (in hours).
+integer            :: hist_nhtfrq = -24 
+! CLM variable hist_nhtfrq ... controls how often to write out the history files.
+! Negative value means the output frequency is the absolute value (in hours).
 
 namelist /obs_def_tower_nml/ casename, debug, hist_nhtfrq
 
@@ -917,5 +912,12 @@
 
 end module obs_def_tower_mod
 
+! <next few lines under version control, do not edit>
+! $URL$
+! $Id$
+! $Revision$
+! $Date$
+
 ! END DART PREPROCESS MODULE CODE
 !-----------------------------------------------------------------------------
+


More information about the Dart-dev mailing list