/[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.4 - (show annotations) (download)
Tue Jul 17 21:20:27 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint65, 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, HEAD
Changes since 1.3: +3 -2 lines
change cg2d residual target to be expressed in Wunits
  (=> do not normalise RHS ; this fix global_max Pb with TAF)

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

  ViewVC Help
Powered by ViewVC 1.1.22