/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/input/data
ViewVC logotype

Contents of /MITgcm_contrib/ecco_darwin/v4_3deg/input/data

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


Revision 1.4 - (show annotations) (download)
Thu Jan 23 01:27:38 2020 UTC (5 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.3: +9 -14 lines
adding seaice

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=15*20.,
8 sRef=15*35.,
9 viscA4=0.,
10 viscAh=2.E5,
11 diffKhT=0.E3,
12 diffKhS=0.E3,
13 viscAz=1.E-3,
14 diffKrBL79surf= 3.E-5,
15 diffKrBL79deep= 13.E-5,
16 diffKrBL79Ho = -2000.,
17 diffKrBL79scl = 150.,
18 gravity=9.81,
19 rhoConst=1035.,
20 rhoConstFresh=1000.,
21 implicitFreeSurface=.TRUE.,
22 eosType='JMD95Z',
23 implicitDiffusion=.TRUE.,
24 implicitViscosity=.TRUE.,
25 ivdc_kappa=100.,
26 useSingleCpuIO=.TRUE.,
27 tempAdvScheme=2,
28 saltAdvScheme=2,
29 # turn on looped cells
30 hFacMin=.1,
31 hFacMindz=50.,
32 useCDscheme=.TRUE.,
33 debugLevel=5,
34 &
35
36 # Elliptic solver parameters
37 &PARM02
38 cg2dMaxIters=1000,
39 cg2dTargetResidual=1.E-13,
40 &
41
42 # Time stepping parameters
43 &PARM03
44 nIter0=0,
45 nTimeSteps = 4,
46 deltaTmom = 900.,
47 tauCD = 321428.,
48 forcing_In_AB=.FALSE.,
49 momDissip_In_AB=.FALSE.,
50 pChkptFreq = 216000.,
51 periodicExternalForcing=.TRUE.,
52 externForcingPeriod=2592000.,
53 externForcingCycle=31104000.,
54 monitorFreq= 1.,
55 &
56
57 # Gridding parameters
58 &PARM04
59 usingSphericalPolarGrid=.TRUE.,
60 delZ= 50., 70., 100., 140., 190.,
61 240., 290., 340., 390., 440.,
62 490., 540., 590., 640., 690.,
63 ygOrigin=-90.,
64 delX=128*2.8125,
65 delY=64*2.8125,
66 &
67
68 # Input datasets
69 &PARM05
70 bathyFile = 'bathy.bin',
71 hydrogThetaFile = 'Theta.0005184000',
72 hydrogSaltFile = 'Salt.0005184000',
73 uVelInitFile = 'Uvel.0005184000',
74 vVelInitFile = 'Vvel.0005184000',
75 pSurfInitFile = 'Eta.0005184000',
76 &

  ViewVC Help
Powered by ViewVC 1.1.22