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

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

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


Revision 1.1 - (show annotations) (download)
Thu Jun 12 17:54:22 2003 UTC (20 years, 11 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, checkpoint50h_post, branch-netcdf, checkpoint52d_pre, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint51a_post, checkpoint51c_post, checkpoint51f_pre, checkpoint51, checkpoint51o_post, checkpoint51p_post, checkpoint52a_pre, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint52d_post, checkpoint51b_post, checkpoint51b_pre, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, branchpoint-genmake2, checkpoint52c_post, checkpoint51h_pre, checkpoint51l_pre, checkpoint51g_post, ecco_c52_e35, hrcube5, checkpoint51d_post, 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
File MIME type: text/plain
A simple land model implemented for AIM (_v23) atmospheric physics

1 C $Header: $
2 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 C land_grTtave :: time average ground Temp.
22 C land_grWtave :: time average soil moisture
23 C land_ROftave :: time average Run-Off
24 COMMON /LAND_TAVE_A/
25 & land_grTtave, land_grWtave, land_ROftave
26
27 _RL land_grTtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
28 _RL land_grWtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
29 _RL land_ROftave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30
31 #endif /* ALLOW_LAND_TAVE */
32
33
34 #endif /* ALLOW_LAND */

  ViewVC Help
Powered by ViewVC 1.1.22