/[MITgcm]/MITgcm_contrib/verification_other/offline_cheapaml/input.dyn/data
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/offline_cheapaml/input.dyn/data

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 11 01:26:31 2013 UTC (12 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
secondary test with seaice-dynamics and convergent wind to produce precip

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     &PARM01
6     tRef= -1.62,
7     sRef= 30.,
8     no_slip_sides=.FALSE.,
9     no_slip_bottom=.TRUE.,
10     #bottomDragLinear=1.E-3,
11     bottomDragQuadratic=5.E-3,
12     viscAr=3.E-2,
13     viscAh=3.E+2,
14     HeatCapacity_Cp = 3986.,
15     rhoNil = 1030.,
16     rhoConstFresh = 1000.,
17     eosType='LINEAR',
18     tAlpha=2.E-4,
19     sBeta= 0.,
20     staggerTimeStep=.TRUE.,
21     saltStepping=.FALSE.,
22     #tempStepping=.FALSE.,
23     tempAdvection=.FALSE.,
24     momStepping=.FALSE.,
25     f0=0.e-4,
26     beta=0.,
27     useJamartWetPoints=.TRUE.,
28     rigidLid=.FALSE.,
29     implicitFreeSurface=.TRUE.,
30     #exactConserv=.TRUE.,
31     convertFW2Salt=-1,
32     readBinaryPrec=64,
33     writeBinaryPrec=64,
34     #globalFiles=.TRUE.,
35     useSingleCpuIO=.TRUE.,
36     #debugLevel=3,
37     &
38    
39     # Elliptic solver parameters
40     &PARM02
41     cg2dMaxIters=500,
42     cg2dTargetResidual=1.E-12,
43     &
44    
45     # Time stepping parameters
46     &PARM03
47     startTime=0.0,
48     #endTime=864000.,
49     deltaT=3600.0,
50     abEps=0.1,
51     forcing_In_AB = .FALSE.,
52     # 10 days restoring timescale for temperature
53     tauThetaClimRelax= 864000.,
54     pChkptFreq=3600000.,
55     monitorFreq=432000.,
56     #monitorSelect=2,
57     dumpFreq = 86400.,
58     nTimeSteps=12,
59     monitorFreq=43200.,
60     #dumpFreq = 1.,
61     #diagFreq = 1.,
62     &
63    
64     # Gridding parameters
65     &PARM04
66     usingCartesianGrid=.TRUE.,
67     delX=80*5.E3,
68     delY=42*5.E3,
69     ygOrigin=-110.E3,
70     #delR= 20., 30., 50.,
71     delR= 10.,
72     &
73    
74     # Input datasets
75     &PARM05
76     bathyFile = 'channel.bin',
77     uVelInitFile = 'const_00.bin',
78     vVelInitFile = 'const+20.bin',
79     thetaClimFile = 'tocn_1x.bin',
80     &

  ViewVC Help
Powered by ViewVC 1.1.22