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

Contents of /MITgcm/pkg/land/LAND_VARS.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_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 C land_groundW :: soil moisture [0-1] (= water content / field capacity)
18 C land_runOff :: run-Off per surface unit [m/s]
19 COMMON /LAND_VARS_R/
20 & land_groundT, land_groundW,
21 & land_runOff
22
23 _RL land_groundT(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
24 _RL land_groundW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,land_nLev,nSx,nSy)
25 _RL land_runOff(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26
27 C--- COMMON /LAND_FORCFIELDS/
28 C land_HeatFLx :: net surface downward Heat flux [W/m2]
29 C land_Pr_m_Ev :: Precipitation minus Evaporation [m/s]
30 COMMON /LAND_FORCFIELDS/
31 & land_HeatFLx, land_Pr_m_Ev
32
33 _RL land_HeatFLx(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34 _RL land_Pr_m_Ev(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35
36 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
37
38 #endif /* ALLOW_LAND */

  ViewVC Help
Powered by ViewVC 1.1.22