/[MITgcm]/MITgcm_contrib/ocean_inversion_project/input/data.1765-2005.1
ViewVC logotype

Annotation of /MITgcm_contrib/ocean_inversion_project/input/data.1765-2005.1

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


Revision 1.2 - (hide annotations) (download)
Thu Dec 18 06:11:14 2003 UTC (21 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -6 lines
bug fix to pkg/cal/cal_toseconds.F
and length-of-year change to ocean_inversion_project/*

1 dimitri 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 15*20.,
8     sRef = 15*35.,
9     viscAr=1.E-3,
10     viscAh=5.E5,
11     diffKhT=0.0,
12     diffKrT=3.E-5,
13     diffKhS=0.0,
14     diffKrS=3.E-5,
15     rhonil=1035.,
16     gravity=9.81,
17     eosType = 'POLY3',
18     implicitDiffusion=.TRUE.,
19     implicitViscosity=.TRUE.,
20     allowFreezing=.TRUE.,
21     useRealFreshWaterFlux=.TRUE.,
22     useCDscheme=.TRUE.,
23     # turn on looped cells
24     hFacMin=.05,
25     hFacMindr=50.,
26     # set precision of data files
27     readBinaryPrec=32,
28     readBinaryPrec=32,
29     globalFiles = .TRUE.
30     useSingleCpuIO = .TRUE.
31     debugLevel = 0
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=500,
37     cg2dTargetResidual=1.E-13,
38     &
39    
40     # Time stepping parameters
41     &PARM03
42     nIter0 = 0,
43     nTimeSteps = 41400,
44     deltaTmom = 1200.0,
45     tauCD = 321428.,
46 dimitri 1.2 deltaTfreesurf = 175316.0,
47     deltaTtracer = 175316.0,
48     deltaTClock = 175316.0,
49 dimitri 1.1 abEps = 0.1,
50 dimitri 1.2 monitorFreq=31556880.,
51     taveFreq =315568800.,
52     pChkptFreq =3629041200.,
53 dimitri 1.1 # 2 months restoring timescale for temperature
54     tauThetaClimRelax = 5184000.0,
55     # 6 months restoring timescale for salinity
56     tauSaltClimRelax = 15552000.0,
57     &
58    
59     # Gridding parameters
60     &PARM04
61     usingCartesianGrid=.FALSE.,
62     usingSphericalPolarGrid=.TRUE.,
63     delR= 50., 70., 100., 140., 190.,
64     240., 290., 340., 390., 440.,
65     490., 540., 590., 640., 690.,
66     phiMin=-80.,
67     dySpacing=4.,
68     dxSpacing=4.,
69     &
70    
71     # Input datasets
72     &PARM05
73     bathyFile= 'bathymetry.bin',
74     hydrogThetaFile='lev_t.bin',
75     hydrogSaltFile= 'lev_s.bin',
76     &

  ViewVC Help
Powered by ViewVC 1.1.22