/[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.1 - (show annotations) (download)
Mon Nov 2 03:34:12 1998 UTC (25 years, 5 months ago) by cnh
Branch: MAIN
Changes for TAMC compatability.
Added exp0 a barotropic basin scale box example
Modified exp1 and exp2 to correct SIZE.h for Nr and
variable overlap width support.

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-13,
24 &
25 # Time stepping parameters
26 &PARM03
27 startTime=0,
28 endTime=12000,
29 deltaTmom=1200.0,
30 deltaTtracer=1200.0,
31 abEps=0.1,
32 pChkptFreq=17000.0,
33 chkptFreq=0.0,
34 dumpFreq=2592000.0,
35 &
36 # Gridding parameters
37 &PARM04
38 usingCartesianGrid=.FALSE.,
39 usingSphericalPolarGrid=.TRUE.,
40 phiMin=-30.,
41 delX=60*1.,
42 delY=60*1.,
43 delZ=5000.,
44 &
45 &PARM05
46 bathyFile=,
47 hydrogThetaFile=,
48 hydrogSaltFile=,
49 zonalWindFile=,
50 meridWindFile=,
51 &

  ViewVC Help
Powered by ViewVC 1.1.22