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

Diff of /MITgcm/verification/global_with_CFC11/input/DATA_CFC11

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

revision 1.1 by dimitri, Thu May 1 18:18:29 2003 UTC revision 1.1.2.2 by dimitri, Thu May 1 19:57:50 2003 UTC
# Line 0  Line 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     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     tr1dumpFreq=2629800.,
53     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     &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.22