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

Contents of /MITgcm/verification/carbon/input/data

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


Revision 1.1 - (show annotations) (download)
Fri Jul 13 13:19:01 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44b_post, checkpoint43a-release1mods, checkpoint44h_pre, checkpoint44e_post, checkpoint40pre3, checkpoint44f_pre, release1_beta1, release1-branch_tutorials, checkpoint44g_post, checkpoint44h_post, checkpoint45d_post, checkpoint45b_post, checkpoint40pre7, chkpt44a_pre, release1-branch-end, checkpoint43, checkpoint40, checkpoint41, checkpoint44, checkpoint45, checkpoint44f_post, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, release1_b1, chkpt44d_post, chkpt44a_post, checkpoint44b_pre, chkpt44c_post, checkpoint40pre4, checkpoint45c_post, checkpoint44e_pre, checkpoint45a_post, checkpoint42, release1-branch_branchpoint, release1_chkpt44d_post, chkpt44c_pre
Branch point for: release1, release1_coupled, release1_final, release1-branch
Adding carbon sequestration verification experiment
(forward and adjoint integration over 3 timesteps with gradient checks).

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 readBinaryPrec=32,
32 tr1Stepping=.TRUE.,
33 readPickupWithTracer = .FALSE.,
34 writePickupWithTracer = .FALSE.,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=1000,
40 cg2dTargetResidual=1.E-17,
41 &
42
43 # Time stepping parameters
44 &PARM03
45 # startTime = 49766400000.,
46 startTime = 0.,
47 # endTime = 49767264000.,
48 endTime = 259200.,
49 deltaTmom = 2400.0,
50 tauCD=321428.,
51 deltaTtracer = 86400.0,
52 deltaTClock = 86400.0,
53 cAdjFreq=-1.,
54 abEps=0.1,
55 pChkptFreq = 86400000.,
56 chkptFreq = 86400000.,
57 dumpFreq = 86400.,
58 #
59 tauThetaClimRelax = 2592000.0,
60 tauSaltClimRelax = 2592000.0,
61 tauTr1ClimRelax = 31104000.0,
62 &
63
64 # Gridding parameters
65 &PARM04
66 usingCartesianGrid=.FALSE.,
67 usingSphericalPolarGrid=.TRUE.,
68 delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
69 6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
70 1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
71 3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
72 6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
73 phiMin=-80.,
74 delY=40*4,
75 delX=90*4,
76 &
77
78 # Input datasets
79 &PARM05
80 hydrogThetaFile='theta.bin',
81 hydrogSaltFile='salt.bin',
82 bathyFile='topog.bin',
83 zonalWindFile='windx.bin',
84 meridWindFile='windy.bin',
85 thetaClimFile='SST.bin'
86 saltClimFile='SSS.bin'
87 &

  ViewVC Help
Powered by ViewVC 1.1.22