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

Contents of /MITgcm/verification/ideal_2D_oce/input/data

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


Revision 1.6 - (show annotations) (download)
Thu Mar 2 02:02:58 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59i, checkpoint59h, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.5: +1 -0 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 18.8, 16.3, 13.1, 10.4, 8.1, 6.0, 4.5,
8 3.4, 2.7, 2.2, 1.8, 1.5, 1.2, 1.0, 0.9,
9 sRef= 15*34.7,
10 cosPower=1.,
11 viscAr=1.E-3,
12 viscAh=12.E5,
13 no_slip_sides=.FALSE.,
14 no_slip_bottom=.TRUE.,
15 bottomDragLinear=1.E-3,
16 #diffK4T=2.E12,
17 diffKhT=0.E3,
18 diffKrNrT=1.E-4, 14*1.E-5,
19 ivdc_kappa=100.,
20 implicitDiffusion=.TRUE.,
21 eosType='LINEAR',
22 tAlpha=2.E-4,
23 sBeta =0.E-4,
24 saltStepping=.FALSE.,
25 rotationPeriod=86400.,
26 gravity=9.81,
27 rhonil=1035.,
28 implicitFreeSurface=.TRUE.,
29 exactConserv=.TRUE.,
30 staggerTimeStep=.TRUE.,
31 useCDscheme=.TRUE.,
32 readBinaryPrec=64,
33 tempAdvScheme=77,
34 usePickupBeforeC54=.TRUE.,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 #cg2dTargetResidual=1.E-13,
41 cg2dTargetResWunit=1.E-17,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 niter0=36000,
47 nTimeSteps=20,
48 #endTime=3110400000.,
49 deltaTmom=1200.0,
50 deltaTfreesurf=3600.0,
51 deltaTtracer=86400.0,
52 deltaTClock =86400.0,
53 abEps=0.1,
54 tauCD=321428.,
55 tauThetaClimRelax=2592000.0,
56 chkptFreq=0.0,
57 pChkptFreq=3110400000.0,
58 taveFreq=1555200000.0,
59 dumpFreq=1555200000.0,
60 diagFreq=1555200000.0,
61 #monitorFreq=31104000.0,
62 monitorFreq=1.0,
63 &
64
65 # Gridding parameters
66 &PARM04
67 usingCartesianGrid=.FALSE.,
68 usingSphericalPolarGrid=.TRUE.,
69 delRc= 20., 60., 85., 120., 165., 215., 265., 315.,
70 365., 415., 465., 515., 565., 615., 665., 350.,
71 phiMin=-84.,
72 delY=56*3,
73 delX=1*3,
74 &
75
76 # Input datasets
77 &PARM05
78 bathyFile='topo_sl.bin',
79 zonalWindFile='taux_sl.bin',
80 thetaClimFile='sst_sl.bin',
81 &

  ViewVC Help
Powered by ViewVC 1.1.22