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

Contents of /MITgcm/verification/vermix/input/data

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


Revision 1.7 - (show annotations) (download)
Wed Jun 8 16:44:39 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62z, HEAD
Changes since 1.6: +6 -10 lines
comment out debugLevel=1 (to use the new default)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=26*1.,
8 sRef=26*35.,
9 viscAh=0.E-2,
10 viscAz=1.E-4,
11 no_slip_sides=.TRUE.,
12 no_slip_bottom=.TRUE.,
13 diffKhT=0.E-2,
14 diffKzT=1.E-5,
15 diffKhS=0.E-2,
16 diffKzS=1.E-5,
17 f0=1.4e-4,
18 beta=0.E-11,
19 rigidLid=.FALSE.,
20 implicitFreeSurface=.TRUE.,
21 #ivdc_kappa=10.,
22 implicitDiffusion=.TRUE.,
23 implicitViscosity=.TRUE.,
24 eosType='MDJWF',
25 hFacMin=0.05,
26 tempAdvection=.FALSE.,
27 tempAdvScheme=33,
28 momAdvection=.FALSE.,
29 readBinaryPrec=64,
30 #debugLevel=1,
31 &
32
33 # Elliptic solver parameters
34 &PARM02
35 cg2dMaxIters=300,
36 cg2dTargetResidual=1.E-13,
37 &
38
39 # Time stepping parameters
40 &PARM03
41 nIter0=0,
42 nTimeSteps=20,
43 #nTimeSteps=720,
44 #nTimeSteps=51840,
45 deltaT=1200.,
46 #cAdjFreq=-1.,
47 abEps=0.01,
48 pChkptFreq=62208000.,
49 chkptFreq=0.,
50 taveFreq=0.,
51 dumpFreq=0.,
52 monitorFreq=86400.,
53 monitorFreq=1.,
54 periodicExternalForcing=.TRUE.,
55 externForcingPeriod=432000.,
56 externForcingCycle=31104000.,
57 &
58
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.TRUE.,
62 dXspacing=5000.,
63 dYspacing=5000.,
64 delZ=10., 10., 10., 10., 10., 11., 12., 14., 16., 18., 21., 24., 27.,
65 31., 35., 40., 40., 40., 40., 40., 40., 40., 40., 40., 40., 40.,
66 &
67
68 # Input datasets
69 &PARM05
70 hydrogThetaFile='T_26.init',
71 surfQfile='Qnet_72.forcing',
72 zonalWindFile='taux_72.forcing',
73 &

  ViewVC Help
Powered by ViewVC 1.1.22