/[MITgcm]/MITgcm_contrib/PRM/multi_comp_setup/fg/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/multi_comp_setup/fg/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Oct 10 18:17:27 2006 UTC (19 years, 2 months ago) by cnh
Branch: MAIN
Branch point for: Initial
Initial revision

1 cnh 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=20*20.0,
8     sRef=20*35.0,
9     viscAh=0.1,
10     viscAz=0.1,
11     no_slip_sides=.FALSE.,
12     no_slip_bottom=.FALSE.,
13     viscA4=0.E12,
14     diffKhT=0.1,
15     diffKzT=0.1,
16     diffKhS=0.1,
17     diffKzS=0.1,
18     f0=1E-4,
19     beta=0.E-11,
20     tAlpha=2.0E-4,
21     sBeta =0.,
22     gravity=9.81,
23     rhoConst=1000.0,
24     rhoNil=1000.0,
25     heatCapacity_Cp=3900.0,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     eosType='LINEAR',
29     nonHydrostatic=.TRUE.,
30     readBinaryPrec=64,
31     &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=100,
36     cg2dTargetResidual=1.E-9,
37     cg3dMaxIters=40,
38     cg3dTargetResidual=1.E-9,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     nIter0=0,
44     # nTimeSteps=28800,
45     nTimeSteps=1440,
46     nTimeSteps=840,
47     deltaT=60,
48     abEps=0.1,
49     pChkptFreq=86400.0,
50     chkptFreq=3600.0,
51     dumpFreq=3600,
52     monitorFreq=86400000,
53     &
54    
55     # Gridding parameters
56     &PARM04
57     usingCartesianGrid=.TRUE.,
58     usingSphericalPolarGrid=.FALSE.,
59     dXspacing=100.0,
60     dYspacing=100.0,
61     delZ=20*100.0,
62     &
63    
64     # Input datasets
65     &PARM05
66     #surfQfile='Qsurface',
67     &

  ViewVC Help
Powered by ViewVC 1.1.22