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

Contents of /MITgcm/verification/deep_anelastic/input/data

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


Revision 1.5 - (show annotations) (download)
Sat Mar 2 17:25:51 2013 UTC (11 years, 1 month 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, checkpoint64e, checkpoint64g, checkpoint64f, checkpoint65, 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, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +1 -2 lines
remove debugMode from main parameter file "data" (add it back, but
 commented out, in eedata)

1 # Continuous equation parameters
2 #-note: rhoRefFile is used to turn on the anelastic formulation
3 &PARM01
4 rhoRefFile='rhoLin_x2.bin',
5 tRefFile='TRefFile.bin',
6 sRef=120*0.,
7 viscAh=1.E6,
8 viscAr=1.E6,
9 no_slip_sides=.FALSE.,
10 no_slip_bottom=.FALSE.,
11 diffKhT=1.E5,
12 diffKrT=1.E5,
13 rotationPeriod=86400.,
14 gravity=9.81,
15 rhoConst=1000.,
16 implicitFreeSurface=.TRUE.,
17 implicitDiffusion=.TRUE.,
18 implicitViscosity=.TRUE.,
19 tempAdvScheme=77,
20 staggerTimeStep=.TRUE.,
21 saltStepping=.FALSE.,
22 eosType='LINEAR',
23 nonHydrostatic=.TRUE.,
24 useNHMTerms=.TRUE.,
25 readBinaryPrec= 64,
26 writeBinaryPrec= 64,
27 #useSingleCpuIO=.TRUE.,
28 #debugLevel=1,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=1000,
34 cg2dTargetResidual=1.E-13,
35 cg3dMaxIters= 40,
36 cg3dTargetResidual=1.E-13,
37 &
38
39 # Time stepping parameters
40 &PARM03
41 nIter0=0,
42 nTimeSteps=18,
43 deltaT=300.,
44 abEps=0.1,
45 pChkptFreq=86400.,
46 chkptFreq=0.,
47 dumpFreq=7200.,
48 monitorSelect=2,
49 monitorFreq=1.,
50 &
51
52 # Gridding parameters
53 &PARM04
54 usingSphericalPolarGrid=.TRUE.,
55 deepAtmosphere=.TRUE.,
56 rSphere=6370.E+3,
57 delR=120*25.E+3,
58 delX=1*10.,
59 delY=160*1.,
60 ygOrigin=-80.,
61 &
62
63 # Input datasets
64 &PARM05
65 bathyFile='bathymetry.bin',
66 hydrogThetaFile='init_temp.bin',
67 &

  ViewVC Help
Powered by ViewVC 1.1.22