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

Annotation of /MITgcm_contrib/ocean_inversion_project/input/data

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


Revision 1.2 - (hide annotations) (download)
Tue Sep 23 04:34:23 2003 UTC (21 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +7 -20 lines
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 dimitri 1.2 nTimeSteps = 540000,
40 dimitri 1.1 deltaTmom = 1200.0,
41     tauCD = 321428.,
42 dimitri 1.2 deltaTfreesurf = 175320.0,
43     deltaTtracer = 175320.0,
44     deltaTClock = 175320.0,
45 dimitri 1.1 abEps = 0.1,
46 dimitri 1.2 monitorFreq=31557600.,
47     dumpFreq =315576000.,
48     pChkptFreq =3155760000.,
49 dimitri 1.1 # 2 months restoring timescale for temperature
50     tauThetaClimRelax = 5184000.0,
51     # 6 months restoring timescale for salinity
52     tauSaltClimRelax = 15552000.0,
53     &
54    
55     # Gridding parameters
56     &PARM04
57     usingCartesianGrid=.FALSE.,
58     usingSphericalPolarGrid=.TRUE.,
59     delR= 50., 70., 100., 140., 190.,
60     240., 290., 340., 390., 440.,
61     490., 540., 590., 640., 690.,
62     phiMin=-80.,
63     dySpacing=4.,
64     dxSpacing=4.,
65     &
66    
67     # Input datasets
68     &PARM05
69     bathyFile= 'bathymetry.bin',
70     hydrogThetaFile='lev_t.bin',
71     hydrogSaltFile= 'lev_s.bin',
72     &

  ViewVC Help
Powered by ViewVC 1.1.22