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

Annotation of /MITgcm/verification/inverted_barometer/input/data

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


Revision 1.2 - (hide annotations) (download)
Thu Apr 17 13:56:17 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50c_post, checkpoint50c_pre, checkpoint50d_pre, checkpoint51, checkpoint50d_post, checkpoint51f_post, checkpoint51d_post, checkpoint51j_post, checkpoint51b_pre, checkpoint51h_pre, checkpoint50f_post, checkpoint50f_pre, branchpoint-genmake2, checkpoint51b_post, checkpoint51c_post, checkpoint50g_post, checkpoint50h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint50e_post, checkpoint51e_post, checkpoint51f_pre, checkpoint51g_post, checkpoint50b_post, checkpoint51a_post
Branch point for: branch-genmake2
Changes since 1.1: +1 -0 lines
new flag "useCDscheme" set to TRUE (default=F);

1 mlosch 1.1 # Model parameters
2     # Continuous equation parameters
3     &PARM01
4     tRef=20.,10.,8.,6.,
5     sRef=10.,10.,10.,10.,
6     viscAz=1.E-2,
7     viscAh=4.E2,
8     no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10     diffKhT=4.E2,
11     diffKzT=1.E-2,
12     f0=1.E-04,
13     beta=0.E-11,
14     tAlpha=2.E-4,
15     sBeta =0.,
16     gravity=9.81,
17     rigidLid=.FALSE.,
18     implicitFreeSurface=.TRUE.,
19 jmc 1.2 useCDscheme=.TRUE.,
20 mlosch 1.1 eosType='LINEAR',
21     readBinaryPrec=64,
22     &
23     # Elliptic solver parameters
24     &PARM02
25     cg2dMaxIters=1000,
26     cg2dTargetResidual=1.E-13,
27     &
28     # Time stepping parameters
29     &PARM03
30     startTime=0.,
31     endTime=48000.,
32     deltaTmom=1200.0,
33     deltaTtracer=1200.0,
34     abEps=0.1,
35     pChkptFreq=17000.0,
36     chkptFreq=0.0,
37     dumpFreq=2592000.0,
38     monitorFreq=1.,
39     &
40     # Gridding parameters
41     &PARM04
42     usingCartesianGrid=.TRUE.,
43     usingSphericalPolarGrid=.FALSE.,
44     delX=60*100.E03,
45     delY=60*100.E03,
46     delZ=500.,500.,500.,500.,
47     &
48     &PARM05
49     bathyFile='topog.box',
50     hydrogThetaFile=,
51     hydrogSaltFile=,
52     zonalWindFile=,
53     meridWindFile=,
54     pLoadFile='pLoad.bin',
55     &

  ViewVC Help
Powered by ViewVC 1.1.22