/[MITgcm]/MITgcm_contrib/ocean_inversion_project/input_ecco1x1/data_gasflux.1
ViewVC logotype

Contents of /MITgcm_contrib/ocean_inversion_project/input_ecco1x1/data_gasflux.1

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


Revision 1.1 - (show annotations) (download)
Tue Mar 21 13:39:12 2006 UTC (19 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
preparing for computations of tracer Green functions with constant
surface forcing for Nir Krakauer's paper

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11 4.0 , 3.0 , 2.0 ,
12 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13 34.90, 34.86, 34.78, 34.69, 34.60,
14 34.58, 34.62, 34.68, 34.72, 34.73,
15 34.74, 34.73, 34.73, 34.72, 34.72,
16 34.71, 34.70, 34.69,
17 no_slip_sides=.false.,
18 no_slip_bottom=.TRUE.,
19 viscAr=1.E-3,
20 viscAh=1.E4,
21 diffKhT=1.E2,
22 diffKrT=1.E-5,
23 diffKhS=1.E2,
24 diffKrS=1.E-5,
25 beta=1.E-11,
26 tAlpha=2.E-4,
27 sBeta =7.4E-4,
28 gravity=9.81,
29 gBaro=9.81,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.true.,
32 eosType='POLY3',
33 readBinaryPrec=32,
34 writeBinaryPrec=32,
35 saltStepping=.TRUE.,
36 tempStepping=.TRUE.,
37 momStepping=.TRUE.,
38 implicitDiffusion=.true.,
39 implicitViscosity=.true.,
40 allowFreezing=.TRUE.,
41 useCDscheme=.TRUE.,
42 globalFiles = .TRUE.
43 useSingleCpuIO = .TRUE.
44 debugLevel = 0
45 &
46
47 # Elliptic solver parameters
48 &PARM02
49 cg2dMaxIters=100,
50 cg2dTargetResidual=1.E-7,
51 &
52
53 # Time stepping parameters
54 # data_gasflux.1 is a template for first ten years
55 # with monthly-averaged output
56 &PARM03
57 nIter0= 0,
58 nTimeSteps = 87600,
59 pChkptFreq = 315360000.,
60 ChkptFreq = 31536000.,
61 tavefreq = 2628000.,
62 monitorFreq= 2628000.,
63 tauCD=172800.,
64 deltaTmom=3600.0,
65 deltaTtracer=3600.0,
66 deltaTClock =3600.0,
67 deltaTfreesurf =3600.0,
68 cAdjFreq=0.,
69 abEps=0.1,
70 tauThetaClimRelax=2592000.0,
71 tauSaltClimRelax= 2592000.0,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingCartesianGrid=.FALSE.,
77 usingSphericalPolarGrid=.TRUE.,
78 delX=360*1.E0,
79 delY=160*1.E0,
80 delR=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,
81 275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
82 phimin=-80.,
83 thetamin=0.,
84 &
85
86 # Input datasets
87 &PARM05
88 bathyFile='bathy_fl.bin',
89 hydrogThetaFile='theta_init69.bin',
90 hydrogSaltFile='salt_init69.bin',
91 &

  ViewVC Help
Powered by ViewVC 1.1.22