/[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.19 - (hide annotations) (download)
Tue May 3 17:07:05 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f
Changes since 1.18: +8 -8 lines
turn on: nonHydrostatic, exactConserv, viscA4 (with momDissip_In_AB=F)
 and prescribe time varying OB for wVel at Western-boundary and
 uVel at E&W boundaries (+/- 1 per-cent)

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 adcroft 1.1 &
36    
37     # Elliptic solver parameters
38     &PARM02
39     cg2dMaxIters=1000,
40     cg2dTargetResidual=1.E-13,
41 adcroft 1.2 cg3dMaxIters=400,
42     cg3dTargetResidual=1.E-13,
43 adcroft 1.1 &
44    
45     # Time stepping parameters
46     &PARM03
47 jmc 1.18 nIter0=0,
48 adcroft 1.5 nTimeSteps=10,
49 jmc 1.19 baseTime=10800.,
50 adcroft 1.1 deltaT=600.0,
51     abEps=0.1,
52 jmc 1.19 momDissip_In_AB=.FALSE.,
53 mlosch 1.13 pChkptFreq=0.0,
54 adcroft 1.1 chkptFreq=0.0,
55 adcroft 1.9 dumpFreq=10800.0,
56 jmc 1.16 monitorSelect=2,
57 adcroft 1.10 monitorFreq=1.,
58 jmc 1.18 # for time dependent open boundary conditions, activate the following 3 lines:
59 jmc 1.19 periodicExternalForcing=.TRUE.,
60     externForcingPeriod=21600.,
61     externForcingCycle =43200.,
62 adcroft 1.1 &
63    
64     # Gridding parameters
65     &PARM04
66     usingCartesianGrid=.TRUE.,
67     delX=80*5.e3,
68     delY=42*5.e3,
69 jmc 1.18 delR= 8*562.5,
70 adcroft 1.1 &
71    
72     # Input datasets
73     &PARM05
74     bathyFile='topog.bump',
75     &

  ViewVC Help
Powered by ViewVC 1.1.22