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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 11 14:42:00 2004 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint52n_post, checkpoint53d_post, checkpoint58u_post, checkpoint58w_post, checkpoint54a_pre, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint54a_post, checkpoint53c_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, checkpoint52l_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint58t_post, checkpoint58h_post, checkpoint54d_post, checkpoint56c_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint57f_pre, checkpoint57a_post, checkpoint54, checkpoint58q_post, checkpoint54f_post, checkpoint53b_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, checkpoint53, 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, checkpoint53d_pre, 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.1: +17 -5 lines
File MIME type: text/plain
new land formulation:
a) use ground enthalpy as prognostic variable to ensure exact
   energy conservation.
b) account for water temperature and for latent heat of freezing
   in all processes (rain, run-off, ground storage)
c) compute surface and ground temperature implicitly.

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/land/LAND_TAVE.h,v 1.1 2003/06/12 17:54:22 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     #ifdef ALLOW_LAND
5    
6     C *==========================================================*
7     C | LAND_TAVE.h
8     C | o Header for LAND time-average diagnostic
9     C *==========================================================*
10     C | Declares global arrays used for holding/accumulating
11     C | diagnostic output from LAND.
12     C *==========================================================*
13    
14     #ifdef ALLOW_LAND_TAVE
15    
16     C-- COMMON /LAND_TAVE/ Timer for Land Time-Average Diagnostics
17     COMMON /LAND_TAVE/ land_timeAve
18     _RL land_timeAve(Nr,nSx,nSy)
19    
20     C-- COMMON /LAND_TAVE_A/ Time average land-variables
21 jmc 1.2 C land_grTtave :: time average ground Temp. (oC)
22     C land_entave :: time average enthalpy of each layer (J/m3)
23     C land_grWtave :: time average soil moisture [0-1]
24     C land_sTtave :: time average surface Temperature (oC)
25     C land_hStave :: time average thickness of snow (m)
26     C land_sAtave :: time average snow age (s)
27     C land_ROftave :: time average Run-Off per surf unit [m/s]
28     C land_eROtave :: time average energy flux related to run-Off [W/m2]
29 jmc 1.1 COMMON /LAND_TAVE_A/
30 jmc 1.2 & land_grTtave, land_entave , land_grWtave,
31     & land_sTtave , land_hStave , land_sAtave ,
32     & land_ROftave, land_eROtave
33 jmc 1.1
34     _RL land_grTtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
35 jmc 1.2 _RL land_entave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
36 jmc 1.1 _RL land_grWtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
37 jmc 1.2 _RL land_sTtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38     _RL land_hStave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39     _RL land_sAtave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40 jmc 1.1 _RL land_ROftave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41 jmc 1.2 _RL land_eROtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42 jmc 1.1
43     #endif /* ALLOW_LAND_TAVE */
44    
45    
46     #endif /* ALLOW_LAND */

  ViewVC Help
Powered by ViewVC 1.1.22