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

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

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


Revision 1.1 - (show annotations) (download)
Mon Sep 30 19:50:15 2013 UTC (10 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64p
add secondary test using Smag-3D viscosity (keep very low backgroud visc for
 testing) and flux-limter advection scheme for Temp. (no explicit diffusion).

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

  ViewVC Help
Powered by ViewVC 1.1.22