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

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

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


Revision 1.12 - (hide annotations) (download)
Tue Jul 6 00:51:35 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint54d_post, checkpoint54e_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint55, checkpoint57, checkpoint56, checkpoint57n_post, checkpoint54f_post, checkpoint55i_post, checkpoint57l_post, checkpoint57t_post, checkpoint55c_post, checkpoint57v_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint54b_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55g_post, checkpoint57c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint57e_post, checkpoint55b_post, checkpoint55f_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint56a_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint57x_post, checkpoint55e_post, checkpoint54c_post
Changes since 1.11: +4 -2 lines
File MIME type: text/plain
re-write staggerTimeStep: change pickup file ;
 (flag usePickupBeforeC54 to start from old pickup)

1 jmc 1.12 C $Header: /u/gcmpack/MITgcm/model/inc/SURFACE.h,v 1.11 2004/06/29 22:21:07 jmc Exp $
2 jmc 1.6 C $Name: $
3 jmc 1.1 C
4 cnh 1.4 CBOP
5     C !ROUTINE: SURFACE.h
6     C !INTERFACE:
7     C include SURFACE.h
8     C !DESCRIPTION: \bv
9     C *==========================================================*
10     C | SURFACE.h
11     C | o Header file defining surface-related model varaibles
12     C *==========================================================*
13     C | Contains variables relative to the surface position
14     C | that are held fixed in linear free-surface formulation
15     C | but can vary with time with a non-linear free-surface.
16     C *==========================================================*
17     C \ev
18     CEOP
19 jmc 1.1
20 jmc 1.7 C-- COMMON /SURF_FIXED/ fixed surface arrays (Real)
21     C Bo_surf :: Boyancy|1/rho [ocean|atmos] at surface level [=g|alpha(p_o)]
22     C recip_Bo :: 1/Bo_surf
23     C topoZ :: topographic height [m] (used mainly for atmosphere)
24 adcroft 1.10 C phi0surf :: starting point for integrating phi_Hyd
25 jmc 1.8 COMMON /SURF_FIXED/ Bo_surf, recip_Bo, topoZ, phi0surf
26 jmc 1.7 _RL Bo_surf (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27 jmc 1.1 _RL recip_Bo(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28 jmc 1.7 _RS topoZ (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29 jmc 1.8 _RS phi0surf(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30 jmc 1.1
31 adcroft 1.2 C-- COMMON /SURF_INDEX/ Common block for surface related index
32 cnh 1.4 C ksurfC :: vertical index of the surface tracer cell
33     C ksurfW :: vertical index of the surface U point
34     C ksurfS :: vertical index of the surface V point
35 jmc 1.3 C IMPORTANT: ksurfC,W,S = Nr+1 where the fluid column is empty (continent)
36     COMMON /SURF_INDEX/ ksurfC, ksurfW, ksurfS
37     INTEGER ksurfC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38     INTEGER ksurfW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39     INTEGER ksurfS(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40 heimbach 1.5
41     #ifdef EXACT_CONSERV
42 jmc 1.12 C etaHnm1 :: surface r-anomaly, etaH, at previous time level
43 jmc 1.11 C dEtaHdt :: time derivative of total column height [r_unit/s = w unit]
44     C PmEpR :: keep the fresh water input (=-EmPmR) of the previous time step
45 jmc 1.12 COMMON /EXACT_ETA_LOCAL/ etaHnm1, dEtaHdt, PmEpR
46     _RL etaHnm1(1-Olx:sNx+Olx,1-Oly:sNy+Oly,nSx,nSy)
47 jmc 1.11 _RL dEtaHdt(1-Olx:sNx+Olx,1-Oly:sNy+Oly,nSx,nSy)
48     _RS PmEpR (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49 heimbach 1.5 #endif
50 jmc 1.3
51     #ifdef NONLIN_FRSURF
52 jmc 1.9 C-- COMMON /SURF_CHANGE/ transient variables used for Non-Lin Free-Surf
53 cnh 1.4 C hFac_surfC :: New thickness factor of the surface level
54 jmc 1.3 C center (Tracer point)
55 cnh 1.4 C hFac_surfW :: idem, West interface (U point)
56     C hFac_surfS :: idem, South interface (V point)
57 jmc 1.3 COMMON /SURF_CHANGE/
58 jmc 1.11 & hFac_surfC, hFac_surfW, hFac_surfS
59 jmc 1.3 _RS hFac_surfC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
60     _RS hFac_surfW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
61     _RS hFac_surfS(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
62 jmc 1.9
63     C-- COMMON /RSTAR_CHANGE/ transient variables used with r* Coordinate
64     C rStarFacC :: = dr/dr* = ratio of r-thickness / r*-thickness = h^n / H
65     C rStarFacW :: same but for West face
66     C rStarFacS :: same but for South face
67     C rStarExpC :: column expansion factor = h^n+1/h^n , Centered
68     C rStarExpW :: column expansion factor = h^n+1/h^n , Western face
69     C rStarExpS :: column expansion factor = h^n+1/h^n , Southern face
70     C rStarDhCDt:: relative time derivative of h_Center = d.eta/dt / H
71     C rStarDhWDt:: relative time derivative of h_West_face (u.point)
72     C rStarDhSDt:: relative time derivative of h_South_face (v.point)
73     COMMON /RSTAR_CHANGE/
74     & rStarFacC, rStarFacW, rStarFacS,
75     & rStarExpC, rStarExpW, rStarExpS,
76     & rStarDhCDt,rStarDhWDt,rStarDhSDt
77     _RL rStarFacC (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
78     _RL rStarFacW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
79     _RL rStarFacS (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
80     _RL rStarExpC (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
81     _RL rStarExpW (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
82     _RL rStarExpS (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
83     _RL rStarDhCDt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
84     _RL rStarDhWDt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
85     _RL rStarDhSDt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
86    
87     C-- COMMON /RSTAR_FIXED/ fixed thickness ratio ( r* discretization )
88     C h0FacC :: initial (and fixed in time) hFacC factor
89     C h0FacW :: initial (and fixed in time) hFacW factor
90     C h0FacS :: initial (and fixed in time) hFacS factor
91     COMMON /RSTAR_FIXED/
92     & h0FacC, h0FacW, h0FacS
93     _RS h0FacC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
94     _RS h0FacW(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
95     _RS h0FacS(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
96 jmc 1.6
97 jmc 1.3 #endif /* NONLIN_FRSURF */

  ViewVC Help
Powered by ViewVC 1.1.22