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

Contents of /MITgcm/verification/flt_example/input/data

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


Revision 1.3 - (show annotations) (download)
Sun Jan 4 01:05:30 2009 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.2: +2 -9 lines
set monitorFreq=1. for testing

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 viscAz=1.E-3,
10 viscAh=1.E3,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.FALSE.,
13 diffKhT=1.E3,
14 diffKzT=1.E-5,
15 diffKhS=1.E3,
16 diffKzS=1.E-5,
17 f0=1.e-4,
18 beta=0.E-11,
19 eosType='LINEAR',
20 tAlpha=2.E-4,
21 sBeta =0.E-4,
22 gravity=9.81,
23 implicitFreeSurface=.TRUE.,
24 hFacMin=0.2,
25 readBinaryPrec=64,
26 &
27
28 # Elliptic solver parameters
29 &PARM02
30 cg2dMaxIters=1000,
31 cg2dTargetResidual=1.E-9,
32 &
33
34 # Time stepping parameters
35 &PARM03
36 niter0=0,
37 nTimeSteps=18,
38 deltaT=600.0,
39 abEps=0.1,
40 dumpFreq=432000.,
41 monitorFreq=3600.,
42 monitorFreq=1.,
43 &
44
45 # Gridding parameters
46 &PARM04
47 usingCartesianGrid=.TRUE.,
48 delX=80*5.e3,
49 delY=42*5.e3,
50 delZ= 8*562.5,
51 &
52
53 # Input datasets
54 &PARM05
55 bathyFile='topog.bump',
56 zonalWindFile='windx.sin_y',
57 &

  ViewVC Help
Powered by ViewVC 1.1.22