/[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.8 - (show annotations) (download)
Tue Jan 27 15:38:48 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61n, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i
Changes since 1.7: +3 -4 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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 pickupStrictlyMatch=.FALSE.,
57 chkptFreq=0.0,
58 pChkptFreq=3110400000.0,
59 taveFreq=1555200000.0,
60 dumpFreq=1555200000.0,
61 diagFreq=1555200000.0,
62 #monitorFreq=31104000.0,
63 monitorFreq=1.0,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingSphericalPolarGrid=.TRUE.,
69 delRc= 20., 60., 85., 120., 165., 215., 265., 315.,
70 365., 415., 465., 515., 565., 615., 665., 350.,
71 ygOrigin=-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