/[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.1 - (show annotations) (download)
Mon Oct 18 15:15:05 2004 UTC (19 years, 6 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint60, checkpoint61, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint56c_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57a_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61b, checkpoint58p_post, checkpoint61a, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post
o add a verification experiment "vermix" that tests 5 different vertical
  mixing schemes in a highly idealized 2D configuration: kpp (default),
  pp81, my82, ggl90, and opps.
  - foring: wind stress and surface heat flux
  - initially stable stratification (linear EOS) with on instability at
    the surface (no salinity)

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