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

Annotation of /MITgcm/verification/exp4/input/data

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


Revision 1.20 - (hide annotations) (download)
Mon Aug 21 18:14:23 2017 UTC (6 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, HEAD
Changes since 1.19: +1 -0 lines
set "plotLevel" to zero.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8     sRef= 8*35.,
9 jmc 1.18 viscAr=1.E-3,
10 adcroft 1.1 viscAh=1.E3,
11 jmc 1.18 #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
12 jmc 1.19 viscA4=1.E8,
13 adcroft 1.1 no_slip_sides=.FALSE.,
14     no_slip_bottom=.FALSE.,
15     diffKhT=1.E3,
16 jmc 1.18 diffKrT=1.E-5,
17 adcroft 1.1 diffKhS=1.E3,
18 jmc 1.18 diffKrS=1.E-5,
19     saltAdvScheme=4,
20     eosType='LINEAR',
21 adcroft 1.1 tAlpha=2.E-4,
22     sBeta =0.E-4,
23     gravity=9.81,
24 jmc 1.18 f0=1.e-4,
25     beta=0.E-11,
26 jmc 1.19 nonHydrostatic=.TRUE.,
27 adcroft 1.1 rigidLid=.FALSE.,
28     implicitFreeSurface=.TRUE.,
29 jmc 1.19 exactConserv=.TRUE.,
30 adcroft 1.1 hFacMin=0.2,
31     readBinaryPrec=64,
32 jmc 1.14 #- not safe to use globalFiles in multi-processors runs
33     #globalFiles=.TRUE.,
34 jmc 1.18 #useSingleCpuIO=.TRUE.,
35 jmc 1.20 plotLevel=0,
36 adcroft 1.1 &
37    
38     # Elliptic solver parameters
39     &PARM02
40     cg2dMaxIters=1000,
41     cg2dTargetResidual=1.E-13,
42 adcroft 1.2 cg3dMaxIters=400,
43     cg3dTargetResidual=1.E-13,
44 adcroft 1.1 &
45    
46     # Time stepping parameters
47     &PARM03
48 jmc 1.18 nIter0=0,
49 adcroft 1.5 nTimeSteps=10,
50 jmc 1.19 baseTime=10800.,
51 adcroft 1.1 deltaT=600.0,
52     abEps=0.1,
53 jmc 1.19 momDissip_In_AB=.FALSE.,
54 mlosch 1.13 pChkptFreq=0.0,
55 adcroft 1.1 chkptFreq=0.0,
56 adcroft 1.9 dumpFreq=10800.0,
57 jmc 1.16 monitorSelect=2,
58 adcroft 1.10 monitorFreq=1.,
59 jmc 1.18 # for time dependent open boundary conditions, activate the following 3 lines:
60 jmc 1.19 periodicExternalForcing=.TRUE.,
61     externForcingPeriod=21600.,
62     externForcingCycle =43200.,
63 adcroft 1.1 &
64    
65     # Gridding parameters
66     &PARM04
67     usingCartesianGrid=.TRUE.,
68     delX=80*5.e3,
69     delY=42*5.e3,
70 jmc 1.18 delR= 8*562.5,
71 adcroft 1.1 &
72    
73     # Input datasets
74     &PARM05
75     bathyFile='topog.bump',
76     &

  ViewVC Help
Powered by ViewVC 1.1.22