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

Annotation of /MITgcm/pkg/aim_v23/com_forcing.h

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


Revision 1.2 - (hide annotations) (download)
Tue Dec 10 02:35:27 2002 UTC (21 years, 5 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, 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, checkpoint48d_pre, checkpoint51j_post, checkpoint47i_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint47d_post, checkpoint48d_post, checkpoint48f_post, checkpoint52b_pre, checkpoint51l_pre, 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, branch-exfmods-tag, branchpoint-genmake2, checkpoint51r_post, checkpoint48c_post, checkpoint51i_post, checkpoint51b_post, checkpoint51c_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, checkpoint51e_post, checkpoint48, checkpoint49, checkpoint51o_post, checkpoint51f_pre, checkpoint47h_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint50b_post, checkpoint51m_post, checkpoint51a_post, checkpoint51p_post, checkpoint48g_post, checkpoint51u_post
Branch point for: branch-exfmods-curt, branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.1: +6 -4 lines
File MIME type: text/plain
allow to use AIM physics with SPEEDY input files (from Franco Molteni):
 surface Boundary-Conditions are computed in (new) S/R aim_surf_bc.F.
can still use monthly mean (NCEP) surface forcing (with surface
 Temperature or surface Pot.Temp)

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/com_forcing.h,v 1.1 2002/11/22 17:16:06 jmc Exp $
2 jmc 1.1 C $Name: $
3     C $Namer: $
4    
5     #ifdef ALLOW_AIM
6    
7     C-- COMMON /LSMASK/ land-sea masks (initial. in INFORC)
8     C fmask1 - fractional land-sea mask
9     c_FM COMMON /LSMASK/ fmask1, fmask0, fmasko1, fmaskl1
10     COMMON /LSMASK/ fmask1
11     _RL fmask1(NGP,MAX_NO_THREADS)
12     c _RL fmask0(NGP,MAX_NO_THREADS)
13     c _RL fmasko1(NGP,MAX_NO_THREADS)
14     c _RL fmaskl1(NGP,MAX_NO_THREADS)
15    
16     C-- COMMON /FORFIX/ Time invariant forcing fields
17     C (initial. in INFORC, except for phis0 initial. in INVARS)
18     C phi0 - surface geopotential
19     C phis0 - ?
20     C alb0 - land-surface albedo
21     c_FM COMMON /FORFIX/ phi0, phis0, alb0
22     _RL phi0 (NGP)
23     c _RL phis0 (NGP)
24     c _RL alb0 (NGP,MAX_NO_THREADS)
25    
26     C-- COMMON /FORMON/ Monthly-mean forcing fields (initial. in INFORC)
27     c common /FORMON/ sst12(ix,il,12),
28     c & oice12(ix,il,12),
29     c & stl12(ix,il,12),
30     c & snow12(ix,il,12),
31     c & soilw12(ix,il,12)
32    
33     C-- COMMON /FORDAY/ Daily forcing fields (updated in FORDATE)
34     C sst1 - SST
35     C oice1 - sea ice fraction
36     C stl1 - land-surface temperature
37     C snow1 - snow depth (mm water)
38     C soilw1 - soil wetness (mm water)
39     C alb1 - land-surface albedo
40 jmc 1.2 c COMMON /FORDAY/ sst1, oice1, stl1, snow1, soilw1, alb1
41     COMMON /FORDAY/ sst1, stl1, soilw1, alb1
42 jmc 1.1 _RL sst1 (NGP,MAX_NO_THREADS)
43 jmc 1.2 c _RL oice1 (NGP,MAX_NO_THREADS)
44 jmc 1.1 _RL stl1 (NGP,MAX_NO_THREADS)
45 jmc 1.2 c _RL snow1 (NGP,MAX_NO_THREADS)
46 jmc 1.1 _RL soilw1 (NGP,MAX_NO_THREADS)
47     _RL alb1 (NGP,MAX_NO_THREADS)
48 jmc 1.2 _RL oice1(NGP), snow1(NGP)
49 jmc 1.1
50     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
51     #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22