/[MITgcm]/MITgcm/verification/adjustment.128x64x1/input/data
ViewVC logotype

Contents of /MITgcm/verification/adjustment.128x64x1/input/data

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


Revision 1.6 - (show annotations) (download)
Tue Jan 27 15:38:49 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint62, checkpoint63, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62b, checkpoint61n, checkpoint61q, checkpoint61z, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y
Changes since 1.5: +1 -1 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=300.,
8 sRef=0.,
9 viscAr=0.,
10 viscAh=0.,
11 viscA4=0.,
12 no_slip_sides=.FALSE.,
13 no_slip_bottom=.FALSE.,
14 buoyancyRelation='ATMOSPHERIC',
15 eosType='IDEALGAS',
16 gravity=9.81,
17 rhonil=1.0,
18 rhoConst=1.0,
19 rigidLid=.FALSE.,
20 implicitFreeSurface=.TRUE.,
21 readBinaryPrec=64,
22 writeBinaryPrec=64,
23 momAdvection=.FALSE.,
24 useCoriolis=.FALSE.,
25 tempStepping=.FALSE.,
26 saltStepping=.FALSE.,
27 #implicSurfPress=0.5,
28 #implicDiv2DFlow=0.5,
29 &
30
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=600,
34 cg2dTargetResidual=1.E-12,
35 &
36
37 # Time stepping parameters
38 &PARM03
39 niter0=0,
40 nTimeSteps=24,
41 abEps=0.1,
42 deltaT=450.0,
43 cAdjFreq=0.,
44 pChkptFreq=0.0,
45 chkptFreq=0.0,
46 dumpFreq=3600.0,
47 monitorFreq=1.,
48 &
49
50 # Gridding parameters
51 &PARM04
52 usingSphericalPolarGrid=.TRUE.,
53 delX=128*2.8125,
54 delY=64*2.8125,
55 delR=1.E5,
56 Ro_SeaLevel=1.E5,
57 ygOrigin=-90.,
58 &
59
60 # Input datasets
61 &PARM05
62 pSurfInitFile='ps.init',
63 &

  ViewVC Help
Powered by ViewVC 1.1.22