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

Contents of /MITgcm/verification/global_with_exf/input/data

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


Revision 1.7 - (show annotations) (download)
Sun Nov 6 02:14:29 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint58, checkpoint58a_post, checkpoint57z_post, checkpoint57y_pre, checkpoint57x_post
Changes since 1.6: +2 -1 lines
comment out globalFiles=.TRUE.

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 useCDscheme=.TRUE.,
23 useNHMTerms=.TRUE.,
24 # turn on looped cells
25 hFacMin=.05,
26 hFacMindr=50.,
27 # set precision of data files
28 readBinaryPrec=32,
29 #- not safe to use globalFiles in multi-processors runs
30 #globalfiles=.TRUE.
31 usesinglecpuio=.TRUE.
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=500,
37 cg2dTargetResidual=1.E-13,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 nIter0 = 0,
43 nTimeSteps = 20,
44 # 100 years of integration will yield a reasonable flow field
45 # startTime = 0.,
46 # endTime = 3110400000.,
47 deltaTmom = 1200.0,
48 tauCD = 321428.,
49 deltaTtracer= 43200.0,
50 deltaTClock = 43200.0,
51 # if you are using a version later than checkpoint45d on the main branch
52 # you can uncomment the following line and increase the time step
53 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
54 # asynchronous time stepping
55 # deltaTfreesurf = 172800.0,
56 abEps = 0.1,
57 pChkptFreq= 311040000.,
58 dumpFreq= 311040000.,
59 dumpFreq= 864000.,
60 taveFreq= 311040000.,
61 taveFreq= 864000.,
62 monitorFreq=1.,
63 # 2 months restoring timescale for temperature
64 tauThetaClimRelax = 5184000.0,
65 # 6 months restoring timescale for salinity
66 tauSaltClimRelax = 15552000.0,
67 &
68
69 # Gridding parameters
70 &PARM04
71 usingCartesianGrid=.FALSE.,
72 usingSphericalPolarGrid=.TRUE.,
73 delR= 50., 70., 100., 140., 190.,
74 240., 290., 340., 390., 440.,
75 490., 540., 590., 640., 690.,
76 phiMin=-80.,
77 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