/[MITgcm]/MITgcm/verification/dome/input/data
ViewVC logotype

Contents of /MITgcm/verification/dome/input/data

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


Revision 1.12 - (show annotations) (download)
Thu Dec 9 19:02:15 2010 UTC (13 years, 5 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, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, 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, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, HEAD
Changes since 1.11: +2 -1 lines
comment out "globalFile=T" (not safe with MPI, e.g., wrong on aces).
  note: was commented out in Nov 2005 in other exp. tested with MPI.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 Tref = -0.194175, -0.582524, -0.970874, -1.35922, -1.74757,
8 -2.13592, -2.52427, -2.91262, -3.30097, -3.68932,
9 -4.07767, -4.46602, -4.85437, -5.24272, -5.63107,
10 -6.01942, -6.40777, -6.79612, -7.18447, -7.57282,
11 -7.96117, -8.34951, -8.73786, -9.12621, -9.51456,
12 sRef= 25*1.,
13 viscAr=5.E-1,
14 viscAh=0.0E0,
15 no_slip_sides=.TRUE.,
16 no_slip_bottom=.TRUE.,
17 #- a trick to recover old version of side-drag:
18 #sideDragFactor=0.,
19 bottomDragQuadratic=2.E-3,
20 viscA4=0.E12,
21 viscC4Leith=1.458198138065,
22 useAreaViscLength=.TRUE.,
23 diffKhT=0.E0,
24 diffKrT=0.E-2,
25 diffKhS=0.E0,
26 diffKrS=0.E-2,
27 f0=1.0e-4,
28 beta=0.E-11,
29 tAlpha=2.E-4,
30 sBeta =0.E-4,
31 gravity=9.81,
32 rhonil=1030.0,
33 rigidLid=.FALSE.,
34 implicitFreeSurface=.TRUE.,
35 eosType='LINEAR',
36 hFacMin=0.2,
37 #nonHydrostatic=.TRUE.,
38 vectorInvariantMomentum=.TRUE.,
39 staggerTimeStep=.TRUE.,
40 tempAdvScheme=77,
41 saltAdvScheme=77,
42 readBinaryPrec=64,
43 writeBinaryPrec=64,
44 writeStatePrec=64,
45 #- not safe to use globalFiles in multi-processors runs
46 #globalFiles=.TRUE.,
47 &
48
49 # Elliptic solver parameters
50 &PARM02
51 cg2dMaxIters=1000,
52 cg2dTargetResidual=1.E-11,
53 cg3dMaxIters=10,
54 cg3dTargetResidual=1.E-13,
55 &
56
57 # Time stepping parameters
58 &PARM03
59 nIter0=0,
60 #nTimeSteps=12000,
61 nTimeSteps=20,
62 deltaT=300.,
63 abEps=0.1,
64 pChkptFreq=0.0,
65 chkptFreq=100000.0,
66 dumpFreq=30000.,
67 #cAdjFreq=30.,
68 #monitorFreq=6000.,
69 monitorFreq=300.,
70 monitorSelect=2,
71 &
72
73 # Gridding parameters
74 &PARM04
75 usingCartesianGrid=.TRUE.,
76 # delXfile='delXvar',
77 delX=200*10000.0,
78 delYfile='delYvar',
79 delR = 25*144.0,
80 &
81
82 # Input datasets
83 &PARM05
84 hydrogThetaFile='T.init',
85 bathyFile='topog.slope',
86 &

  ViewVC Help
Powered by ViewVC 1.1.22