/[MITgcm]/MITgcm/verification/global_with_CFC11/input/DATA_CFC11
ViewVC logotype

Annotation of /MITgcm/verification/global_with_CFC11/input/DATA_CFC11

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


Revision 1.1.2.2 - (hide annotations) (download)
Thu May 1 19:57:50 2003 UTC (21 years ago) by dimitri
Branch: release1
CVS Tags: release1_p16, release1_p17, release1_p15
Branch point for: release1_50yr
Changes since 1.1.2.1: +1 -12 lines
Modified release1/verification/global_with_CFC11/input/DATA_CFC11 and data

1 dimitri 1.1.2.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     ivdc_kappa=100.,
19     implicitDiffusion=.TRUE.,
20     allowFreezing=.TRUE.,
21     useRealFreshWaterFlux=.TRUE.,
22     # turn on looped cells
23     hFacMin=.05,
24     hFacMindr=50.,
25     # set precision of data files
26     readBinaryPrec=32,
27     tr1Stepping=.TRUE.
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     startTime = 0.,
39     endTime = 2209032000.,
40     deltaTmom = 1200.0,
41     tauCD = 321428.,
42     deltaTtracer= 43200.0,
43     deltaTClock = 43200.0,
44     # if you are using a version later than checkpoint45d on the main branch
45     # you can uncomment the following line and increase the time step
46     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
47     # asynchronous time stepping
48     # deltaTfreesurf = 172800.0,
49     abEps = 0.1,
50     pChkptFreq= 0.,
51     dumpFreq= 2629800.,
52 dimitri 1.1.2.2 tr1dumpFreq=2629800.,
53 dimitri 1.1.2.1 taveFreq= 2629800.,
54     monitorFreq=0.,
55     # 2 months restoring timescale for temperature
56     tauThetaClimRelax = 5184000.0,
57     # 6 months restoring timescale for salinity
58     tauSaltClimRelax = 15552000.0,
59     periodicExternalForcing=.TRUE.,
60     externForcingPeriod=2592000.,
61     externForcingCycle=31104000.,
62     &
63    
64     # Gridding parameters
65     &PARM04
66     usingCartesianGrid=.FALSE.,
67     usingSphericalPolarGrid=.TRUE.,
68     delR= 50., 70., 100., 140., 190.,
69     240., 290., 340., 390., 440.,
70     490., 540., 590., 640., 690.,
71     phiMin=-80.,
72     dySpacing=4.,
73     dxSpacing=4.,
74     &
75    
76     # Input datasets
77     &PARM05
78     bathyFile= 'bathymetry.bin',
79     hydrogThetaFile='lev_t.bin',
80     hydrogSaltFile= 'lev_s.bin',
81     &

  ViewVC Help
Powered by ViewVC 1.1.22