/[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 - (show annotations) (download)
Tue Mar 6 16:31:04 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint38, c37_adj, checkpoint39, checkpoint37
Branch point for: pre38
File MIME type: text/plain
contains variables related to the surface position (fixed or time dependent)

1 C $Header: $
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

  ViewVC Help
Powered by ViewVC 1.1.22