/[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.5 - (show annotations) (download)
Wed Mar 31 01:36:01 2004 UTC (20 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint56b_post, checkpoint54d_post, checkpoint54e_post, checkpoint55, checkpoint54, checkpoint56, checkpoint53, checkpoint54f_post, checkpoint55i_post, checkpoint55c_post, checkpoint53d_post, checkpoint54b_post, checkpoint52m_post, checkpoint55g_post, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint53g_post, checkpoint56a_post, checkpoint53f_post, checkpoint52n_post, checkpoint53b_pre, checkpoint55a_post, checkpoint53b_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post
Changes since 1.4: +1 -0 lines
Modified verification/global_with_exf/input/data

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

  ViewVC Help
Powered by ViewVC 1.1.22