/[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.2 - (show annotations) (download)
Thu Mar 11 14:33:19 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint54d_post, checkpoint54e_post, checkpoint62c, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint54f_post, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62i, checkpoint62h, checkpoint58y_post, checkpoint58t_post, checkpoint55i_post, checkpoint58m_post, checkpoint57l_post, checkpoint57t_post, checkpoint55c_post, checkpoint57v_post, checkpoint57f_post, checkpoint53d_post, checkpoint60, checkpoint61, checkpoint62, checkpoint57a_post, checkpoint57h_pre, checkpoint54b_post, checkpoint58w_post, checkpoint57h_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55g_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint55d_post, checkpoint58e_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint55b_post, checkpoint53a_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint53g_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint62b, checkpoint58v_post, checkpoint56a_post, checkpoint58l_post, checkpoint53f_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint61f, checkpoint58g_post, checkpoint52l_post, checkpoint58x_post, checkpoint61n, checkpoint52n_post, checkpoint53b_pre, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint61q, checkpoint57k_post, checkpoint61z, checkpoint53b_post, checkpoint57w_post, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint53d_pre, checkpoint58s_post, checkpoint55e_post, checkpoint61g, checkpoint61d, checkpoint54c_post, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.1: +12 -9 lines
File MIME type: text/plain
a) Treat separately land / ocean / sea-ice surface fluxes
   to allow implicit computation of land & sea-ice surface temp.
b) add snow precipitation
c) other (little) modifications for new land formulation.

1 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/com_physcon.h,v 1.1 2002/11/22 17:16:06 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