/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_ad/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/input_ad/data

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


Revision 1.2 - (hide annotations) (download)
Sat Jul 13 03:50:50 2002 UTC (21 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint46l_post, checkpoint46g_pre, checkpoint46f_post, checkpoint46b_post, checkpoint46l_pre, checkpoint47a_post, checkpoint46d_pre, checkpoint46j_pre, checkpoint46a_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, checkpoint46e_pre, checkpoint46c_pre, checkpoint46, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint46g_post, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, checkpoint47, checkpoint46h_post, checkpoint46d_post
Changes since 1.1: +89 -0 lines
Merging from release1_p5.
o New setup for adjoint of global_ocean

1 heimbach 1.2 # ====================
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     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
11     34.90, 34.86, 34.78, 34.69, 34.60,
12     34.58, 34.62, 34.68, 34.72, 34.73,
13     viscAz=1.E-3,
14     viscAh=5.E5,
15     no_slip_sides=.FALSE.,
16     no_slip_bottom=.TRUE.,
17     diffKhT=1.E3,
18     diffKzT=3.E-5,
19     diffKhS=1.E3,
20     diffKzS=3.E-5,
21     beta=1.E-11,
22     f0=1.e-4,
23     tAlpha=2.E-4,
24     sBeta =7.4E-4,
25     gravity=9.81,
26     gBaro=9.81,
27     rhonil=1035.,
28     rigidLid=.FALSE.,
29     implicitFreeSurface=.TRUE.,
30     eosType='LINEAR',
31     ivdc_kappa=100.,
32     implicitDiffusion=.true.,
33     allowFreezing=.TRUE.,
34     readBinaryPrec=32,
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 = 259200.,
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= 50., 70., 100., 140., 190.,
71     240., 290., 340., 390., 440.,
72     490., 540., 590., 640., 690.,
73     phiMin=-78.,
74     delY=40*4,
75     delX=90*4,
76     &
77    
78     # Input datasets
79     &PARM05
80     bathyFile= 'bathy.bin',
81     hydrogThetaFile='theta.bin',
82     hydrogSaltFile= 'sal.bin',
83     zonalWindFile= 'tren_taux.bin',
84     meridWindFile= 'tren_tauy.bin',
85     thetaClimFile= 'theta_surf.bin',
86     saltClimFile= 'sal_surf.bin',
87     surfQFile= 'shi_qnet.bin',
88     EmPmRFile= 'shi_empr.bin',
89     &

  ViewVC Help
Powered by ViewVC 1.1.22