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

Annotation of /MITgcm/verification/tutorial_deep_convection/input/data

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


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

  ViewVC Help
Powered by ViewVC 1.1.22