/[MITgcm]/MITgcm/verification/exp1/input/data
ViewVC logotype

Annotation of /MITgcm/verification/exp1/input/data

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


Revision 1.4 - (hide annotations) (download)
Wed Jun 21 19:34:43 2000 UTC (23 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.3: +0 -4 lines
Removed KPP namelist from data file. KPP and GM/Redi are controlled
through data.kpp and data.gmredi

1 adcroft 1.1 # Model parameters
2     # Continuous equation parameters
3     &PARM01
4     tRef=20.,10.,8.,6.,
5     sRef=10.,10.,10.,10.,
6     viscAz=1.E-2,
7     viscAh=4.E2,
8 adcroft 1.2 no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10 adcroft 1.1 diffKhT=4.E2,
11     diffKzT=1.E-2,
12     beta=1.E-11,
13     tAlpha=2.E-4,
14     sBeta =0.,
15     gravity=9.81,
16     rigidLid=.FALSE.,
17     implicitFreeSurface=.TRUE.,
18     eosType='LINEAR',
19     GMkBackground=0000.d0,
20     readBinaryPrec=64,
21     &
22     # Elliptic solver parameters
23     &PARM02
24     cg2dMaxIters=1000,
25     cg2dTargetResidual=1.E-13,
26     &
27     # Time stepping parameters
28     &PARM03
29     startTime=0,
30     endTime=12000,
31     deltaTmom=1200.0,
32     deltaTtracer=1200.0,
33     abEps=0.1,
34     pChkptFreq=17000.0,
35     chkptFreq=0.0,
36     dumpFreq=2592000.0,
37     &
38     # Gridding parameters
39     &PARM04
40     usingCartesianGrid=.FALSE.,
41     usingSphericalPolarGrid=.TRUE.,
42     phiMin=-30.,
43     delX=60*1.,
44     delY=60*1.,
45     delZ=500.,500.,500.,500.,
46     &
47     &PARM05
48     bathyFile='topog.box',
49     hydrogThetaFile=,
50     hydrogSaltFile=,
51     zonalWindFile='windx.sin_y',
52     meridWindFile=,
53     &
54 adcroft 1.3
55     # Open-boundaries
56     &PARM06
57     &

  ViewVC Help
Powered by ViewVC 1.1.22