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

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

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


Revision 1.2 - (hide annotations) (download)
Mon Nov 4 21:37:37 2013 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, 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, checkpoint65, HEAD
Changes since 1.1: +2 -0 lines
set smag3D_coeff such that results do not change (after fixing the scaling).

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

  ViewVC Help
Powered by ViewVC 1.1.22