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

Contents of /MITgcm/verification/rotating_tank/input/data

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


Revision 1.12 - (show annotations) (download)
Wed Aug 30 19:55:12 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61h
Changes since 1.11: +9 -11 lines
remove 8 rows of land points and get the same results

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 sBeta =0.,
19 gravity=9.81,
20 rhoConst=1000.0,
21 rhoNil=1000.0,
22 #heatCapacity_Cp=3900.0,
23 rigidLid=.TRUE.,
24 implicitFreeSurface=.FALSE.,
25 eosType='LINEAR',
26 nonHydrostatic=.TRUE.,
27 readBinaryPrec=32,
28 &
29
30 # Elliptic solver parameters
31 &PARM02
32 cg2dMaxIters=1000,
33 cg2dTargetResidual=1.E-7,
34 cg3dMaxIters=10,
35 cg3dTargetResidual=1.E-9,
36 &
37
38 # Time stepping parameters
39 &PARM03
40 nIter0=0,
41 nTimeSteps=20,
42 #nTimeSteps=36000000,
43 deltaT=0.1,
44 abEps=0.1,
45 pChkptFreq=2.0,
46 #chkptFreq=2.0,
47 dumpFreq=2.0,
48 monitorFreq=0.1,
49 &
50
51 # Gridding parameters
52 &PARM04
53 usingCylindricalGrid=.TRUE.,
54 dXspacing=3.,
55 dYspacing=0.01,
56 delZ=29*0.005,
57 phiMin=0.07,
58 &
59
60 # Input datasets
61 &PARM05
62 hydrogThetaFile='thetaPolR.bin',
63 bathyFile='bathyPolR.bin',
64 tCylIn = 0.,
65 tCylOut = 20.,
66 &

  ViewVC Help
Powered by ViewVC 1.1.22