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

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

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

revision 1.1 by heimbach, Mon May 20 23:55:46 2002 UTC revision 1.1.2.1 by heimbach, Mon May 20 23:55:46 2002 UTC
# Line 0  Line 1 
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     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     &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.22