/[MITgcm]/MITgcm/pkg/fizhi/sibber.h
ViewVC logotype

Contents of /MITgcm/pkg/fizhi/sibber.h

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


Revision 1.4 - (show annotations) (download)
Mon Oct 8 23:42:14 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62i, checkpoint62h, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +4 -1 lines
File MIME type: text/plain
add cvs $Header:$ or $Name:$ if they were missing

1 C $Header: $
2 C $Name: $
3
4 C****
5 C**** CHIP HEADER FILE
6 C****
7
8 C SCCS VERSION @(#)sibber.h 1.1 10/15/92
9
10 INTEGER NTYPS, FRSTCH, MemFac
11 INTEGER NLAY, SFCLY, ROOTLY, RECHLY
12
13 _RL ZERO, ONE, PIE
14 _RL ALHE, ALHS, ALHM, TF, STEFAN, RGAS, SHW, SHI, RHOW, GRAV
15 _RL EPSILON, NOSNOW
16
17 PARAMETER (NTYPS = 10, FRSTCH = 1, MemFac = 5)
18 PARAMETER (NLAY = 3)
19 PARAMETER (SFCLY = 1, ROOTLY = SFCLY + 1, RECHLY = ROOTLY + 1)
20
21 PARAMETER (ZERO = 0., ONE = 1., PIE = 3.14159265)
22 PARAMETER (ALHE = 2.4548E6, ALHS = 2.8368E6, ALHM = ALHS-ALHE)
23 PARAMETER (TF = 273.16)
24 PARAMETER (STEFAN = 5.669E-8)
25 PARAMETER (RGAS = .286*1003.5)
26 PARAMETER (SHW = 4200., SHI = 2060.)
27 PARAMETER (RHOW = 1000.)
28 PARAMETER (GRAV = 9.81)
29 PARAMETER (EPSILON = 18.01/28.97)
30 PARAMETER (NOSNOW = 0.)

  ViewVC Help
Powered by ViewVC 1.1.22