/[MITgcm]/MITgcm/verification/exp0/data
ViewVC logotype

Contents of /MITgcm/verification/exp0/data

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


Revision 1.3 - (show annotations) (download)
Mon Dec 14 23:17:23 1998 UTC (25 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Restructuring of verification experiments.

1 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef=20.,
5 sRef=10.,
6 viscAz=1.E-2,
7 viscAh=4.E2,
8 diffKhT=4.E2,
9 diffKzT=1.E-2,
10 beta=1.E-11,
11 tAlpha=2.E-4,
12 sBeta =0.,
13 gravity=9.81,
14 gBaro=9.81,
15 rigidLid=.FALSE.,
16 implicitFreeSurface=.TRUE.,
17 eosType='LINEAR',
18 GMkBackground=0000.d0,
19 &
20 # Elliptic solver parameters
21 &PARM02
22 cg2dMaxIters=1000,
23 cg2dTargetResidual=1.E-7,
24 &
25 # Time stepping parameters
26 &PARM03
27 startTime=0,
28 endTime=311040000,
29 deltaTmom=1200.0,
30 deltaTtracer=1200.0,
31 abEps=0.1,
32 pChkptFreq=2592000.0,
33 chkptFreq=120000.0,
34 dumpFreq=2592000.0,
35 &
36 # Gridding parameters
37 &PARM04
38 usingCartesianGrid=.TRUE.,
39 usingSphericalPolarGrid=.FALSE.,
40 delX=60*20E3,
41 delY=60*20E3,
42 delZ=5000.,
43 &
44 &PARM05
45 bathyFile=,
46 hydrogThetaFile=,
47 hydrogSaltFile=,
48 zonalWindFile=,
49 meridWindFile=,
50 &

  ViewVC Help
Powered by ViewVC 1.1.22