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

Contents of /MITgcm/verification/global_with_exf/input_ad/data

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


Revision 1.1 - (show annotations) (download)
Tue Feb 17 12:35:48 2015 UTC (9 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
New light-weight verification for exf, cal

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 rotationPeriod=86400.,
17 gravity=9.81,
18 eosType = 'JMD95Z',
19 ivdc_kappa=100.,
20 implicitDiffusion=.TRUE.,
21 allowFreezing=.TRUE.,
22 useRealFreshWaterFlux=.TRUE.,
23 useCDscheme=.TRUE.,
24 useNHMTerms=.TRUE.,
25 # turn on looped cells
26 hFacMin=.05,
27 hFacMindr=50.,
28 # set precision of data files
29 readBinaryPrec=32,
30 #- not safe to use globalFiles in multi-processors runs
31 #globalfiles=.TRUE.
32 ## usesinglecpuio=.TRUE.
33 &
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 # 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 # asynchronous time stepping
56 # deltaTfreesurf = 172800.0,
57 abEps = 0.1,
58 pChkptFreq= 311040000.,
59 dumpFreq= 311040000.,
60 monitorFreq=1.,
61 &
62
63 # Gridding parameters
64 &PARM04
65 usingSphericalPolarGrid=.TRUE.,
66 delR= 50., 70., 100., 140., 190.,
67 240., 290., 340., 390., 440.,
68 490., 540., 590., 640., 690.,
69 ygOrigin=-80.,
70 dySpacing=4.,
71 dxSpacing=4.,
72 &
73
74 # Input datasets
75 &PARM05
76 bathyFile= 'bathymetry.bin',
77 hydrogThetaFile='lev_t.bin',
78 hydrogSaltFile= 'lev_s.bin',
79 &

  ViewVC Help
Powered by ViewVC 1.1.22