/[MITgcm]/MITgcm/model/inc/SURFACE.h
ViewVC logotype

Contents of /MITgcm/model/inc/SURFACE.h

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


Revision 1.2 - (show annotations) (download)
Tue May 29 14:01:36 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre8, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5
Changes since 1.1: +5 -1 lines
File MIME type: text/plain
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/SURFACE.h,v 1.1.2.1 2001/03/30 22:45:06 jmc Exp $
2 C $Name: $
3 C
4 C /==========================================================\
5 C | SURFACE.h |
6 C | o Header file defining surface-related model varaibles |
7 C |==========================================================|
8 C | Contains variables relative to the surface position |
9 C | that are held fixed in linear free-surface formulation |
10 C | but can vary with time with a non-linear free-surface. |
11 C \==========================================================/
12
13 C-- COMMON /SOLVE_BAROT/ Barotropic variables common block
14 C Bo_surf -Boyancy|1/rho [ocean|atmos] at surface level [= g | alpha(p_o)]
15 C recip_Bo = 1/Bo_surf
16 COMMON /SOLVE_BAROT/ Bo_surf, recip_Bo
17 _RL Bo_surf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
18 _RL recip_Bo(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
19
20 C-- COMMON /SURF_INDEX/ Common block for surface related index
21 C k_surf - vertical index of the surface tracer cell
22 COMMON /SURF_INDEX/ k_surf
23 INTEGER k_surf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22