/[MITgcm]/MITgcm_contrib/ocean_inversion_project/input/data.test
ViewVC logotype

Annotation of /MITgcm_contrib/ocean_inversion_project/input/data.test

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


Revision 1.1 - (hide annotations) (download)
Tue Sep 23 04:34:24 2003 UTC (21 years, 10 months ago) by dimitri
Branch: MAIN
o Mods and bug fixes to pkg/cal and pkg/exf needed for computation
  of tracer Green's fucntions for 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     &
29    
30     # Elliptic solver parameters
31     &PARM02
32     cg2dMaxIters=500,
33     cg2dTargetResidual=1.E-13,
34     &
35    
36     # Time stepping parameters
37     &PARM03
38     nIter0 = 0,
39     nTimeSteps = 20,
40     # 100 years of integration will yield a reasonable flow field
41     # startTime = 0.,
42     # endTime = 3110400000.,
43     deltaTmom = 1200.0,
44     tauCD = 321428.,
45     # deltaTtracer= 43200.0,
46     # deltaTClock = 43200.0,
47     # deltaTtracer= 42750
48     # deltaTClock = 42750
49     # if you are using a version later than checkpoint45d on the main branch
50     # you can uncomment the following line and increase the time step
51     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52     # asynchronous time stepping
53     # deltaTfreesurf = 172800.0,
54    
55     deltaTfreesurf = 175320.0,
56     deltaTtracer= 175320.0,
57     deltaTClock = 175320.0,
58    
59     abEps = 0.1,
60     # pChkptFreq= 311040000.,
61     dumpFreq= 3506400.,
62     monitorFreq=1.,
63     # 2 months restoring timescale for temperature
64     tauThetaClimRelax = 5184000.0,
65     # 6 months restoring timescale for salinity
66     tauSaltClimRelax = 15552000.0,
67     &
68    
69     # Gridding parameters
70     &PARM04
71     usingCartesianGrid=.FALSE.,
72     usingSphericalPolarGrid=.TRUE.,
73     delR= 50., 70., 100., 140., 190.,
74     240., 290., 340., 390., 440.,
75     490., 540., 590., 640., 690.,
76     phiMin=-80.,
77     dySpacing=4.,
78     dxSpacing=4.,
79     &
80    
81     # Input datasets
82     &PARM05
83     bathyFile= 'bathymetry.bin',
84     hydrogThetaFile='lev_t.bin',
85     hydrogSaltFile= 'lev_s.bin',
86     &

  ViewVC Help
Powered by ViewVC 1.1.22