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

Contents of /MITgcm/verification/global_ocean_ebm/input/data

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


Revision 1.5 - (show annotations) (download)
Mon Sep 26 13:14:35 2011 UTC (12 years, 8 months ago) by jmc
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, checkpoint63c, checkpoint64, checkpoint65, 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, HEAD
Changes since 1.4: +2 -3 lines
switch back useRealFreshWaterFlux (no problem anymore with run-off);
 + turn on exactConserve.

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.,
12 diffKrT=3.E-5,
13 diffKhS=0.,
14 diffKrS=3.E-5,
15 rhoConst=1035.,
16 rhoConstFresh=1000.,
17 eosType = 'POLY3',
18 ivdc_kappa=10.,
19 implicitDiffusion=.TRUE.,
20 allowFreezing=.TRUE.,
21 exactConserv=.TRUE.,
22 useRealFreshWaterFlux=.TRUE.,
23 useCDscheme=.TRUE.,
24 # turn on looped cells
25 hFacMin=.05,
26 hFacMindr=50.,
27 # set precision of data files
28 readBinaryPrec=32,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=500,
34 cg2dTargetResidual=1.E-13,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 nIter0 = 0,
40 nTimeSteps = 20,
41 # 100 years of integration will yield a reasonable flow field
42 # startTime = 0.,
43 # endTime = 3110400000.,
44 deltaTmom = 1200.,
45 tauCD = 321428.,
46 deltaTtracer = 43200.,
47 deltaTClock = 43200.,
48 deltaTfreesurf=43200.,
49 abEps = 0.1,
50 pChkptFreq= 311040000.,
51 dumpFreq= 311040000.,
52 taveFreq= 311040000.,
53 dumpFreq= 864000.,
54 taveFreq= 864000.,
55 #monitorFreq=31104000.,
56 monitorFreq=1.,
57 # 2 months restoring timescale for temperature
58 #tauThetaClimRelax = 5184000.0,
59 # 6 months restoring timescale for salinity
60 tauSaltClimRelax = 15552000.0,
61 #periodicExternalForcing=.TRUE.,
62 #externForcingPeriod=2592000.,
63 #externForcingCycle=31104000.,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingSphericalPolarGrid=.TRUE.,
69 delR= 50., 70., 100., 140., 190.,
70 240., 290., 340., 390., 440.,
71 490., 540., 590., 640., 690.,
72 ygOrigin=-80.,
73 dySpacing=4.,
74 dxSpacing=4.,
75 &
76
77 # Input datasets
78 &PARM05
79 bathyFile= 'Topog.bin',
80 hydrogThetaFile='Lev_clim_theta.bin',
81 hydrogSaltFile= 'Lev_clim_salt.bin',
82 zonalWindFile= 'Taux.bin',
83 meridWindFile= 'Tauy.bin',
84 #thetaClimFile= 'SST.bin',
85 saltClimFile= 'SSS.bin',
86 &

  ViewVC Help
Powered by ViewVC 1.1.22