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

Contents of /MITgcm/verification/vermix/input/data

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


Revision 1.2 - (show annotations) (download)
Thu Aug 21 18:12:43 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61c, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61x
Changes since 1.1: +3 -3 lines
switch from LINEAR EOS to MDJWF :
 - make tests of vertical mixing pkg more selective
 - MDJWF EOS was not tested in any experiment.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=20*1.,
8 sRef=20*35.,
9 viscA4=0.0E4,
10 viscAh=0.E-2,
11 viscAz=1.E-4,
12 no_slip_sides=.TRUE.,
13 no_slip_bottom=.TRUE.,
14 diffK4T=0.E4,
15 diffKhT=0.E-2,
16 diffKzT=1.E-5,
17 diffK4S=0.E4,
18 diffKhS=0.E-2,
19 diffKzS=1.E-5,
20 f0=1.4e-4,
21 beta=0.E-11,
22 tAlpha=2.E-4,
23 sBeta =0.E-4,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 #ivdc_kappa=10.,
27 implicitDiffusion=.TRUE.,
28 implicitViscosity=.TRUE.,
29 #eosType='LINEAR',
30 eosType='MDJWF',
31 hFacMin=0.05,
32 readBinaryPrec=64,
33 bottomDragLinear=0.E-4,
34 debugLevel=1,
35 tempAdvection=.FALSE.,
36 tempAdvScheme=33,
37 &
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=300,
42 cg2dTargetResidual=1.E-13,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 niter0=0,
48 nTimeSteps=20,
49 #nTimeSteps=720,
50 #nTimeSteps=8640,
51 deltaT=1200.0,
52 #cAdjFreq=-1.,
53 abEps=0.01,
54 pChkptFreq=0.0,
55 chkptFreq=0.0,
56 taveFreq=86400.0,
57 dumpFreq=86400.0,
58 #dumpFreq=1.0,
59 monitorFreq=86400.,
60 monitorFreq=1.,
61 &
62
63 # Gridding parameters
64 &PARM04
65 usingCartesianGrid=.TRUE.,
66 usingSphericalPolarGrid=.FALSE.,
67 dXspacing=5000,
68 dYspacing=5000.,
69 delZ=20*50,
70 &
71
72 # Input datasets
73 &PARM05
74 hydrogThetaFile='T.init',
75 #hydrogThetaFile='Tinstable.init',
76 hydrogThetaFile='Tstable2.init',
77 surfQfile='Qnet.forcing',
78 zonalWindFile='taux.forcing',
79 &

  ViewVC Help
Powered by ViewVC 1.1.22