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

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

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


Revision 1.2 - (show annotations) (download)
Wed Feb 17 21:09:16 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, 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, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, HEAD
Changes since 1.1: +0 -4 lines
surface relaxation -- separating data and data.exf options

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 = 'POLY3',
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 useSRCGSolver = .TRUE.,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 nIter0 = 0,
45 nTimeSteps = 20,
46 # 100 years of integration will yield a reasonable flow field
47 # startTime = 0.,
48 # endTime = 3110400000.,
49 deltaTmom = 1200.0,
50 tauCD = 321428.,
51 deltaTtracer= 43200.0,
52 deltaTClock = 43200.0,
53 # if you are using a version later than checkpoint45d on the main branch
54 # you can uncomment the following line and increase the time step
55 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
56 # asynchronous time stepping
57 # deltaTfreesurf = 172800.0,
58 abEps = 0.1,
59 pChkptFreq= 311040000.,
60 dumpFreq= 311040000.,
61 dumpFreq= 864000.,
62 taveFreq= 311040000.,
63 taveFreq= 864000.,
64 monitorFreq=1.,
65 &
66
67 # Gridding parameters
68 &PARM04
69 usingSphericalPolarGrid=.TRUE.,
70 delR= 50., 70., 100., 140., 190.,
71 240., 290., 340., 390., 440.,
72 490., 540., 590., 640., 690.,
73 ygOrigin=-80.,
74 dySpacing=4.,
75 dxSpacing=4.,
76 &
77
78 # Input datasets
79 &PARM05
80 bathyFile= 'bathymetry.bin',
81 hydrogThetaFile='lev_t.bin',
82 hydrogSaltFile= 'lev_s.bin',
83 &

  ViewVC Help
Powered by ViewVC 1.1.22