/[MITgcm]/manual/s_examples/baroclinic_gyre/input/data
ViewVC logotype

Annotation of /manual/s_examples/baroclinic_gyre/input/data

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


Revision 1.3 - (hide annotations) (download)
Thu Jan 29 18:58:57 2009 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.2: +1 -1 lines
test recent CVSROOT/loginfo modif

1 cnh 1.2 \begin{verbatim}
2 adcroft 1.1 # Model parameters
3     # Continuous equation parameters
4     &PARM01
5     tRef=20.,10.,8.,6.,
6     sRef=10.,10.,10.,10.,
7     viscAz=1.E-2,
8     viscAh=4.E2,
9     no_slip_sides=.FALSE.,
10     no_slip_bottom=.TRUE.,
11     diffKhT=4.E2,
12     diffKzT=1.E-2,
13     beta=1.E-11,
14     tAlpha=2.E-4,
15     sBeta =0.,
16     gravity=9.81,
17     rigidLid=.FALSE.,
18     implicitFreeSurface=.TRUE.,
19     eosType='LINEAR',
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 jmc 1.3 ygOrigin=0.,
43 adcroft 1.1 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 cnh 1.2 \end{verbatim}

  ViewVC Help
Powered by ViewVC 1.1.22