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

Annotation of /MITgcm/verification/global_with_exf/input/data

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


Revision 1.9 - (hide annotations) (download)
Tue Jan 27 15:38:48 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62a, checkpoint62, checkpoint62b, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.8: +1 -2 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

1 heimbach 1.2 # ====================
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 jmc 1.8 diffKhT=0.0,
12 heimbach 1.2 diffKrT=3.E-5,
13 jmc 1.8 diffKhS=0.0,
14 heimbach 1.2 diffKrS=3.E-5,
15     rhonil=1035.,
16 jmc 1.8 rotationPeriod=86400.,
17 heimbach 1.2 gravity=9.81,
18     eosType = 'POLY3',
19     ivdc_kappa=100.,
20     implicitDiffusion=.TRUE.,
21     allowFreezing=.TRUE.,
22     useRealFreshWaterFlux=.TRUE.,
23 jmc 1.3 useCDscheme=.TRUE.,
24 jmc 1.4 useNHMTerms=.TRUE.,
25 heimbach 1.2 # turn on looped cells
26     hFacMin=.05,
27     hFacMindr=50.,
28     # set precision of data files
29     readBinaryPrec=32,
30 jmc 1.7 #- not safe to use globalFiles in multi-processors runs
31     #globalfiles=.TRUE.
32 dimitri 1.6 usesinglecpuio=.TRUE.
33 heimbach 1.2 &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=500,
38     cg2dTargetResidual=1.E-13,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     nIter0 = 0,
44     nTimeSteps = 20,
45     # 100 years of integration will yield a reasonable flow field
46     # startTime = 0.,
47     # endTime = 3110400000.,
48     deltaTmom = 1200.0,
49     tauCD = 321428.,
50     deltaTtracer= 43200.0,
51     deltaTClock = 43200.0,
52     # if you are using a version later than checkpoint45d on the main branch
53 jmc 1.8 # you can uncomment the following line and increase the time step
54     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
55 heimbach 1.2 # asynchronous time stepping
56     # deltaTfreesurf = 172800.0,
57     abEps = 0.1,
58     pChkptFreq= 311040000.,
59     dumpFreq= 311040000.,
60     dumpFreq= 864000.,
61     taveFreq= 311040000.,
62     taveFreq= 864000.,
63     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     usingSphericalPolarGrid=.TRUE.,
73 jmc 1.8 delR= 50., 70., 100., 140., 190.,
74     240., 290., 340., 390., 440.,
75 heimbach 1.2 490., 540., 590., 640., 690.,
76 jmc 1.9 ygOrigin=-80.,
77 heimbach 1.2 dySpacing=4.,
78     dxSpacing=4.,
79     &
80    
81     # Input datasets
82     &PARM05
83     bathyFile= 'bathymetry.bin',
84     hydrogThetaFile='lev_t.bin',
85     hydrogSaltFile= 'lev_s.bin',
86     &

  ViewVC Help
Powered by ViewVC 1.1.22