/[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.2 - (show annotations) (download)
Wed Apr 23 23:23:31 2008 UTC (16 years ago) by jmc
Branch: MAIN
Changes since 1.1: +28 -27 lines
update this set-up : higher resolution and larger computational domain

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 readBinaryPrec=64,
30 &
31
32 # Elliptic solver parameters
33 &PARM02
34 cg2dMaxIters=1000,
35 cg2dTargetResidual=1.E-9,
36 cg3dMaxIters=100,
37 cg3dTargetResidual=1.E-9,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 nIter0=0,
43 #endTime=43200.,
44 nTimeSteps=10,
45 deltaT=20.,
46 abEps=0.1,
47 pChkptFreq=43200.,
48 chkptFreq=7200.,
49 dumpFreq=1800.,
50 monitorFreq=600.,
51 monitorSelect=1,
52 monitorFreq=1.,
53 &
54
55 # Gridding parameters
56 &PARM04
57 usingCartesianGrid=.TRUE.,
58 dXspacing=20.,
59 dYspacing=20.,
60 delZ=50*20.,
61 &
62
63 # Input datasets
64 &PARM05
65 surfQfile='Qnet.bin',
66 &

  ViewVC Help
Powered by ViewVC 1.1.22