/[MITgcm]/MITgcm/verification/aim.5l_Equatorial_Channel/input/data
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_Equatorial_Channel/input/data

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


Revision 1.3 - (hide annotations) (download)
Tue May 29 14:01:47 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre8, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5
Changes since 1.2: +7 -9 lines
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 adcroft 1.2 # ====================
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=1.E3,
10     viscAh=0.E6,
11     viscA4=0.E17,
12     no_slip_sides=.FALSE.,
13     no_slip_bottom=.FALSE.,
14     diffKhT=0.E3,
15     diffKrT=0.,
16     diffK4T=0.E17,
17     diffKrS=0.E2,
18     diffKhS=0.E3,
19     diffK4S=0.E17,
20     buoyancyRelation='ATMOSPHERIC',
21     eosType='IDEALGAS',
22     gravity=9.81,
23     rhonil=1.0,
24     rhoConst=1.0,
25     rigidLid=.FALSE.,
26     implicitFreeSurface=.TRUE.,
27     staggerTimeStep=.TRUE.,
28     nonHydrostatic=.FALSE.,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     hFacMin=1.0,
32     &
33    
34     # Elliptic solver parameters
35     &PARM02
36     cg2dMaxIters=200,
37 adcroft 1.3 #cg2dTargetResidual=1.E-12,
38     cg2dTargetResWunit=1.E-18,
39 adcroft 1.2 &
40    
41     # Time stepping parameters
42     &PARM03
43 adcroft 1.3 niter0=8640,
44     #endTime=31104000.,
45     nTimeSteps=10,
46 adcroft 1.2 deltaT=300.0,
47     abEps=0.1,
48     cAdjFreq=0.,
49     pChkptFreq=2592000.0,
50     chkptFreq=0.0,
51     dumpFreq=2592000.0,
52 adcroft 1.3 taveFreq=2592000.0,
53 adcroft 1.2 &
54    
55     # Gridding parameters
56     &PARM04
57     usingCartesianGrid=.FALSE.,
58     usingSphericalPolarGrid=.TRUE.,
59     delX=128*2.8125,
60 adcroft 1.3 delY=23*2.8125,
61 adcroft 1.2 delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
62     Ro_SeaLevel=1.E5,
63     groundAtK1=.TRUE.,
64     phiMin=-32.34375,
65     rSphere=6370.E3,
66     &
67    
68     # Input datasets
69     &PARM05
70     &

  ViewVC Help
Powered by ViewVC 1.1.22