/[MITgcm]/MITgcm_contrib/verification_other/global1x1_tot/input/data_10yr
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/global1x1_tot/input/data_10yr

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


Revision 1.1 - (show annotations) (download)
Sat Feb 4 02:45:03 2012 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
move un-tested set-up from MITgcm/verification/global1x1_tot to Contrib/verification_other

1 #
2 # ******************************
3 # Model parameters
4 # Continuous equation parameters
5 # ******************************
6 &PARM01
7 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11 4.0 , 3.0 , 2.0 ,
12 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13 34.90, 34.86, 34.78, 34.69, 34.60,
14 34.58, 34.62, 34.68, 34.72, 34.73,
15 34.74, 34.73, 34.73, 34.72, 34.72,
16 34.71, 34.70, 34.69,
17 no_slip_sides=.false.,
18 no_slip_bottom=.TRUE.,
19 viscAz=1.E-3,
20 viscAh=1.E4,
21 diffKhT=1.E3,
22 diffKzT=1.E-5,
23 diffKhS=1.E3,
24 diffKzS=1.E-5,
25 beta=1.E-11,
26 tAlpha=2.E-4,
27 sBeta =7.4E-4,
28 gravity=9.81,
29 gBaro=9.81,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.true.,
32 eosType='POLY3',
33 # GMkBackground=0000.d0,
34 readBinaryPrec=64,
35 writeBinaryPrec=32,
36 saltStepping=.TRUE.,
37 tempStepping=.TRUE.,
38 momStepping=.TRUE.,
39 # the following is c27
40 implicitDiffusion=.true.,
41 implicitViscosity=.true.,
42 allowFreezing=.false.,
43 useCDscheme=.true.,
44 debugLevel=1,
45 &
46
47 # **************************
48 # Elliptic solver parameters
49 # **************************
50 &PARM02
51 cg2dMaxIters=1000,
52 cg2dTargetResidual=1.E-13,
53 &
54
55 # ************************
56 # Time stepping parameters
57 # ************************
58 &PARM03
59 tauCD=172800.,
60 startTime=3600.0,
61 nTimeSteps=87614,
62 deltaTmom=3600.0,
63 deltaTtracer=3600.0,
64 deltaTClock =3600.0,
65 cAdjFreq=0.,
66 abEps=0.1,
67 pChkptFreq=31536000.0,
68 chkptFreq=31536000.0,
69 dumpFreq =31536000.0,
70 tauThetaClimRelax=0.,
71 tauSaltClimRelax=0.,
72 &
73
74 # *******************
75 # Gridding parameters
76 # *******************
77 &PARM04
78 usingCartesianGrid=.FALSE.,
79 usingSphericalPolarGrid=.TRUE.,
80 delX=360*1.E0,
81 delY=160*1.E0,
82 delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
83 phimin=-80.,
84 thetamin=0.,
85 &
86 # **********
87 # Data Files
88 # **********
89 &PARM05
90 bathyFile='bathy64.bin',
91 hydrogThetaFile='Lev.ptmp',
92 hydrogSaltFile='Lev.salt',
93 &

  ViewVC Help
Powered by ViewVC 1.1.22