/[MITgcm]/MITgcm/verification/carbon/input_ftl/data
ViewVC logotype

Contents of /MITgcm/verification/carbon/input_ftl/data

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


Revision 1.3 - (show annotations) (download)
Thu Apr 17 14:19:55 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51f_post, checkpoint51l_post, checkpoint51k_post, checkpoint50b_post, branchpoint-genmake2, checkpoint51j_post, checkpoint50f_post, checkpoint50f_pre, checkpoint50d_pre, checkpoint51d_post, checkpoint51, checkpoint50d_post, checkpoint50c_pre, checkpoint51b_pre, checkpoint51i_post, checkpoint50e_post, checkpoint50h_post, checkpoint50c_post, checkpoint51a_post, checkpoint51n_pre, checkpoint50e_pre, checkpoint50i_post, checkpoint51n_post, checkpoint51e_post, checkpoint51b_post, checkpoint51h_pre, checkpoint51i_pre, checkpoint51l_pre, checkpoint50g_post, checkpoint51c_post, checkpoint51g_post, checkpoint51m_post, checkpoint51f_pre
Branch point for: checkpoint51n_branch, tg2-branch, branch-genmake2
Changes since 1.2: +1 -0 lines
new flag "useCDscheme" set to TRUE (default=F);

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8 12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9 5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10 1.5 , 1.1 , 0.8 , 0.66, 0.63,
11 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12 34.90, 34.86, 34.78, 34.69, 34.60,
13 34.58, 34.62, 34.68, 34.72, 34.73,
14 34.74, 34.73, 34.73, 34.72, 34.72,
15 viscAz=1.E-3,
16 viscAh=5.E5,
17 no_slip_sides=.FALSE.,
18 no_slip_bottom=.TRUE.,
19 diffKhT=1.E3,
20 diffKzT=3.E-5,
21 diffKhS=1.E3,
22 diffKzS=3.E-5,
23 beta=1.E-11,
24 f0=1.e-4,
25 tAlpha=2.E-4,
26 sBeta =7.4E-4,
27 gravity=9.81,
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 eosType='LINEAR',
31 implicitDiffusion=.TRUE.,
32 readBinaryPrec=32,
33 tr1Stepping=.TRUE.,
34 useCDscheme=.TRUE.,
35 # readPickupWithTracer = .FALSE.,
36 # writePickupWithTracer = .FALSE.,
37 &
38
39 # Elliptic solver parameters
40 &PARM02
41 cg2dMaxIters=1000,
42 cg2dTargetResidual=1.E-17,
43 &
44
45 # Time stepping parameters
46 &PARM03
47 # startTime = 49766400000.,
48 startTime = 0.,
49 # endTime = 49767264000.,
50 endTime = 345600.,
51 deltaTmom = 2400.0,
52 tauCD=321428.,
53 deltaTtracer = 86400.0,
54 deltaTClock = 86400.0,
55 cAdjFreq=-1.,
56 abEps=0.1,
57 pChkptFreq = 86400000.,
58 chkptFreq = 86400000.,
59 dumpFreq = 86400.,
60 #
61 tauThetaClimRelax = 2592000.0,
62 tauSaltClimRelax = 2592000.0,
63 tauTr1ClimRelax = 31104000.0,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingCartesianGrid=.FALSE.,
69 usingSphericalPolarGrid=.TRUE.,
70 delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
71 6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
72 1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
73 3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
74 6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
75 phiMin=-80.,
76 delY=40*4,
77 delX=90*4,
78 &
79
80 # Input datasets
81 &PARM05
82 hydrogThetaFile='theta.bin',
83 hydrogSaltFile='salt.bin',
84 bathyFile='topog.bin',
85 zonalWindFile='windx.bin',
86 meridWindFile='windy.bin',
87 thetaClimFile='SST.bin'
88 saltClimFile='SSS.bin'
89 &

  ViewVC Help
Powered by ViewVC 1.1.22