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

Contents of /MITgcm/verification/exp0/input/data

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


Revision 1.12 - (show annotations) (download)
Fri Apr 21 15:51:59 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -0 lines
FILE REMOVED
verification/exp0 has been moved to verification/tutorial_barotropic_gyre

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 readBinaryPrec=64,
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 endTime=12000.0,
30 deltaTmom=1200.0,
31 deltaTtracer=1200.0,
32 abEps=0.1,
33 pChkptFreq=2592000.0,
34 chkptFreq=120000.0,
35 dumpFreq=2592000.0,
36 monitorFreq=1.,
37 &
38 # Gridding parameters
39 &PARM04
40 usingCartesianGrid=.TRUE.,
41 usingSphericalPolarGrid=.FALSE.,
42 delX=60*20E3,
43 delY=60*20E3,
44 delZ=5000.,
45 &
46 &PARM05
47 bathyFile='topog.box',
48 hydrogThetaFile=,
49 hydrogSaltFile=,
50 zonalWindFile='windx.sin_y',
51 meridWindFile=,
52 &

  ViewVC Help
Powered by ViewVC 1.1.22