/[MITgcm]/MITgcm/verification/hs94.1x64x5/input_ad/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.1x64x5/input_ad/data

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


Revision 1.9 - (hide annotations) (download)
Wed Jun 8 14:59:51 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62z
Changes since 1.8: +1 -0 lines
specify debugLevel=2 (an example using debugLevel different from default)

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 281.089, 289.321, 307.191, 331.377, 432.413,
8     sRef=5*0.,
9     viscAr=0.,
10     viscAh=0.,
11     viscA4=0.,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKrT=0.,
15     diffKhT=0.,
16     diffK4T=0.,
17     diffKrS=0.,
18     diffKhS=0.,
19     diffK4S=0.,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22 dfer 1.6 exactConserv=.TRUE.,
23 heimbach 1.1 gravity=9.81,
24     rhoConst=1.0,
25     rigidLid=.FALSE.,
26     implicitFreeSurface=.TRUE.,
27 jmc 1.3 staggerTimestep=.TRUE.,
28 heimbach 1.1 readBinaryPrec=64,
29     writeBinaryPrec=64,
30     # globalFiles=.TRUE.,
31 jmc 1.9 debugLevel=2,
32 heimbach 1.1 &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=600,
37     cg2dTargetResidual=1.E-13,
38     &
39    
40     # Time stepping parameters
41     &PARM03
42     niter0=0,
43     nTimeSteps=10,
44     abEps=0.1,
45     deltaT=1200.0,
46     cAdjFreq=0.,
47     pChkptFreq=0.0,
48     chkptFreq=0.0,
49     dumpFreq=2592000.0,
50     monitorFreq=1.,
51 heimbach 1.7 adjmonitorFreq=1.,
52 heimbach 1.1 &
53    
54     # Gridding parameters
55     &PARM04
56     usingSphericalPolarGrid=.TRUE.,
57     delX=1*2.8125,
58     delY=64*2.8125,
59 jmc 1.4 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
60 heimbach 1.1 Ro_SeaLevel=1.E5,
61 jmc 1.8 ygOrigin=-90.,
62 heimbach 1.1 &
63    
64     # Input datasets
65     &PARM05
66     &

  ViewVC Help
Powered by ViewVC 1.1.22