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

Contents of /MITgcm/verification/tutorial_plume_on_slope/input/data

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


Revision 1.1 - (show annotations) (download)
Thu Apr 20 16:45:12 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58m_post
tutorial_plume_on_slope : copied from "verification/plume_on_slope"

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=60*1.,
8 sRef=60*35.,
9 viscA4=0.0E4,
10 viscAh=1.E-2,
11 viscAz=1.E-3,
12 no_slip_sides=.TRUE.,
13 no_slip_bottom=.TRUE.,
14 diffK4T=0.E4,
15 diffKhT=0.E-2,
16 diffKzT=0.E-3,
17 diffK4S=0.E4,
18 diffKhS=1.E-2,
19 diffKzS=1.E-5,
20 f0=0.e-4,
21 beta=0.E-11,
22 tAlpha=2.E-4,
23 sBeta =0.E-4,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='LINEAR',
27 hFacMin=0.05,
28 nonHydrostatic=.TRUE.,
29 readBinaryPrec=64,
30 #- not safe to use globalFiles in multi-processors runs
31 #globalFiles=.TRUE.,
32 bottomDragLinear=0.E-4,
33 tempAdvScheme=33,
34 &
35
36 # Elliptic solver parameters
37 &PARM02
38 cg2dMaxIters=300,
39 cg2dTargetResidual=1.E-13,
40 cg3dMaxIters=20,
41 cg3dTargetResidual=1.E-8,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 niter0=0,
47 nTimeSteps=20,
48 #nTimeSteps=8640,
49 deltaT=20.0,
50 abEps=0.01,
51 pChkptFreq=0.0,
52 chkptFreq=0.0,
53 dumpFreq=6000.0,
54 #taveFreq=864000.0,
55 monitorFreq=1.,
56 &
57
58 # Gridding parameters
59 &PARM04
60 usingCartesianGrid=.TRUE.,
61 usingSphericalPolarGrid=.FALSE.,
62 delXfile='dx.bin',
63 dYspacing=200.,
64 delZ=60*3.33333333333333333333333,
65 &
66
67 # Input datasets
68 &PARM05
69 bathyFile='topog.slope',
70 hydrogThetaFile='T.init',
71 surfQfile='Qnet.forcing',
72 #hydrogThetaFile='T.pickup',
73 #uVelInitFile='U.pickup',
74 #pSurfInitFile='Eta.pickup',
75 &

  ViewVC Help
Powered by ViewVC 1.1.22