/[MITgcm]/MITgcm/verification/vermix/input/data
ViewVC logotype

Annotation of /MITgcm/verification/vermix/input/data

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


Revision 1.4 - (hide annotations) (download)
Tue Nov 10 03:12:20 2009 UTC (14 years, 6 months ago) by dfer
Branch: MAIN
Changes since 1.3: +1 -1 lines
Fixing number of iterations

1 mlosch 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7 dfer 1.3 tRef=26*1.,
8     sRef=26*35.,
9 mlosch 1.1 viscA4=0.0E4,
10     viscAh=0.E-2,
11     viscAz=1.E-4,
12     no_slip_sides=.TRUE.,
13     no_slip_bottom=.TRUE.,
14     diffK4T=0.E4,
15     diffKhT=0.E-2,
16     diffKzT=1.E-5,
17     diffK4S=0.E4,
18     diffKhS=0.E-2,
19     diffKzS=1.E-5,
20     f0=1.4e-4,
21     beta=0.E-11,
22     rigidLid=.FALSE.,
23     implicitFreeSurface=.TRUE.,
24     #ivdc_kappa=10.,
25     implicitDiffusion=.TRUE.,
26     implicitViscosity=.TRUE.,
27 jmc 1.2 eosType='MDJWF',
28 mlosch 1.1 hFacMin=0.05,
29     readBinaryPrec=64,
30     debugLevel=1,
31 jmc 1.2 tempAdvection=.FALSE.,
32 mlosch 1.1 tempAdvScheme=33,
33 dfer 1.3 momAdvection=.FALSE.,
34 mlosch 1.1 &
35    
36     # Elliptic solver parameters
37     &PARM02
38     cg2dMaxIters=300,
39     cg2dTargetResidual=1.E-13,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     niter0=0,
45     nTimeSteps=20,
46     #nTimeSteps=720,
47 dfer 1.4 #nTimeSteps=51840,
48 dfer 1.3 deltaT=1200.,
49 mlosch 1.1 #cAdjFreq=-1.,
50     abEps=0.01,
51 dfer 1.3 pChkptFreq=62208000.,
52     chkptFreq=0.,
53     taveFreq=0.,
54     dumpFreq=0.,
55 mlosch 1.1 monitorFreq=86400.,
56     monitorFreq=1.,
57 dfer 1.3 periodicExternalForcing=.TRUE.,
58     externForcingPeriod=432000.,
59     externForcingCycle=31104000.,
60 mlosch 1.1 &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.TRUE.,
65     usingSphericalPolarGrid=.FALSE.,
66     dXspacing=5000,
67     dYspacing=5000.,
68 dfer 1.3 delZ=10, 10, 10, 10, 10, 12, 12, 15, 15, 18, 18, 22, 22,
69     26, 32, 38, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
70 mlosch 1.1 &
71    
72     # Input datasets
73     &PARM05
74 dfer 1.3 hydrogThetaFile='T_26.init',
75     surfQfile='Qnet_72.forcing',
76     zonalWindFile='taux_72.forcing',
77 mlosch 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22