/[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.3 - (show annotations) (download)
Thu Apr 17 13:55:03 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50c_post, checkpoint50c_pre, checkpoint50d_pre, checkpoint51, checkpoint50d_post, checkpoint51f_post, checkpoint51d_post, checkpoint51j_post, checkpoint51b_pre, checkpoint51h_pre, checkpoint50f_post, checkpoint50f_pre, branchpoint-genmake2, checkpoint51i_post, checkpoint51b_post, checkpoint51c_post, checkpoint50g_post, checkpoint50h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint50e_post, checkpoint51e_post, checkpoint51f_pre, checkpoint51g_post, checkpoint50b_post, checkpoint51a_post
Branch point for: branch-genmake2
Changes since 1.2: +1 -0 lines
new flag "useCDscheme" set to TRUE (default=F);

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

  ViewVC Help
Powered by ViewVC 1.1.22