/[MITgcm]/MITgcm/verification/bottom_ctrl_5x5/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/bottom_ctrl_5x5/input_ad/data

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


Revision 1.3 - (show annotations) (download)
Mon Jun 25 18:07:47 2012 UTC (11 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63o
Changes since 1.2: +2 -0 lines
Cosmetic change (and for later use).

1 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef=4.,4.,4.,4.,
5 sRef=35.,35.,35.,35.,
6 viscAz=1.E-1,
7 viscAh=1.E5,
8 # viscA4=1.E16,
9 # useJamartWetPoints=.TRUE.,
10 no_slip_sides=.FALSE.,
11 no_slip_bottom=.TRUE.,
12 diffKhT=4.E2,
13 diffKzT=1.E-4,
14 diffKhS=0.0,
15 diffKzS=3.E-5,
16 f0=-1.1914E-04,
17 beta=1.3094E-11,
18 tAlpha=2.E-4,
19 # sBeta =7.4E-4,
20 sBeta = 0.,
21 gravity=9.81,
22 gBaro=9.81,
23 rigidLid=.FALSE.,
24 implicitFreeSurface=.TRUE.,
25 eosType='LINEAR',
26 writeStatePrec=64,
27 writeBinaryPrec=64,
28 readBinaryPrec=64,
29 hFacMin=.05,
30 smoothAbsFuncRange = -1.e-2,
31 nonlinFreeSurf=0,
32 exactConserv=.FALSE.,
33 #momAdvection = .false.,
34 #momViscosity = .false.,
35 #momPressureForcing = .false.,
36 &
37
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=100,
42 cg2dTargetResidual=1.E-13,
43 &
44 # Time stepping parameters
45 &PARM03
46 nIter0=0,
47 nTimeSteps=100,
48 #startTime = 0.,
49 #endTime = 7776000,
50 deltaTmom=3600.0,
51 deltaTtracer=3600.0,
52 abEps=0.1,
53 pChkptFreq= 7776000.0,
54 chkptFreq= 0.0,
55 #dumpFreq= 1.0,
56 monitorFreq = 43200.,
57 monitorSelect=1,
58 &
59 # Gridding parameters
60 &PARM04
61 usingCartesianGrid=.TRUE.,
62 usingSphericalPolarGrid=.FALSE.,
63 delX=5*200.E3,
64 delY=5*200.E3,
65 # 1 layer
66 #delZ=5001.,500.,500.,500.,
67 # 2 layers
68 #delZ=1000.,5000.,500.,5000.,
69 # 4 layers
70 delZ=100.,400.,500.,5000.,
71 #delZ=1000.,1500.,1500.,1500.,
72 &
73 &PARM05
74 #bathyFile='walls.bigRidge',
75 bathyFile='noWalls.bigRidge',
76 #bathyFile='box.bigRidge',
77 #bathyFile='meridchannel.bigRidge',
78 hydrogThetaFile=,
79 hydrogSaltFile=,
80 zonalWindFile='windx.sin_y',
81 meridWindFile=,
82 surfQFile=,
83 EmPmRFile=,
84 &

  ViewVC Help
Powered by ViewVC 1.1.22