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

Contents of /MITgcm/verification/exp4/input/data

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


Revision 1.14 - (show annotations) (download)
Sun Nov 6 02:03:27 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58b_post, checkpoint57y_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint58w_post, checkpoint57y_pre, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint58r_post, checkpoint58n_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58k_post, checkpoint58v_post, checkpoint58l_post, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint58h_post, checkpoint58j_post, checkpoint61q, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p
Changes since 1.13: +2 -1 lines
comment out globalFiles=.TRUE.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8 sRef= 8*35.,
9 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 viscA4=0.E12,
14 diffKhT=1.E3,
15 diffKzT=1.E-5,
16 diffKhS=1.E3,
17 diffKzS=1.E-5,
18 f0=1.e-4,
19 beta=0.E-11,
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 gBaro=9.81,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.2,
28 nonHydrostatic=.FALSE.,
29 readBinaryPrec=64,
30 #- not safe to use globalFiles in multi-processors runs
31 #globalFiles=.TRUE.,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=1000,
37 cg2dTargetResidual=1.E-13,
38 cg3dMaxIters=400,
39 cg3dTargetResidual=1.E-13,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 niter0=0,
45 nTimeSteps=10,
46 deltaT=600.0,
47 abEps=0.1,
48 pChkptFreq=0.0,
49 chkptFreq=0.0,
50 dumpFreq=10800.0,
51 monitorFreq=1.,
52 # for time dependent open boundary conditions comment
53 # in the following three lines
54 # periodicExternalForcing=.TRUE.,
55 # externForcingPeriod=600.,
56 # externForcingCycle=1200.,
57 &
58
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.TRUE.,
62 usingSphericalPolarGrid=.FALSE.,
63 delX=80*5.e3,
64 delY=42*5.e3,
65 delZ= 8*562.5,
66 &
67
68 # Input datasets
69 &PARM05
70 bathyFile='topog.bump',
71 hydrogSaltFile='S.init',
72 &

  ViewVC Help
Powered by ViewVC 1.1.22