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

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

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

revision 1.2 by molod, Wed Jun 9 20:33:36 2004 UTC revision 1.3 by molod, Tue Jun 15 21:18:18 2004 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  c Solid-Earth State Variables  c Solid-Earth State Variables
5  c ---------------------------  c ---------------------------
6        common /earth_state/ phis_var, lwmask, tilefrac, surftype        common /earth_state/ phis_var, tilefrac, surftype
7        _RL phis_var(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL phis_var(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
       _RL lwmask(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
8        _RL tilefrac(1-OLx:sNx+OLx,1-OLy:sNy+OLy,maxtyp,nSx,nSy)        _RL tilefrac(1-OLx:sNx+OLx,1-OLy:sNy+OLy,maxtyp,nSx,nSy)
9        integer surftype(1-OLx:sNx+OLx,1-OLy:sNy+OLy,maxtyp,nSx,nSy)        integer surftype(1-OLx:sNx+OLx,1-OLy:sNy+OLy,maxtyp,nSx,nSy)
10    
# Line 13  c Solid_Earth Couplings Line 12  c Solid_Earth Couplings
12  c ---------------------  c ---------------------
13        common /earth_exports/        common /earth_exports/
14       .   nchpland, ityp, chfr, alai, agrn,       .   nchpland, ityp, chfr, alai, agrn,
15       .   albvisdr, albvisdf, albnirdr, albnirdf, emiss       .   albvisdr, albvisdf, albnirdr, albnirdf, emiss,
16         .   landtype
17        integer nchpland        integer nchpland
18        integer ityp(nchp)        integer ityp(nchp)
19        _RL chfr(nchp)        _RL chfr(nchp)
# Line 24  c --------------------- Line 24  c ---------------------
24        _RL albnirdr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL albnirdr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
25        _RL albnirdf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL albnirdf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26        _RL emiss(1-OLx:sNx+OLx,1-OLy:sNy+OLy,10,nSx,nSy)        _RL emiss(1-OLx:sNx+OLx,1-OLy:sNy+OLy,10,nSx,nSy)
27          _RL landtype(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22