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

Contents of /MITgcm/verification/tutorial_deep_convection/input/data

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


Revision 1.3 - (show annotations) (download)
Thu Apr 24 01:48:52 2008 UTC (15 years, 11 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, checkpoint60, checkpoint61, checkpoint62, 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, checkpoint59q, checkpoint59r, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, HEAD
Changes since 1.2: +6 -3 lines
was too long and too boring: now run for only 3 time steps
and start with output at t=120mn as (pseudo) initial conditions

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=20*20.,
8 sRef=20*35.,
9 viscAh=4.E-2,
10 viscAz=4.E-2,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 diffKhT=4.E-2,
14 diffKzT=4.E-2,
15 f0=1.E-4,
16 beta=0.E-11,
17 tAlpha=2.0E-4,
18 sBeta =0.,
19 gravity=10.,
20 rhoConst=1000.,
21 rhoNil=1000.,
22 heatCapacity_Cp=4000.,
23 #rigidLid=.TRUE.,
24 implicitFreeSurface=.TRUE.,
25 #exactConserv=.TRUE.,
26 eosType='LINEAR',
27 nonHydrostatic=.TRUE.,
28 saltStepping=.FALSE.,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=1000,
34 cg2dTargetResidual=1.E-9,
35 cg3dMaxIters=100,
36 cg3dTargetResidual=1.E-9,
37 &
38
39 # Time stepping parameters
40 &PARM03
41 nIter0=0,
42 #endTime=43200.,
43 nTimeSteps=3,
44 deltaT=20.,
45 abEps=0.1,
46 pChkptFreq=43200.,
47 chkptFreq=7200.,
48 dumpFreq=1800.,
49 monitorFreq=600.,
50 monitorSelect=1,
51 monitorFreq=1.,
52 &
53
54 # Gridding parameters
55 &PARM04
56 usingCartesianGrid=.TRUE.,
57 dXspacing=20.,
58 dYspacing=20.,
59 delZ=50*20.,
60 &
61
62 # Input datasets
63 &PARM05
64 surfQfile='Qnet_p32.bin',
65 hydrogThetaFile='T.120mn.bin',
66 pSurfInitFile='Eta.120mn.bin',
67 uVelInitFile = 'U.120mn.bin',
68 vVelInitFile = 'V.120mn.bin',
69 &

  ViewVC Help
Powered by ViewVC 1.1.22