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

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

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


Revision 1.3 - (hide annotations) (download)
Fri Jul 6 21:58:31 2001 UTC (22 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre7, checkpoint40pre6, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5
Changes since 1.2: +1 -0 lines
select the Finite-Volume form for the geopotential integration

1 cnh 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.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 jmc 1.3 Integr_GeoPot=1,
23 cnh 1.1 gravity=9.81,
24     gBaro=9.81,
25     rhonil=1.0,
26     rhoConst=1.0,
27     rigidLid=.FALSE.,
28     implicitFreeSurface=.TRUE.,
29     staggerTimeStep=.TRUE.,
30     #staggerTimeStep=.FALSE.,
31     nonHydrostatic=.FALSE.,
32     readBinaryPrec=64,
33     writeBinaryPrec=64,
34     hFacMin=1.0,
35     #nShap=4,
36     #zonal_filt_lat=45.0,
37     #zonal_filt_lat=90.0,
38     #saltStepping=.FALSE.
39     #tempStepping=.FALSE.
40     &
41    
42     # Elliptic solver parameters
43     &PARM02
44     cg2dMaxIters=200,
45     #cg2dTargetResidual=1.E-12,
46     cg2dTargetResWunit=1.E-17,
47     &
48    
49     # Time stepping parameters
50     &PARM03
51     niter0=0,
52 adcroft 1.2 nTimeSteps=10,
53 cnh 1.1 #endTime=31104000.,
54     deltaT=600.0,
55     abEps=0.1,
56     cAdjFreq=0.,
57     pChkptFreq=2592000.0,
58     chkptFreq=0.0,
59     dumpFreq=2592000.0,
60     taveFreq=2592000.0,
61     monitorFreq=600.,
62     &
63    
64     # Gridding parameters
65     &PARM04
66     usingCartesianGrid=.FALSE.,
67     usingSphericalPolarGrid=.FALSE.,
68     usingCurvilinearGrid=.TRUE.,
69     delR=1.E4, 2.5E4, 3.E4, 2.E4, 1.5E4,
70     Ro_SeaLevel=1.E5,
71     groundAtK1=.TRUE.,
72     rSphere=6370.E3,
73     &
74    
75     # Input datasets
76     &PARM05
77     bathyFile='orography_fullcell.cs.bin'
78     &

  ViewVC Help
Powered by ViewVC 1.1.22