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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Nov 6 22:52:59 2014 UTC (9 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g
Changes since 1.1: +3 -2 lines
comment out diffKrT specification (not used since ALLOW_3D_DIFFKR is defined)

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     bottomDragQuadratic=2.E-3,
15 jmc 1.2 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
16     #diffKrT=0.,
17 heimbach 1.1 diffKhT=0.,
18     diffK4T=0.,
19     diffKrS=0.,
20     diffKhS=0.,
21     diffK4S=0.,
22     buoyancyRelation='ATMOSPHERIC',
23     eosType='IDEALG',
24     exactConserv=.TRUE.,
25     gravity=9.81,
26     rhoConst=1.0,
27     rigidLid=.FALSE.,
28     implicitFreeSurface=.TRUE.,
29     staggerTimestep=.TRUE.,
30     readBinaryPrec=64,
31     writeBinaryPrec=64,
32     # globalFiles=.TRUE.,
33     debugLevel=2,
34     &
35    
36     # Elliptic solver parameters
37     &PARM02
38     cg2dMaxIters=600,
39     cg2dTargetResidual=1.E-13,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44 jmc 1.2 nIter0=0,
45 heimbach 1.1 nTimeSteps=10,
46     abEps=0.1,
47     deltaT=1200.0,
48     cAdjFreq=0.,
49     pChkptFreq=0.0,
50     chkptFreq=0.0,
51     dumpFreq=2592000.0,
52     monitorFreq=0.,
53     adjmonitorFreq=0.,
54     &
55    
56     # Gridding parameters
57     &PARM04
58     usingSphericalPolarGrid=.TRUE.,
59     delX=1*2.8125,
60     delY=64*2.8125,
61     delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
62     Ro_SeaLevel=1.E5,
63     ygOrigin=-90.,
64     &
65    
66     # Input datasets
67     &PARM05
68     &

  ViewVC Help
Powered by ViewVC 1.1.22