/[MITgcm]/MITgcm/pkg/fizhi/fizhi_earth_coms.h
ViewVC logotype

Annotation of /MITgcm/pkg/fizhi/fizhi_earth_coms.h

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


Revision 1.7 - (hide annotations) (download)
Fri Jul 16 19:37:04 2004 UTC (19 years, 11 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint54c_post
Changes since 1.6: +5 -5 lines
File MIME type: text/plain
Debugging
Add Land Surface Model (Koster-Suarez) code to fizhi

1 molod 1.7 C $Header: /u/gcmpack/MITgcm/pkg/fizhi/fizhi_earth_coms.h,v 1.6 2004/07/13 21:11:08 molod Exp $
2 molod 1.1 C $Name: $
3    
4     c Solid-Earth State Variables
5     c ---------------------------
6 molod 1.3 common /earth_state/ phis_var, tilefrac, surftype
7 molod 1.4 _RL phis_var(sNx,sNy,Nsx,Nsy)
8     _RL tilefrac(sNx,sNy,maxtyp,Nsx,Nsy)
9     integer surftype(sNx,sNy,maxtyp,Nsx,Nsy)
10 molod 1.1
11     c Solid_Earth Couplings
12     c ---------------------
13     common /earth_exports/
14 molod 1.6 . chfr, alai, agrn,
15 molod 1.3 . albvisdr, albvisdf, albnirdr, albnirdf, emiss,
16 molod 1.6 . landtype, tgz, nchpland, ityp
17 molod 1.1 integer nchpland
18 molod 1.7 integer ityp(nchp,Nsx,Nsy)
19     _RL chfr(nchp,Nsx,Nsy)
20     _RL alai(nchp,Nsx,Nsy)
21     _RL agrn(nchp,Nsx,Nsy)
22 molod 1.4 _RL albvisdr(sNx,sNy,Nsx,Nsy)
23     _RL albvisdf(sNx,sNy,Nsx,Nsy)
24     _RL albnirdr(sNx,sNy,Nsx,Nsy)
25     _RL albnirdf(sNx,sNy,Nsx,Nsy)
26     _RL emiss(sNx,sNy,10,Nsx,Nsy)
27     _RL landtype(sNx,sNy,Nsx,Nsy)
28 molod 1.5 _RL tgz(sNx,sNy,Nsx,Nsy)

  ViewVC Help
Powered by ViewVC 1.1.22