/[MITgcm]/MITgcm/pkg/land/LAND_PARAMS.h
ViewVC logotype

Diff of /MITgcm/pkg/land/LAND_PARAMS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by jmc, Thu Jun 12 17:54:22 2003 UTC revision 1.2 by jmc, Thu Jul 31 18:22:10 2003 UTC
# Line 13  C     *================================= Line 13  C     *=================================
13  C--   COMMON /LAND_PAR_L/: logical parameters  C--   COMMON /LAND_PAR_L/: logical parameters
14  C     land_calc_grT :: step forward ground Temperature  C     land_calc_grT :: step forward ground Temperature
15  C     land_calc_grW :: step forward soil moiture  C     land_calc_grW :: step forward soil moiture
   
16        COMMON /LAND_PAR_L/        COMMON /LAND_PAR_L/
17       &  land_calc_grT, land_calc_grW       &  land_calc_grT, land_calc_grW
18        LOGICAL land_calc_grT        LOGICAL land_calc_grT
19        LOGICAL land_calc_grW        LOGICAL land_calc_grW
20    
21    C--   COMMON /LAND_PAR_C/: Character valued parameters
22    C     land_grT_iniFile :: File containing initial ground Temp.
23    C     land_grW_iniFile :: File containing initial ground Water.
24          COMMON /LAND_PAR_C/
25         &    land_grT_iniFile, land_grW_iniFile
26          CHARACTER*(MAX_LEN_FNAM) land_grT_iniFile
27          CHARACTER*(MAX_LEN_FNAM) land_grW_iniFile
28    
29  C--   COMMON /LAND_PAR_R/: real-type parameters  C--   COMMON /LAND_PAR_R/: real-type parameters
30  C     land_deltaT     :: land model time-step  C     land_deltaT     :: land model time-step
31  C     land_taveFreq   :: Frequency^-1 for time-Aver. output (s)  C     land_taveFreq   :: Frequency^-1 for time-Aver. output (s)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22