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

Contents of /MITgcm/verification/global_ocean_ebm/input_ad/data

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


Revision 1.7 - (show annotations) (download)
Thu Nov 6 23:24:13 2014 UTC (9 years, 5 months ago) by jmc
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, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g, HEAD
Changes since 1.6: +3 -2 lines
comment out diffKrT specification (not used since ALLOW_3D_DIFFKR is defined)

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

  ViewVC Help
Powered by ViewVC 1.1.22