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

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

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


Revision 1.2 - (show annotations) (download)
Mon Aug 18 20:09:22 2014 UTC (9 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.1: +2 -0 lines
turn on staggerTimeStep and AB on T & S (doAB_onGtGs=.FALSE.,) so that
 it get tested in 1 expriment with AB-2 code ang pkg/ptracers

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

  ViewVC Help
Powered by ViewVC 1.1.22