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

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

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


Revision 1.3 - (hide annotations) (download)
Mon Jun 21 16:50:21 2004 UTC (20 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint54a_pre, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint54a_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint54b_post, checkpoint55b_post, checkpoint58t_post, checkpoint58h_post, checkpoint54d_post, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint58q_post, checkpoint54f_post, checkpoint55g_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint53g_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint58v_post, checkpoint53f_post, checkpoint55a_post, checkpoint54c_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +4 -4 lines
File MIME type: text/plain
add dBug and output diagnostics.

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/land/LAND_VARS.h,v 1.2 2004/03/11 14:42:00 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     #ifdef ALLOW_LAND
5    
6     C *==========================================================*
7     C | LAND_VARS.h
8     C | o Land model variables:
9     C | - prognostic variables
10     C | - forcing fields
11     C | - diagnostic variables
12     C *==========================================================*
13    
14    
15     C--- COMMON /LAND_VARS_R/
16     C land_groundT :: ground Temperature (oC) of each layer
17 jmc 1.2 C land_enthalp :: enthalpy of each layer (J/m3) = Cp.T
18 jmc 1.1 C land_groundW :: soil moisture [0-1] (= water content / field capacity)
19 jmc 1.2 C land_skinT :: surface skin Temperature (oC)
20     C land_hSnow :: thickness of snow over land (m)
21     C land_snowAge :: snow age (s)
22 jmc 1.1 C land_runOff :: run-Off per surface unit [m/s]
23 jmc 1.2 C land_enRnOf :: energy flux associated with run-Off [W/m2]
24     C
25 jmc 1.1 COMMON /LAND_VARS_R/
26 jmc 1.2 & land_groundT, land_enthalp, land_groundW,
27     & land_skinT, land_hSnow, land_snowAge,
28     & land_runOff, land_enRnOf
29 jmc 1.1
30     _RL land_groundT(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
31 jmc 1.2 _RL land_enthalp(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
32 jmc 1.1 _RL land_groundW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
33 jmc 1.2 _RL land_skinT (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34     _RL land_hSnow (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35     _RL land_snowAge(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36     _RL land_runOff (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37     _RL land_enRnOf (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38 jmc 1.1
39     C--- COMMON /LAND_FORCFIELDS/
40 jmc 1.3 C land_HeatFlx :: net surface downward Heat flux [W/m2]
41 jmc 1.2 C land_Pr_m_Ev :: Precipitation minus Evaporation [kg/m2/s]
42     C land_EnWFlux :: Energy flux associated with Precip [W/m2] (snow, T_rain)
43 jmc 1.1 COMMON /LAND_FORCFIELDS/
44 jmc 1.3 & land_HeatFlx, land_Pr_m_Ev, land_EnWFlux
45 jmc 1.1
46 jmc 1.3 _RL land_HeatFlx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47 jmc 1.1 _RL land_Pr_m_Ev(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48 jmc 1.2 _RL land_EnWFlux(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49 jmc 1.1
50     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
51    
52     #endif /* ALLOW_LAND */

  ViewVC Help
Powered by ViewVC 1.1.22