/[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.3 - (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.2: +5 -5 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     &
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 dimitri 1.3 deltaTfreesurf = 175316.0,
56     deltaTtracer= 175316.0,
57     deltaTClock = 175316.0,
58 dimitri 1.1
59     abEps = 0.1,
60     # pChkptFreq= 311040000.,
61 dimitri 1.3 dumpFreq= 3506320.,
62     taveFreq= 3506320.,
63 dimitri 1.1 monitorFreq=1.,
64     # 2 months restoring timescale for temperature
65     tauThetaClimRelax = 5184000.0,
66     # 6 months restoring timescale for salinity
67     tauSaltClimRelax = 15552000.0,
68     &
69    
70     # Gridding parameters
71     &PARM04
72     usingCartesianGrid=.FALSE.,
73     usingSphericalPolarGrid=.TRUE.,
74     delR= 50., 70., 100., 140., 190.,
75     240., 290., 340., 390., 440.,
76     490., 540., 590., 640., 690.,
77     phiMin=-80.,
78     dySpacing=4.,
79     dxSpacing=4.,
80     &
81    
82     # Input datasets
83     &PARM05
84     bathyFile= 'bathymetry.bin',
85     hydrogThetaFile='lev_t.bin',
86     hydrogSaltFile= 'lev_s.bin',
87     &

  ViewVC Help
Powered by ViewVC 1.1.22