/[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.5 - (hide annotations) (download)
Fri Aug 24 16:38:31 2001 UTC (22 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40pre9, checkpoint40, checkpoint41
Changes since 1.4: +6 -10 lines
do not use AB for Salt (as before) ; + minor changes.

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

  ViewVC Help
Powered by ViewVC 1.1.22