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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Jul 31 18:22:10 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51e_post, checkpoint51k_post, checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52j_post, checkpoint51o_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint51l_post, checkpoint51q_post, checkpoint51j_post, hrcube_1, branch-netcdf, checkpoint52d_pre, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint51f_pre, checkpoint51o_post, checkpoint51p_post, checkpoint52a_pre, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, branchpoint-genmake2, checkpoint52c_post, checkpoint51h_pre, checkpoint51l_pre, checkpoint51g_post, ecco_c52_e35, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, hrcube_3, checkpoint51m_post, checkpoint51s_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch, netcdf-sm0
Changes since 1.1: +9 -2 lines
File MIME type: text/plain
read initial state from files.

1 jmc 1.2 C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/land/LAND_PARAMS.h,v 1.2 2003/07/31 18:22:10 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     #ifdef ALLOW_LAND
5     C *==========================================================*
6     C | LAND_PARAMS.h
7     C | o Header file for LAND package parameters:
8     C | - basic parameter ( I/O frequency, etc ...)
9     C | - physical constants
10     C | - vertical discretization
11     C *==========================================================*
12    
13     C-- COMMON /LAND_PAR_L/: logical parameters
14     C land_calc_grT :: step forward ground Temperature
15     C land_calc_grW :: step forward soil moiture
16     COMMON /LAND_PAR_L/
17     & land_calc_grT, land_calc_grW
18     LOGICAL land_calc_grT
19     LOGICAL land_calc_grW
20 jmc 1.2
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 jmc 1.1
29     C-- COMMON /LAND_PAR_R/: real-type parameters
30     C land_deltaT :: land model time-step
31     C land_taveFreq :: Frequency^-1 for time-Aver. output (s)
32     C land_diagFreq :: Frequency^-1 for diagnostic output (s)
33     C land_grdLambda :: Thermal conductivity of the ground (W.m-1.K-1)
34     C land_heatCs :: Heat capacity of dry soil (J.m-3.k_1)
35     C land_heatCw :: Heat capacity of water (J.m-3.k_1)
36     C land_wTauDiff :: soil moisture diffusion time scale (s)
37     C land_waterCap :: field capacity per meter of soil (1)
38     C land_fractRunOff:: fraction of water in excess which run-off (1)
39     COMMON /LAND_PAR_R/
40     & land_deltaT, land_taveFreq, land_diagFreq,
41     & land_grdLambda, land_heatCs, land_heatCw,
42     & land_wTauDiff, land_waterCap, land_fractRunOff
43    
44     _RL land_deltaT, land_taveFreq, land_diagFreq
45     _RL land_grdLambda, land_heatCs, land_heatCw
46     _RL land_wTauDiff, land_waterCap, land_fractRunOff
47    
48     C-- COMMON /LAND_GRID_R/: layer dependent parameters
49     C land_dzF :: layer thickness
50     C land_rec_dzC :: reciprol vertical spacing (from center to center)
51     COMMON /LAND_GRID_R/
52     & land_dzF, land_rec_dzC
53    
54     _RL land_dzF(land_nLev), land_rec_dzC(land_nLev)
55    
56     #endif /* ALLOW_LAND */

  ViewVC Help
Powered by ViewVC 1.1.22