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

Contents of /manual/s_examples/rotating_tank/input/data

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


Revision 1.1 - (show annotations) (download)
Mon Jul 26 18:41:32 2004 UTC (20 years, 11 months ago) by afe
Branch: MAIN
adding input/ info to manual

1 \begin{verbatim}
2 # ====================
3 # | Model parameters |
4 # ====================
5 #
6 # Continuous equation parameters
7 &PARM01
8 tRef=29*20.0,
9 sRef=29*35.0,
10 viscAh=5.0E-6,
11 viscAz=5.0E-6,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 viscA4=0.E12,
15 diffKhT=2.5E-6,
16 diffKzT=2.5E-6,
17 diffKhS=1.0E-6,
18 diffKzS=1.0E-6,
19 f0=0.5,
20 beta=0.E-11,
21 tAlpha=2.0E-4,
22 sBeta =0.,
23 gravity=9.81,
24 rhoConst=1000.0,
25 rhoNil=1000.0,
26 heatCapacity_Cp=3900.0,
27 rigidLid=.TRUE.,
28 implicitFreeSurface=.FALSE.,
29 eosType='LINEAR',
30 nonHydrostatic=.TRUE.,
31 readBinaryPrec=32,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=1000,
37 cg2dTargetResidual=1.E-7,
38 cg3dMaxIters=10,
39 cg3dTargetResidual=1.E-9,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 nIter0=0,
45 nTimeSteps=20,
46 # nTimeSteps=36000000,
47 deltaT=0.1,
48 abEps=0.1,
49 pChkptFreq=1.0,
50 chkptFreq=1.0,
51 dumpFreq=1.0,
52 monitorFreq=0.1,
53 &
54
55 # Gridding parameters
56 &PARM04
57 usingCartesianGrid=.FALSE.,
58 usingCylindricalGrid=.TRUE.,
59 usingCurvilinearGrid=.FALSE.,
60 dXspacing=3,
61 dYspacing=0.01,
62 delZ=29*0.005,
63 &
64
65 # Input datasets
66 &PARM05
67 hydrogThetaFile='thetaPol.bin',
68 bathyFile='bathyPol.bin',
69 tCyl = 0
70 &
71 \end{verbatim}

  ViewVC Help
Powered by ViewVC 1.1.22