/[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.6 - (hide annotations) (download)
Tue Aug 24 13:29:00 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62k, checkpoint62j, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, HEAD
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
remove tabs

1 jmc 1.6 C $Header: /u/gcmpack/MITgcm/pkg/aim_v23/com_forcing.h,v 1.5 2010/01/21 00:10:04 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     #ifdef ALLOW_AIM
5    
6 jmc 1.5 C-- Note: Variables which do not need to stay in common block (local var)
7     C are declare locally in each S/R that use them (commented with "cL");
8     C Some variables are not needed at all (commented with single "c").
9    
10 jmc 1.1 C-- COMMON /LSMASK/ land-sea masks (initial. in INFORC)
11 jmc 1.3 C fmask1 - fractional land / sea / sea-ice mask
12     C 1:land fraction ; 2:ice-free ocean ; 3:sea-ice frac.; (1)+(2)+(3)=1.
13 jmc 1.1 c_FM COMMON /LSMASK/ fmask1, fmask0, fmasko1, fmaskl1
14     COMMON /LSMASK/ fmask1
15 jmc 1.3 _RL fmask1(NGP,3,MAX_NO_THREADS)
16 jmc 1.1 c _RL fmask0(NGP,MAX_NO_THREADS)
17     c _RL fmasko1(NGP,MAX_NO_THREADS)
18     c _RL fmaskl1(NGP,MAX_NO_THREADS)
19    
20 jmc 1.5 C-- COMMON /FORFIX/ Time invariant forcing fields
21 jmc 1.1 C (initial. in INFORC, except for phis0 initial. in INVARS)
22     C phi0 - surface geopotential
23     C phis0 - ?
24     C alb0 - land-surface albedo
25     c_FM COMMON /FORFIX/ phi0, phis0, alb0
26 jmc 1.5 cL _RL phi0 (NGP)
27 jmc 1.1 c _RL phis0 (NGP)
28     c _RL alb0 (NGP,MAX_NO_THREADS)
29    
30     C-- COMMON /FORMON/ Monthly-mean forcing fields (initial. in INFORC)
31     c common /FORMON/ sst12(ix,il,12),
32     c & oice12(ix,il,12),
33     c & stl12(ix,il,12),
34     c & snow12(ix,il,12),
35     c & soilw12(ix,il,12)
36    
37     C-- COMMON /FORDAY/ Daily forcing fields (updated in FORDATE)
38     C sst1 - SST
39     C oice1 - sea ice fraction
40 jmc 1.3 C sti1 - sea-ice surface temperature [K]
41     C stl1 - land-surface temperature [K]
42 jmc 1.1 C snow1 - snow depth (mm water)
43     C soilw1 - soil wetness (mm water)
44 jmc 1.3 C alb1 - surface albedo (1:land, 2:ocean, 3:sea-ice, 0:average)
45 jmc 1.6 C dTsurf - surface temperature changes form 1 it to the next one
46 jmc 1.2 c COMMON /FORDAY/ sst1, oice1, stl1, snow1, soilw1, alb1
47 jmc 1.4 COMMON /FORDAY/ sst1, sti1, stl1, soilw1, alb1, dTsurf
48 jmc 1.1 _RL sst1 (NGP,MAX_NO_THREADS)
49 jmc 1.5 cL _RL oice1 (NGP,MAX_NO_THREADS)
50 jmc 1.3 _RL sti1 (NGP,MAX_NO_THREADS)
51 jmc 1.1 _RL stl1 (NGP,MAX_NO_THREADS)
52 jmc 1.5 cL _RL snow1 (NGP,MAX_NO_THREADS)
53 jmc 1.1 _RL soilw1 (NGP,MAX_NO_THREADS)
54 jmc 1.3 _RL alb1 (NGP,0:3,MAX_NO_THREADS)
55 jmc 1.4 _RL dTsurf (NGP,3,MAX_NO_THREADS)
56 jmc 1.1
57     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
58 jmc 1.5 #endif /* ALLOW_AIM */

  ViewVC Help
Powered by ViewVC 1.1.22