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

Annotation of /MITgcm/verification/rotating_tank/input/data

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


Revision 1.7 - (hide annotations) (download)
Mon Jun 13 20:31:18 2005 UTC (18 years, 11 months ago) by afe
Branch: MAIN
Changes since 1.6: +0 -1 lines
removing extraneous line

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

  ViewVC Help
Powered by ViewVC 1.1.22