/[MITgcm]/MITgcm/pkg/bbl/BBL.h
ViewVC logotype

Contents of /MITgcm/pkg/bbl/BBL.h

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


Revision 1.3 - (show annotations) (download)
Tue Aug 27 21:34:21 2013 UTC (10 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64o, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.2: +6 -8 lines
File MIME type: text/plain
update formulation to reduce dispersion of tracer properties in bbl
replaced horizontal and vertical transport parameters with velocities
changes results for verification/global_with_exf.yearly
details in pkg/bbl/bbl_description.tex

1 C $Header: /u/gcmpack/MITgcm/pkg/bbl/BBL.h,v 1.2 2011/08/07 07:08:15 dimitri Exp $
2 C $Name: $
3
4 #ifdef ALLOW_BBL
5
6 C bbl_wvel :: default vertical entrainment velocity (m/s)
7 C bbl_hvvel :: default horizontal velocity of BBL (m/s)
8 C bbl_initEta :: default initial thickness of BBL (m)
9 _RL bbl_wvel, bbl_hvel, bbl_initEta
10 COMMON /BBL_PARM_R/ bbl_wvel, bbl_hvel, bbl_initEta
11
12 C file names for initial conditions:
13 CHARACTER*(MAX_LEN_FNAM) bbl_thetaFile
14 CHARACTER*(MAX_LEN_FNAM) bbl_saltFile
15 CHARACTER*(MAX_LEN_FNAM) bbl_etaFile
16 COMMON /BBL_PARM_C/ bbl_thetaFile, bbl_saltFile, bbl_etaFile
17
18 C BBL 2-dim. fields
19 _RL bbl_theta (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20 _RL bbl_salt (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21 _RL bbl_eta (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22 _RL bbl_rho_nr(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23 COMMON /BBL_STATE_2D/ bbl_theta, bbl_salt, bbl_eta, bbl_rho_nr
24
25 C BBL tendency terms
26 _RL bbl_TendTheta(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27 _RL bbl_TendSalt(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28 COMMON /BBL_TENDENCY/ bbl_TendTheta, bbl_TendSalt
29
30 #endif /* ALLOW_BBL */
31
32 CEH3 ;;; Local Variables: ***
33 CEH3 ;;; mode:fortran ***
34 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22