/[MITgcm]/MITgcm/verification/global_with_exf/input/data
ViewVC logotype

Diff of /MITgcm/verification/global_with_exf/input/data

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

revision 1.1 by heimbach, Thu Nov 7 17:15:42 2002 UTC revision 1.2 by heimbach, Tue Nov 12 20:57:00 2002 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     &
28    
29    # Elliptic solver parameters
30     &PARM02
31     cg2dMaxIters=500,
32     cg2dTargetResidual=1.E-13,
33     &
34    
35    # Time stepping parameters
36     &PARM03
37     nIter0 =      0,
38     nTimeSteps = 20,
39    # 100 years of integration will yield a reasonable flow field
40    # startTime  =          0.,
41    # endTime    = 3110400000.,
42     deltaTmom = 1200.0,
43     tauCD =     321428.,
44     deltaTtracer= 43200.0,
45     deltaTClock = 43200.0,
46    # if you are using a version later than checkpoint45d on the main branch
47    # you can uncomment the following line and increase the time step
48    # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
49    # asynchronous time stepping
50    # deltaTfreesurf = 172800.0,
51     abEps = 0.1,
52     pChkptFreq= 311040000.,
53     dumpFreq=   311040000.,
54     dumpFreq=   864000.,
55     taveFreq=   311040000.,
56     taveFreq=   864000.,
57     monitorFreq=1.,
58    # 2 months restoring timescale for temperature
59     tauThetaClimRelax =  5184000.0,
60    # 6 months restoring timescale for salinity
61     tauSaltClimRelax = 15552000.0,
62     periodicExternalForcing=.TRUE.,
63     externForcingPeriod=2592000.,
64     externForcingCycle=31104000.,
65     &
66    
67    # Gridding parameters
68     &PARM04
69     usingCartesianGrid=.FALSE.,
70     usingSphericalPolarGrid=.TRUE.,
71     delR= 50., 70., 100., 140., 190.,
72           240., 290., 340., 390., 440.,
73           490., 540., 590., 640., 690.,
74     phiMin=-80.,
75     dySpacing=4.,
76     dxSpacing=4.,
77     &
78    
79    # Input datasets
80     &PARM05
81     bathyFile=      'bathymetry.bin',
82     hydrogThetaFile='lev_t.bin',
83     hydrogSaltFile= 'lev_s.bin',
84     &

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

  ViewVC Help
Powered by ViewVC 1.1.22