Parent Directory
|
Revision Log
|
Revision Graph
Added new tutorial, describing convection experiment in a doubly periodic domain.
1 | helen | 1.1 | # ==================== |
2 | # | Model parameters | | ||
3 | # ==================== | ||
4 | # | ||
5 | # Continuous equation parameters | ||
6 | &PARM01 | ||
7 | tRef=20*20.0, | ||
8 | sRef=20*35.0, | ||
9 | viscAh=0.1, | ||
10 | viscAz=0.1, | ||
11 | no_slip_sides=.FALSE., | ||
12 | no_slip_bottom=.FALSE., | ||
13 | viscA4=0.E12, | ||
14 | diffKhT=0.1, | ||
15 | diffKzT=0.1, | ||
16 | diffKhS=0.1, | ||
17 | diffKzS=0.1, | ||
18 | f0=1E-4, | ||
19 | beta=0.E-11, | ||
20 | tAlpha=2.0E-4, | ||
21 | sBeta =0., | ||
22 | gravity=9.81, | ||
23 | rhoConst=1000.0, | ||
24 | rhoNil=1000.0, | ||
25 | heatCapacity_Cp=3900.0, | ||
26 | rigidLid=.FALSE., | ||
27 | implicitFreeSurface=.TRUE., | ||
28 | eosType='LINEAR', | ||
29 | nonHydrostatic=.TRUE., | ||
30 | readBinaryPrec=64, | ||
31 | & | ||
32 | |||
33 | # Elliptic solver parameters | ||
34 | &PARM02 | ||
35 | cg2dMaxIters=1000, | ||
36 | cg2dTargetResidual=1.E-9, | ||
37 | cg3dMaxIters=40, | ||
38 | cg3dTargetResidual=1.E-9, | ||
39 | & | ||
40 | |||
41 | # Time stepping parameters | ||
42 | &PARM03 | ||
43 | nIter0=0, | ||
44 | nTimeSteps=1440, | ||
45 | deltaT=60, | ||
46 | abEps=0.1, | ||
47 | pChkptFreq=0.0, | ||
48 | chkptFreq=0.0, | ||
49 | dumpFreq=600, | ||
50 | monitorFreq=1.E-5, | ||
51 | & | ||
52 | |||
53 | # Gridding parameters | ||
54 | &PARM04 | ||
55 | usingCartesianGrid=.TRUE., | ||
56 | usingSphericalPolarGrid=.FALSE., | ||
57 | dXspacing=50.0, | ||
58 | dYspacing=50.0, | ||
59 | delZ=20*50.0, | ||
60 | & | ||
61 | |||
62 | # Input datasets | ||
63 | &PARM05 | ||
64 | surfQfile='Qnet.circle', | ||
65 | & |
ViewVC Help | |
Powered by ViewVC 1.1.22 |