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

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

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


Revision 1.1 - (show annotations) (download)
Fri Nov 22 17:16:06 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint47e_post, checkpoint52l_pre, hrcube4, hrcube5, checkpoint50c_post, checkpoint52d_pre, checkpoint48e_post, checkpoint50c_pre, checkpoint52j_pre, checkpoint51o_pre, checkpoint51l_post, checkpoint48i_post, checkpoint50d_pre, checkpoint52k_post, checkpoint51, checkpoint50, checkpoint53, checkpoint52, checkpoint50d_post, checkpoint52f_post, checkpoint50b_pre, checkpoint51f_post, checkpoint48b_post, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint51t_post, checkpoint51n_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint51s_post, checkpoint47a_post, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint47d_post, checkpoint53d_post, checkpoint48d_post, checkpoint48f_post, checkpoint52b_pre, checkpoint51l_pre, checkpoint52m_post, checkpoint48h_post, checkpoint51q_post, checkpoint51b_pre, checkpoint47g_post, checkpoint52b_post, checkpoint52c_post, checkpoint51h_pre, checkpoint48a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint52f_pre, checkpoint47j_post, checkpoint53c_post, branch-exfmods-tag, branchpoint-genmake2, checkpoint51r_post, checkpoint48c_post, checkpoint51i_post, checkpoint51b_post, checkpoint51c_post, checkpoint53a_post, checkpoint47b_post, checkpoint52d_post, checkpoint50g_post, checkpoint52a_pre, checkpoint50h_post, checkpoint52i_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint52h_pre, checkpoint52j_post, checkpoint47f_post, checkpoint50e_post, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint51e_post, checkpoint48, checkpoint49, checkpoint51o_post, checkpoint51f_pre, checkpoint53b_post, checkpoint47h_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint50b_post, checkpoint51m_post, checkpoint53d_pre, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
File MIME type: text/plain
new aim pkg: adapted from Franco Molteni SPEEDY code, ver23

1 C $Header: $
2 C $Name: $
3
4 #ifdef ALLOW_AIM
5
6 C-- COMMON /SFLCON/: Constants for surface fluxes (initial. in INPHYS)
7 C FWIND0 = ratio of near-sfc wind to lowest-level wind
8 C FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :
9 C 1 : linear extrapolation from two lowest levels
10 C 0 : constant potential temperature ( = lowest level)
11 C FHUM0 = weight for near-sfc specific humidity extrapolation (0-1) :
12 C 1 : extrap. with constant relative hum. ( = lowest level)
13 C 0 : constant specific hum. ( = lowest level)
14 C CDL = drag coefficient for momentum over land
15 C CDS = drag coefficient for momentum over sea
16 C CHL = heat exchange coefficient over land
17 C CHS = heat exchange coefficient over sea
18 C VGUST = wind speed for sub-grid-scale gusts
19 C CTDAY = daily-cycle correction (dTskin/dSSRad)
20 C DTHETA = Potential temp. gradient for stability correction
21 C FSTAB = Amplitude of stability correction (fraction)
22 C HDRAG = Height scale for orographic correction
23 C FHDRAG = Amplitude of orographic correction (fraction)
24 COMMON /SFLCON/ FWIND0, FTEMP0, FHUM0,
25 & CDL, CDS, CHL, CHS, VGUST, CTDAY,
26 & DTHETA, FSTAB, HDRAG, FHDRAG
27 _RL FWIND0, FTEMP0, FHUM0
28 _RL CDL, CDS, CHL, CHS, VGUST, CTDAY
29 _RL DTHETA, FSTAB, HDRAG, FHDRAG
30
31 C-- COMMON /SFLFIX/: Time-invariant fields (initial. in SFLSET)
32 c COMMON /SFLFIX/ FOROG
33 c _RL FOROG(NGP)
34
35 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
36 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22