/[MITgcm]/MITgcm/pkg/aim/com_radcon.h
ViewVC logotype

Contents of /MITgcm/pkg/aim/com_radcon.h

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


Revision 1.3.6.1 - (show annotations) (download)
Thu Mar 6 22:46:50 2003 UTC (21 years, 3 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e33a, ecco_c50_e28, ecco_c50_e32, ecco_c50_e31, ecco_c51_e34, ecco_c50_e29, ecco_c51_e34e, ecco_c51_e34d, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, ecco_c50_e33, ecco_c50_e30
Changes since 1.3: +28 -22 lines
File MIME type: text/plain
merging c49 into e27

1 C $Header: /u/gcmpack/MITgcm/pkg/aim/com_radcon.h,v 1.4 2002/09/27 20:01:57 jmc Exp $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5
6 C-- COMMON /RADCON/: Radiation constants (initial. in INPHYS)
7 C ABSSW = shortwave absorptivity for dry air (per dp = 10^5 Pa)
8 C ABSLW = longwave absorptivity for dry air (per dp = 10^5 Pa)
9 C ABWSW = shortwave absorptivity for water vapour (per dq = 1 g/kg)
10 C ABWLW = longwave absorptivity for water vapour (per dq = 1 g/kg)
11 C ABCSW = shortwave absorptivity for cloud fraction
12 C ABCLW = longwave absorptivity for cloud fraction
13 C EPSSW = fraction of incoming solar radiation absorbed by ozone
14 C EPSLW = fraction of surface LW radiation emitted directly to space
15 C ALBCL = cloud albedo (for cloud cover = 1)
16 C RHCL1 = relative hum. corresponding to cloud cover = 0
17 C RHCL2 = relative hum. corresponding to cloud cover = 1
18 C QACL = specific hum. threshold for cloud cover
19 COMMON /RADCON/ ABSSW, ABSLW, ABWSW, ABWLW,
20 & ABCSW, ABCLW, EPSSW, EPSLW,
21 & ALBCL, RHCL1, RHCL2, QACL
22 _RL ABSSW, ABSLW, ABWSW, ABWLW
23 _RL ABCSW, ABCLW, EPSSW, EPSLW
24 _RL ALBCL, RHCL1, RHCL2, QACL
25
26 C-- COMMON /FLDRAD/: Transmissivity and blackbody radiation (workspace)
27 C TAU = transmissivity of atmospheric layers
28 C ST4A = blackbody emission from full and half atmospheric levels
29 COMMON /RADFLD/ TAUORIG, ST4AORIG
30 _RL TAUORIG (NGP,NLEV)
31 _RL ST4AORIG(NGP,NLEV,2)
32
33 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
34 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22