/[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.5 - (show annotations) (download)
Sun Aug 28 19:51:24 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63b, checkpoint63c, checkpoint64
Changes since 1.4: +23 -27 lines
- comment out useRealFreshWaterFlux=.TRUE., (not working with runoff).
- update and clean-up (set rhoConstFresh, allowFreezing, deltaTfreesurf;
  remove gravity, useOldFreezing, useNHMTerms; comment out tauThetaClimRelax,
  periodicExternalForcing, externForcingPeriod & Cycle, thetaClimFile).

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 #- runoff missing in SSH forcing => comment out realFreshWaterFlux
23 #useRealFreshWaterFlux=.TRUE.,
24 useCDscheme=.TRUE.,
25 # turn on looped cells
26 hFacMin=.05,
27 hFacMindr=50.,
28 # set precision of data files
29 readBinaryPrec=32,
30 &
31
32 # Elliptic solver parameters
33 &PARM02
34 cg2dMaxIters=500,
35 cg2dTargetResidual=1.E-13,
36 &
37
38 # Time stepping parameters
39 &PARM03
40 nIter0 = 0,
41 nTimeSteps = 60,
42 # 100 years of integration will yield a reasonable flow field
43 # startTime = 0.,
44 # endTime = 3110400000.,
45 deltaTmom = 1200.,
46 tauCD = 321428.,
47 deltaTtracer = 43200.,
48 deltaTClock = 43200.,
49 deltaTfreesurf=43200.,
50 abEps = 0.1,
51 pChkptFreq= 311040000.,
52 dumpFreq= 311040000.,
53 taveFreq= 311040000.,
54 dumpFreq= 864000.,
55 taveFreq= 864000.,
56 #monitorFreq=31104000.,
57 monitorFreq=2592000.,
58 # 2 months restoring timescale for temperature
59 #tauThetaClimRelax = 5184000.0,
60 # 6 months restoring timescale for salinity
61 tauSaltClimRelax = 15552000.0,
62 #periodicExternalForcing=.TRUE.,
63 #externForcingPeriod=2592000.,
64 #externForcingCycle=31104000.,
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= 'Topog.bin',
81 hydrogThetaFile='Lev_clim_theta.bin',
82 hydrogSaltFile= 'Lev_clim_salt.bin',
83 zonalWindFile= 'Taux.bin',
84 meridWindFile= 'Tauy.bin',
85 #thetaClimFile= 'SST.bin',
86 saltClimFile= 'SSS.bin',
87 &

  ViewVC Help
Powered by ViewVC 1.1.22