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

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

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


Revision 1.3 - (hide annotations) (download)
Tue May 29 19:28:53 2001 UTC (23 years ago) by cnh
Branch: MAIN
CVS Tags: icebear2, checkpoint40pre1, checkpoint44h_pre, release1_p12, release1_p10, release1_p11, release1_p16, release1_p15, ecco_c44_e17, ecco_c44_e16, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, icebear5, icebear4, checkpoint44f_pre, icebear3, checkpoint46f_post, release1_p13_pre, checkpoint46d_pre, checkpoint46e_post, release1-branch_tutorials, release1_p14, checkpoint44g_post, checkpoint46h_pre, checkpoint44h_post, release1_p12_pre, checkpoint44e_post, checkpoint46e_pre, ecco-branch-mod4, checkpoint43a-release1mods, checkpoint45d_post, checkpoint45b_post, checkpoint46b_pre, chkpt44a_pre, release1-branch-end, release1_final_v1, ecco_c44_e19, checkpoint46, ecco_c44_e20, checkpoint44, release1_p13, ecco_c44_e18, checkpoint44f_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, release1_p17, release1_b1, checkpoint44b_post, chkpt44c_post, chkpt44d_post, checkpoint42, release1_p9, release1_p8, checkpoint43, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, release1_p6, checkpoint46a_post, chkpt44a_post, checkpoint44b_pre, release1_p1, checkpoint40pre4, checkpoint46a_pre, ecco-branch-mod1, checkpoint40pre3, checkpoint45c_post, release1_p5, checkpoint44e_pre, chkpt44c_pre, checkpoint40pre9, release1_p7, ecco_ice2, ecco_ice1, checkpoint46b_post, checkpoint46d_post, ecco-branch-mod2, checkpoint46g_post, checkpoint45a_post, checkpoint46c_pre, ecco-branch-mod3, ecco-branch-mod5, ecco_c44_e22, release1_beta1, ecco_c44_e23, release1-branch_branchpoint, checkpoint40pre7, checkpoint46c_post, checkpoint40, checkpoint45, checkpoint46h_post, release1_chkpt44d_post, ecco_c44_e25, checkpoint41
Branch point for: c24_e25_ice, ecco-branch, release1_coupled, icebear, release1_final, release1-branch, release1, release1_50yr
Changes since 1.2: +3 -3 lines
File MIME type: text/plain
Updates for multi-threaded AIM with support for both latlon
and CS.
Needs compatible changes to verfication/

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

  ViewVC Help
Powered by ViewVC 1.1.22