/[MITgcm]/MITgcm/pkg/aim_v23/com_physcon.h
ViewVC logotype

Contents of /MITgcm/pkg/aim_v23/com_physcon.h

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


Revision 1.3 - (show annotations) (download)
Tue Aug 24 13:29:00 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62k, checkpoint62j, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, HEAD
Changes since 1.2: +7 -7 lines
File MIME type: text/plain
remove tabs

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/com_physcon.h,v 1.2 2004/03/11 14:33:19 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5
6 C-- COMMON /PHYCON/: Physical constants (initial. in INPHYS)
7 C P0 = reference pressure [Pa=N/m2]
8 C GG = gravity accel. [m/s2]
9 C RD = gas constant for dry air [J/kg/K]
10 C CP = specific heat at constant pressure [J/kg/K]
11 C ALHC = latent heat of condensation [J/g]
12 C ALHF = latent heat of freezing [J/g]
13 C SBC = Stefan-Boltzmann constant
14 C rainCP = heat capacity of liquid water [J/g/K]
15 C tFreeze = freezing temperature of pure water [K]
16 COMMON /PHYCON/ P0, GG, RD, CP, ALHC, ALHF, SBC, rainCP, tFreeze
17 _RL P0, GG, RD, CP, ALHC, ALHF, SBC, rainCP, tFreeze
18
19 C-- COMMON /FSIGLT/: Functions of sigma and latitude (initial. in INPHYS)
20 C (execpt SLAT & CLAT init. in aim_dyn2aim.F)
21 C SIG = full-level sigma
22 C SIGL = logarithm of full-level sigma
23 C SIGH = half-level sigma
24 C DSIG = layer depth in sigma
25 C POUT = norm. pressure level [p/p0] for post-processing
26 C GRDSIG = g/(d_sigma p0) : to convert fluxes of u,v,q into d(u,v,q)/dt
27 C GRDSCP = g/(d_sigma p0 c_p): to convert energy fluxes into dT/dt
28 C WVI = weights for vertical interpolation
29 c SLAT = sin(lat)
30 c CLAT = cos(lat)
31 COMMON /FSIGLT/
32 & SIG, SIGL, SIGH, DSIG, GRDSIG, GRDSCP, WVI
33 c & SIG, SIGL, SIGH, DSIG, POUT, GRDSIG, GRDSCP, WVI, SLAT, CLAT
34 _RL SIG(NLEV)
35 _RL SIGL(NLEV)
36 _RL SIGH(0:NLEV)
37 _RL DSIG(NLEV)
38 c _RL POUT(NLEV)
39 _RL GRDSIG(NLEV)
40 _RL GRDSCP(NLEV)
41 _RL WVI(NLEV,2)
42 c _RL SLAT(NLAT)
43 c _RL CLAT(NLAT)
44
45 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
46 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22