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

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

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


Revision 1.1 - (hide annotations) (download)
Mon May 2 19:45:33 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, checkpoint65b, checkpoint65a, checkpoint62z, checkpoint62y, checkpoint62x
secondary exp4-test:
 - test NonLin FreeSurf (z*) + vecinv + biharmonic-viscosity
   with OBC (prescribe time varying OB but without pkg/exf)

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

  ViewVC Help
Powered by ViewVC 1.1.22