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

Annotation of /MITgcm_contrib/ecco_darwin/v4_3deg/input/data_mpi

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


Revision 1.1 - (hide annotations) (download)
Thu Jan 30 02:49:14 2020 UTC (5 years, 9 months ago) by dimitri
Branch: MAIN
more complete instructions for long mpi runs

1 dimitri 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 15*20.,
8     sRef = 15*35.,
9     no_slip_sides = .TRUE.,
10     no_slip_bottom = .TRUE.,
11     #
12     viscAr=1.E-3,
13     #
14     viscAh=2.E5,
15     viscAhGrid=1.E-2,
16     #
17     diffKhT=0.E3,
18     diffKhS=0.E3,
19     diffKrBL79surf= 3.E-5,
20     diffKrBL79deep= 13.E-5,
21     diffKrBL79Ho = -2000.,
22     diffKrBL79scl = 150.,
23     #
24     bottomDragQuadratic = 0.001,
25     #when using ggl90
26     ivdc_kappa=10.,
27     implicitDiffusion=.TRUE.,
28     implicitViscosity=.TRUE.,
29     viscC4Leith=1.5,
30     viscC4Leithd=1.5,
31     viscA4GridMax=0.5,
32     useAreaViscLength=.TRUE.,
33     useRealFreshWaterFlux=.TRUE.,
34     balanceSaltClimRelax=.TRUE.,
35     allowFreezing=.FALSE.,
36     hFacMinDr=50.,
37     hFacMin=0.1,
38     hFacInf=0.1,
39     hFacSup=5.,
40     select_rStar=2,
41     nonlinFreeSurf=4,
42     gravity=9.81,
43     rhonil=1029.,
44     rhoConst=1029.,
45     rhoConstFresh=1000.,
46     convertFW2Salt=-1.,
47     eosType='JMD95Z',
48     implicitFreeSurface=.TRUE.,
49     exactConserv=.TRUE.,
50     useSingleCpuIO=.TRUE.,
51     tempAdvScheme=30,
52     saltAdvScheme=30,
53     tempVertAdvScheme=3,
54     saltVertAdvScheme=3,
55     tempImplVertAdv=.TRUE.,
56     saltImplVertAdv=.TRUE.,
57     staggerTimeStep=.TRUE.,
58     vectorInvariantMomentum=.TRUE.,
59     #when using the cd scheme:
60     useCDscheme=.TRUE.,
61     useJamartWetPoints=.TRUE.,
62     readBinaryPrec=32,
63     writeBinaryPrec=32,
64     debugLevel=1,
65     /
66    
67     # Elliptic solver parameters
68     &PARM02
69     cg2dMaxIters=300,
70     cg2dTargetResWunit=1.E-12,
71     /
72    
73     # Time stepping parameters
74     &PARM03
75     nIter0=0,
76     endtime=852055200,
77     forcing_In_AB=.FALSE.,
78     momDissip_In_AB=.FALSE.,
79     #when using the cd scheme:
80     # epsAB_CD = 0.25,
81     tauCD=321428.,
82     deltaTmom =3600.,
83     deltaTtracer=3600.,
84     deltaTfreesurf=3600.,
85     deltaTClock =3600.,
86     #when using ab2:
87     # abEps = 0.1,
88     #when using ab3:
89     doAB_onGtGs=.FALSE.,
90     alph_AB=0.5,
91     beta_AB=0.281105,
92     #
93     pChkptFreq =31536000.0,
94     chkptFreq =31536000.0,
95     monitorFreq = 43200.0,
96     dumpInitAndLast = .FALSE.,
97     adjDumpFreq = 31536000.0,
98     adjMonitorFreq = 43200.0,
99     pickupStrictlyMatch=.FALSE.,
100     periodicExternalForcing=.TRUE.,
101     externForcingPeriod=2592000.,
102     externForcingCycle=31104000.,
103     /
104    
105     # Gridding parameters
106     &PARM04
107     usingSphericalPolarGrid=.TRUE.,
108     delR= 50., 70., 100., 140., 190.,
109     240., 290., 340., 390., 440.,
110     490., 540., 590., 640., 690.,
111     ygOrigin=-90.,
112     delX=128*2.8125,
113     delY=64*2.8125,
114     /
115    
116     # Input datasets
117     &PARM05
118     bathyFile = 'bathy.bin',
119     hydrogThetaFile = 'Theta.0005184000',
120     hydrogSaltFile = 'Salt.0005184000',
121     uVelInitFile = 'Uvel.0005184000',
122     vVelInitFile = 'Vvel.0005184000',
123     pSurfInitFile = 'Eta.0005184000',
124     /

  ViewVC Help
Powered by ViewVC 1.1.22