/[MITgcm]/MITgcm_contrib/rpa_layers/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/rpa_layers/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Sep 15 23:25:31 2009 UTC (15 years, 10 months ago) by rpa
Branch: MAIN
CVS Tags: HEAD
examples for layers package

1 rpa 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     # diffusion parameters
8     viscAh=5.E4,
9     viscAr=1.E-3,
10     diffKrT=1.E-5,
11     diffKrS=1.E-5,
12     # also using GM, so are these even used?
13     diffKhT=1.E3,
14     diffKhS=1.E3,
15     # initial vertical profiles
16     tRef = 9.5123, 8.8692, 8.0252, 6.9768, 5.7695, 4.5384, 3.3960, 2.4171, 1.6365, 1.0540, 0.6457, 0.3763,
17     # tRef = 12*10.,
18     sRef = 12*35.,
19     # equation of state stuff
20     eosType = 'LINEAR',
21     tAlpha=2.E-4,
22     sBeta =0.E-4,
23     # boundary conditions
24     no_slip_sides=.TRUE.,
25     no_slip_bottom=.TRUE.,
26     bottomDragLinear = 1.E-2,
27     # physical parameters
28     f0=-1E-4,
29     beta=1.E-11,
30     gravity=9.81,
31     # use implicit diffusion convective adjustment
32     ivdc_kappa=1.,
33     implicitDiffusion=.TRUE.,
34     implicitViscosity=.TRUE.,
35     # don't really understand this stuff
36     exactConserv=.TRUE.,
37     # useCDscheme=.TRUE.,
38     # turn on looped cells
39     hFacMin=.05,
40     hFacMindr=50.,
41     # file IO stuff
42     readBinaryPrec=64,
43     useSingleCpuIO=.TRUE.,
44     debugLevel=1,
45     &
46    
47     # Elliptic solver parameters
48     &PARM02
49     cg2dMaxIters=500,
50     cg2dTargetResidual=1.E-9,
51     &
52    
53     # Time stepping parameters
54     &PARM03
55     nIter0= 0,
56     # nIter0= 876000,
57     # nTimeSteps = 8,
58     nTimeSteps = 175200,
59     # nTimeSteps = 1752000,
60     deltaT = 1800.,
61     # tauCD = 321428.,
62     pChkptFreq= 315360000.,
63     taveFreq= 31536000.,
64     dumpFreq= 31536000.,
65     monitorFreq=31536000.,
66     # dumpInitAndLast=.TRUE.,
67     # 2 months restoring timescale for temperature
68     tauThetaClimRelax= 5184000.,
69     &
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.TRUE.,
74     delR= 50., 70., 100., 140., 190., 240., 290., 340., 390., 440., 490., 540.,
75     delX = 5*2.e5,
76     delY = 22*2.e5,
77     &
78    
79     # Input datasets
80     &PARM05
81     bathyFile= 'bathy_chan_005x022.bin',
82     zonalWindFile= 'taux_chan_005x022.bin',
83     thetaClimFile= 'Trelax_chan_005x022.bin',
84     &

  ViewVC Help
Powered by ViewVC 1.1.22