/[MITgcm]/MITgcm/verification/internal_wave/input.kl10/data
ViewVC logotype

Contents of /MITgcm/verification/internal_wave/input.kl10/data

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


Revision 1.1 - (show annotations) (download)
Wed Jul 30 03:37:49 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
- add new pkg "kl10" for mixing due to internal wave breaking
  ( http://www.sciencedirect.com/science/article/pii/S1463500310000144 )
  tested in verification experiment verification/internal_wave/input.kl10/

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 Tref = 0.04842, 0.0433231, 0.0382263, 0.0331295,
8 0.0280326, 0.0229358, 0.0178389, 0.0127421,
9 0.00764526, 0.00254842, -0.00254842, -0.00764526,
10 -0.0127421, -0.0178389, -0.0229358, -0.0280326,
11 -0.0331295, -0.0382263, -0.0433231, -0.04842,
12 sRef= 20*35.,
13 viscAz=1.E-5,
14 viscAh=1.E-5,
15 no_slip_sides=.FALSE.,
16 no_slip_bottom=.FALSE.,
17 diffKhT=1.E-5
18 diffKzT=1.E-5,
19 implicitDiffusion=.TRUE.
20 implicitViscosity=.TRUE.
21 f0=0.0,
22 beta=0.E-11,
23 eosType='LINEAR',
24 tAlpha=2.E-4,
25 sBeta =0.E-4,
26 gravity=9.81,
27 implicitFreeSurface=.TRUE.,
28 exactConserv=.TRUE.
29 nonHydrostatic=.FALSE.,
30 hFacMin=0.2,
31 implicSurfPress=0.5,
32 implicDiv2DFlow=0.5,
33 nonlinFreeSurf=3,
34 hFacInf=0.2,
35 hFacSup=1.8,
36 saltStepping=.FALSE.,
37 #- not safe to use globalFiles in multi-processors runs
38 #globalFiles=.TRUE.,
39 readBinaryPrec=64,
40 writeBinaryPrec=64,
41 writeStatePrec=64,
42 &
43
44 # Elliptic solver parameters
45 &PARM02
46 cg2dMaxIters=1000,
47 cg2dTargetResidual=1.E-13,
48 cg3dMaxIters=400,
49 cg3dTargetResidual=1.E-13,
50 &
51
52 # Time stepping parameters
53 &PARM03
54 nIter0=0,
55 nTimeSteps=300,
56 deltaT=450.,
57 abEps=0.1,
58 pChkptFreq=0.,
59 chkptFreq=0.,
60 dumpFreq=86400.,
61 monitorFreq=7200.,
62 monitorSelect=2,
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingCartesianGrid=.TRUE.,
68 delXfile='delXvar',
69 delY=5.E3,
70 delZ=20*10.,
71 &
72
73 # Input datasets
74 &PARM05
75 hydrogThetaFile='T.init',
76 bathyFile='topog.slope',
77 &

  ViewVC Help
Powered by ViewVC 1.1.22