/[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.11 - (hide annotations) (download)
Wed Nov 9 17:07:27 2005 UTC (18 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint57y_post, checkpoint58n_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58j_post, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58k_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.10: +1 -1 lines
 o turn off outputTypesInclusive and turn off mnc monitor output to
   reduce the overall volume of output from this experiment (because it
   writes a lot and fills disks!)

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     sBeta =0.,
19     gravity=9.81,
20     rhoConst=1000.0,
21     rhoNil=1000.0,
22 afe 1.8 # heatCapacity_Cp=3900.0,
23 afe 1.1 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 afe 1.2 nTimeSteps=20,
42 afe 1.1 # nTimeSteps=36000000,
43     deltaT=0.1,
44     abEps=0.1,
45 jmc 1.10 pChkptFreq=2.0,
46     chkptFreq=2.0,
47     dumpFreq=2.0,
48 jmc 1.3 monitorFreq=0.1,
49 edhill 1.11 # outputTypesInclusive=.TRUE.,
50 afe 1.1 &
51    
52     # Gridding parameters
53     &PARM04
54     usingCartesianGrid=.FALSE.,
55     usingCylindricalGrid=.TRUE.,
56     usingCurvilinearGrid=.FALSE.,
57     dXspacing=3,
58     dYspacing=0.01,
59     delZ=29*0.005,
60     &
61    
62     # Input datasets
63     &PARM05
64     hydrogThetaFile='thetaPol.bin',
65     bathyFile='bathyPol.bin',
66 afe 1.6 tCylIn = 0
67     tCylOut = 20
68 afe 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22