/[MITgcm]/MITgcm/pkg/opps/OPPS.h
ViewVC logotype

Contents of /MITgcm/pkg/opps/OPPS.h

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


Revision 1.1 - (show annotations) (download)
Thu Sep 16 11:28:16 2004 UTC (19 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint58l_post, checkpoint64z, checkpoint57t_post, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint57o_post, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint55c_post, checkpoint57s_post, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint64, checkpoint65, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint55b_post, checkpoint58t_post, checkpoint58h_post, 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, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint58q_post, checkpoint54f_post, checkpoint59q, checkpoint59p, checkpoint55g_post, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint57c_post, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint58v_post, checkpoint55a_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint57j_post, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post, HEAD
File MIME type: text/plain
o initial check-in of OPPS (Paluszkiewicz + Romea, 1997)

1 C $Header: $
2 C $Name: $
3
4 #ifdef ALLOW_OPPS
5
6 CBOP
7 C !ROUTINE: OPPS.h
8
9 C !DESCRIPTION: \bv
10 C /==========================================================\
11 C | OPPS.h |
12 C | o Basic header for Paluszkiewicz and Romea (1997) |
13 C | Ocean Penetrative Plume Scheme (OPPS) |
14 C | Contains all OPPS field declarations. |
15 C \==========================================================/
16
17 C-----------------------------------------------------------------------
18 C
19 C Parameters that can be set in data.opps
20 C
21 C MAX_ABE_ITERATIONS - maximum for iteration on fractional size
22 C (default=1)
23 C In the present implementation, there is no
24 C iteration and max_abe_iterations should
25 C always be 1
26 C OPPSdebugLevel - sets internal debug level (default = 0) to
27 C produce some output for debugging
28 C PlumeRadius - default = 100 m
29 C STABILITY_THRESHOLD - threshold of vertical density difference,
30 C beyond which convection starts
31 C (default = -1.e-4 kg/m^3)
32 C FRACTIONAL_AREA - (initial) fractional area that plume(s)
33 C occupies (default = 0.1)
34 C MAX_FRACTIONAL_AREA - maximum of above (default = 0.8), not used
35 C VERTICAL_VELOCITY - initial (positive=downward) vertical
36 C velocity of plume (default=0.03m/s)
37 C ENTRAINMENT_RATE - default = - 0.05
38 C e2 - 2*ENTRAINMENT_RATE (cannot be set)
39 C useGCMwVel - flag to replace VERTICAL_VELOCITY with
40 C actual vertical velocity of GCM, probably
41 C useless (default = .false.)
42 C OPPSwriteState - flag to turn on ouput (.false.)
43 C OPPSdumpFreq - default = dumpFreq (currently there is no
44 C snap-shot output)
45 C OPPStaveFreq - default = taveFreq
46 C
47 C OPPSconvectCount - counter for freqency of convection events
48 C-----------------------------------------------------------------------
49 C \ev
50 CEOP
51
52 INTEGER MAX_ABE_ITERATIONS
53 CML default values from original code
54 CML PARAMETER(MAX_ABE_ITERATIONS=1)
55 INTEGER OPPSdebugLevel
56 COMMON /OPPS_PARMS_I/
57 & MAX_ABE_ITERATIONS, OPPSdebugLevel
58
59 _RL PlumeRadius
60 _RL STABILITY_THRESHOLD
61 _RL FRACTIONAL_AREA
62 _RL MAX_FRACTIONAL_AREA
63 _RL VERTICAL_VELOCITY
64 _RL ENTRAINMENT_RATE
65 _RL e2
66 _RL OPPSdumpFreq
67 _RL OPPStaveFreq
68 CML default values from original code
69 CML PARAMETER ( PlumeRadius = 100.D0 )
70 CML PARAMETER ( STABILITY_THRESHOLD = -1.E-4 )
71 CML PARAMETER ( FRACTIONAL_AREA = .1E0 )
72 CML PARAMETER ( MAX_FRACTIONAL_AREA = .8E0 )
73 CML PARAMETER ( VERTICAL_VELOCITY = .02E0 )
74 CML PARAMETER ( ENTRAINMENT_RATE = -.05E0 )
75 CML PARAMETER ( e2 = 2.E0*ENTRAINMENT_RATE )
76 COMMON /OPPS_PARMS_R/
77 & PlumeRadius,
78 & STABILITY_THRESHOLD,
79 & FRACTIONAL_AREA,
80 & MAX_FRACTIONAL_AREA,
81 & VERTICAL_VELOCITY,
82 & ENTRAINMENT_RATE,
83 & e2,
84 & OPPSdumpFreq, OPPStaveFreq
85
86 _RL OPPSconvectCount(1-OLx:sNx+OLx,1-OLy:sNy+OLy,
87 & Nr,nSx,nSy)
88 COMMON /OPPS_FIELDS/ OPPSconvectCount
89
90 LOGICAL OPPSisOn, OPPSwriteState, useGCMwVel
91 CML LOGICAL debug, done
92 COMMON /OPPS_PARMS_L/
93 & OPPSisOn, OPPSwriteState, useGCMwVel
94
95 #endif /* ALLOW_OPPS */

  ViewVC Help
Powered by ViewVC 1.1.22