/[MITgcm]/MITgcm_contrib/cam_devel/sigma_testing/input-sigma/data
ViewVC logotype

Annotation of /MITgcm_contrib/cam_devel/sigma_testing/input-sigma/data

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


Revision 1.1 - (hide annotations) (download)
Wed Jan 6 04:31:15 2010 UTC (15 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: HEAD
start some cam work

1 cnh 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=10*1.,
8     sRef=10*35.,
9     viscA4=0.0E4,
10     viscAh=1.E-2,
11     viscAz=1.E-3,
12     no_slip_sides=.TRUE.,
13     no_slip_bottom=.TRUE.,
14     diffK4T=0.E4,
15     diffKhT=0.E-2,
16     diffKzT=0.E-3,
17     diffK4S=0.E4,
18     diffKhS=1.E-2,
19     diffKzS=1.E-5,
20     f0=0.e-4,
21     beta=0.E-11,
22     tAlpha=0.E-4,
23     sBeta =0.E-4,
24     rigidLid=.FALSE.,
25     implicitFreeSurface=.TRUE.,
26     eosType='LINEAR',
27     hFacMin=0.000005,
28     nonHydrostatic=.FALSE.,
29     readBinaryPrec=64,
30     #- not safe to use globalFiles in multi-processors runs
31     #globalFiles=.TRUE.,
32     bottomDragLinear=0.E-4,
33     tempAdvScheme=33,
34     momStepping=.FALSE.,
35     select_rStar=2,
36     nonlinFreeSurf=4,
37     exactConserv=.TRUE.,
38     debugLevel=8,
39     &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=300,
44     cg2dTargetResidual=1.E-13,
45     cg3dMaxIters=20,
46     cg3dTargetResidual=1.E-8,
47     &
48    
49     # Time stepping parameters
50     &PARM03
51     niter0=0,
52     #nTimeSteps=20,
53     #nTimeSteps=86400,
54     # Four hundred days
55     endTime=34560000.,
56     deltaT=1200.0,
57     abEps=0.01,
58     pChkptFreq=0.0,
59     chkptFreq=0.0,
60     dumpFreq=86400.0,
61     #taveFreq=864000.0,
62     monitorFreq=1.,
63     &
64    
65     # Gridding parameters
66     &PARM04
67     usingCartesianGrid=.TRUE.,
68     usingSphericalPolarGrid=.FALSE.,
69     dXSpacing=1000.,
70     dYspacing=200.,
71     delZ=10*200.,
72     &
73    
74     # Input datasets
75     &PARM05
76     bathyFile='topog_bump.data',
77     &

  ViewVC Help
Powered by ViewVC 1.1.22