/[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.2 - (show annotations) (download)
Tue May 18 21:48:39 2010 UTC (13 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62g, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.1: +6 -5 lines
reduce number of monitor output (Freq=12.h).

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 #momAdvection = .false.,
32 #momViscosity = .false.,
33 #momPressureForcing = .false.,
34 &
35
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=100,
40 cg2dTargetResidual=1.E-13,
41 &
42 # Time stepping parameters
43 &PARM03
44 nIter0=0,
45 nTimeSteps=100,
46 #startTime = 0.,
47 #endTime = 7776000,
48 deltaTmom=3600.0,
49 deltaTtracer=3600.0,
50 abEps=0.1,
51 pChkptFreq= 7776000.0,
52 chkptFreq= 0.0,
53 #dumpFreq= 1.0,
54 monitorFreq = 43200.,
55 monitorSelect=1,
56 &
57 # Gridding parameters
58 &PARM04
59 usingCartesianGrid=.TRUE.,
60 usingSphericalPolarGrid=.FALSE.,
61 delX=5*200.E3,
62 delY=5*200.E3,
63 # 1 layer
64 #delZ=5001.,500.,500.,500.,
65 # 2 layers
66 #delZ=1000.,5000.,500.,5000.,
67 # 4 layers
68 delZ=100.,400.,500.,5000.,
69 #delZ=1000.,1500.,1500.,1500.,
70 &
71 &PARM05
72 #bathyFile='walls.bigRidge',
73 bathyFile='noWalls.bigRidge',
74 #bathyFile='box.bigRidge',
75 #bathyFile='meridchannel.bigRidge',
76 hydrogThetaFile=,
77 hydrogSaltFile=,
78 zonalWindFile='windx.sin_y',
79 meridWindFile=,
80 surfQFile=,
81 EmPmRFile=,
82 &

  ViewVC Help
Powered by ViewVC 1.1.22