/[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.1 - (show annotations) (download)
Wed Jun 7 02:00:01 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58i_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58m_post
Adding verification for 5x5 box (4-layer) bottom topography control

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=1.0,
55 &
56 # Gridding parameters
57 &PARM04
58 usingCartesianGrid=.TRUE.,
59 usingSphericalPolarGrid=.FALSE.,
60 delX=5*200E3,
61 delY=5*200E3,
62 # 1 layer
63 #delZ=5001.,500.,500.,500.,
64 # 2 layers
65 #delZ=1000.,5000.,500.,5000.,
66 # 4 layers
67 delZ=100.,400.,500.,5000.,
68 #delZ=1000.,1500.,1500.,1500.,
69 &
70 &PARM05
71 #bathyFile='walls.bigRidge',
72 bathyFile='noWalls.bigRidge',
73 #bathyFile='box.bigRidge',
74 #bathyFile='meridchannel.bigRidge',
75 hydrogThetaFile=,
76 hydrogSaltFile=,
77 zonalWindFile='windx.sin_y',
78 meridWindFile=,
79 surfQFile=,
80 EmPmRFile=,
81 &

  ViewVC Help
Powered by ViewVC 1.1.22