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

Annotation of /MITgcm/verification/dome/input/data

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


Revision 1.8 - (hide annotations) (download)
Thu Oct 13 16:32:45 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post
Changes since 1.7: +3 -3 lines
use variable viscosity (from calc_visc) in Side-drag terms (new version).

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     Tref = -0.194175, -0.582524, -0.970874, -1.35922, -1.74757,
8     -2.13592, -2.52427, -2.91262, -3.30097, -3.68932,
9     -4.07767, -4.46602, -4.85437, -5.24272, -5.63107,
10     -6.01942, -6.40777, -6.79612, -7.18447, -7.57282,
11     -7.96117, -8.34951, -8.73786, -9.12621, -9.51456,
12     sRef= 25*1.,
13     viscAz=5.E-1,
14 adcroft 1.2 viscAh=0.0E0,
15 adcroft 1.1 no_slip_sides=.TRUE.,
16     no_slip_bottom=.TRUE.,
17 jmc 1.8 #- a trick to recover old version of side-drag:
18     #sideDragFactor=0.,
19     #-
20 adcroft 1.1 bottomDragQuadratic=2.E-3,
21     viscA4=0.E12,
22 baylor 1.6 viscC4Leith=1.458198138065,
23 jmc 1.5 useAreaViscLength=.TRUE.,
24 adcroft 1.1 diffKhT=0.0E0
25     diffKzT=0.E-2,
26     diffKhS=0.E0,
27     diffKzS=0.E-2,
28     f0=1.0e-4,
29     beta=0.E-11,
30     tAlpha=2.E-4,
31     sBeta =0.E-4,
32     gravity=9.81,
33     rhonil=1030.0,
34     rigidLid=.FALSE.,
35     implicitFreeSurface=.TRUE.,
36     eosType='LINEAR',
37     hFacMin=0.2,
38     nonHydrostatic=.FALSE.,
39     multiDimAdvection=.TRUE.,
40     tempAdvScheme=77,
41     saltAdvScheme=77,
42 adcroft 1.2 readBinaryPrec=64,
43     writeBinaryPrec=64,
44     writeStatePrec=64,
45     globalFiles=.TRUE.,
46     staggerTimeStep=.TRUE.,
47 adcroft 1.3 vectorInvariantMomentum=.TRUE.,
48 adcroft 1.1 &
49    
50     # Elliptic solver parameters
51     &PARM02
52     cg2dMaxIters=1000,
53 adcroft 1.2 cg2dTargetResidual=1.E-11,
54 adcroft 1.1 cg3dMaxIters=10,
55     cg3dTargetResidual=1.E-13,
56     &
57    
58     # Time stepping parameters
59     &PARM03
60     niter0=0,
61 adcroft 1.2 #nTimeSteps=12000,
62 adcroft 1.1 nTimeSteps=20,
63 adcroft 1.2 deltaT=300.,
64 adcroft 1.1 abEps=0.1,
65     pChkptFreq=0.0,
66     chkptFreq=100000.0,
67 adcroft 1.2 dumpFreq=30000.,
68     #cAdjFreq=30.,
69     #monitorFreq=6000.,
70     monitorFreq=300.,
71 adcroft 1.1 &
72    
73     # Gridding parameters
74     &PARM04
75     usingCartesianGrid=.TRUE.,
76     usingSphericalPolarGrid=.FALSE.,
77     # delXfile='delXvar'
78     delX=200*10000.0,
79     delYfile='delYvar',
80     delZ = 25*144.0,
81     &
82    
83     # Input datasets
84     &PARM05
85     hydrogThetaFile='T.init',
86     bathyFile='topog.slope',
87     &

  ViewVC Help
Powered by ViewVC 1.1.22