/[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.1.2.1 - (show annotations) (download)
Fri Mar 30 22:45:06 2001 UTC (24 years, 7 months ago) by jmc
Branch: pre38
CVS Tags: pre38tag1, pre38-close
Changes since 1.1: +5 -1 lines
File MIME type: text/plain
add a k_index array to define the surface level position

1 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/SURFACE.h,v 1.1 2001/03/06 16:31:04 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