/[MITgcm]/MITgcm/verification/lab_sea/input/DATA.1hour
ViewVC logotype

Diff of /MITgcm/verification/lab_sea/input/DATA.1hour

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

revision 1.1 by dimitri, Sun Dec 22 18:36:16 2002 UTC revision 1.2 by dimitri, Sat Dec 28 10:11:12 2002 UTC
# Line 0  Line 1 
1    # ====================
2    # | Model parameters |
3    # ====================
4    #
5    # Continuous equation parameters
6    #
7    #   tRef            - Reference vertical potential temperature          (deg C)
8    #   sRef            - Reference vertical salinity                         (PSU)
9    #   viscAh          - Horizontal eddy viscosity coefficient             (m^2/s)
10    #   viscAz          - Vertical eddy viscosity coefficient               (m^2/s)
11    #   diffKhT         - Horizontal temperature diffusivity                (m^2/s)
12    #   diffKzT         - Vertical temperature diffusivity                  (m^2/s)
13    #   diffKhS         - Horizontal salt diffusivity                       (m^2/s)
14    #   diffKzS         - Vertical salt diffusivity                         (m^2/s)
15    #   f0              - Reference coriolis parameter,
16    #                     south edge of f on beta plane                       (1/s)
17    #   beta            - df/dy                                         (s^-1.m^-1)
18    #   tAlpha          - Linear EOS thermal expansion coefficient           (1/oC)
19    #   sBeta           - Linear EOS haline contraction coefficient         (1/ppt)
20    #   gravity         - Acceleration due to gravity                       (m/s^2)
21    #   gBaro           - Accel. due to gravity used in barotropic equation (m/s^2)
22    #   rigidLid        - Set to true to use rigid lid
23    #   implicitFreeSurface - Set to true to use implicit free surface
24    #   eosType         - Flag for linear or polynomial equation of state
25    #   momAdvection    - On/Off flag for momentum self transport
26    #   momViscosity    - On/Off flag for momentum mixing
27    #
28     &PARM01
29     tRef= 23*-1.9,
30     sRef= 23*35,
31     no_slip_sides=.FALSE.,
32     no_slip_bottom=.TRUE.,
33     viscAz=1.93e-5,
34     viscAh=5.E4,
35     diffKhT=0.0,
36     diffKzT=1.46e-5,
37     diffKhS=0.0,
38     diffKzS=1.46e-5,
39     beta=1.E-11,
40     tAlpha=2.E-4,
41     sBeta =7.4E-4,
42     rigidLid=.FALSE.,
43     implicitFreeSurface=.TRUE.,
44     eosType='LINEAR',
45     readBinaryPrec=32,
46     writeBinaryPrec=32,
47     saltStepping=.TRUE.,
48     tempStepping=.TRUE.,
49     momStepping=.TRUE.,
50     implicitDiffusion=.TRUE.,
51     implicitViscosity=.TRUE.,
52     globalFiles=.TRUE.,
53     allowFreezing=.FALSE.,
54     HeatCapacity_Cp = 3986.D0
55     gravity         = 9.8156,
56     gBaro           = 9.8156,
57     rhoNil          = 1027.D0
58     &
59    
60    # Elliptic solver parameters
61    #
62    #   cg2dMaxIters       - Maximum number of 2d solver iterations
63    #   cg2dTargetResidual - Solver target residual
64    #
65     &PARM02
66     cg2dMaxIters=500,
67     cg2dTargetResidual=1.D-8
68     &
69    
70    # Time stepping parameters
71    #
72    #   startTime         - Integration starting time                (s)
73    #   endTime           - Integration ending time                  (s)
74    #   tauCD             - CD scheme coupling timescale             (s)
75    #   deltaTMom         - Timestep for momemtum equations          (s)
76    #   deltaTtracer      - Tracer timestep                          (s)
77    #   deltaTClock       - Timestep used as model "clock"           (s)
78    #   abEps             - Adams-Bashforth stabilising factor
79    #   pChkPtFreq        - Frequency of permanent check pointing    (s)
80    #   chkPtFreq         - Frequency of rolling check pointing      (s)
81    #   dumpFreq          - Frequency at which model state is stored (s)
82    #   tauThetaClimRelax - Relaxation to climatology time scale     (s)
83    #   tauSaltClimRelax  - Relaxation to climatology time scale     (s)
84    #
85     &PARM03
86     tauCD=172800.,
87     startTime=0.0,
88     endTime=7200.,
89     deltaTmom=3600.0,
90     deltaTtracer=3600.0,
91     deltaTClock =3600.0,
92     cAdjFreq=0.,
93     abEps=0.1,
94     pChkptFreq=36000.,
95     chkptFreq= 0.,
96     dumpFreq = 0.,
97     tavefreq = 3600.,
98     tauSaltClimRelax = 4142330.,
99     tauThetaClimRelax = 0.,
100     monitorFreq=1.,
101     &
102    
103    # Gridding parameters
104    #
105    #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
106    #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates
107    #   delX                    - Zonal grid spacing         (degrees)
108    #   delY                    - Meridional grid spacing    (degrees)
109    #   delZ                    - Vertical grid spacing      (m)
110    #   phiMin                  - Southern boundary latitude (degrees)
111    #
112     &PARM04
113     usingCartesianGrid=.FALSE.,
114     usingSphericalPolarGrid=.TRUE.,
115     delX=20*2.E0,
116     delY=16*2.E0,
117     delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
118           100., 150., 200., 275., 350., 415., 450.,
119           500., 500., 500., 500., 500., 500., 500.
120     phimin=46.,
121     thetamin=280.,
122     rSphere         = 6371.D3
123     &
124    
125    # Input datasets
126    #
127    #   bathyFile       - File containing bathymetry
128    #   hydrogThetaFile - File containing initial potential temperature data
129    #   hydrogSaltFile  - File containing initial salinity data
130    #   zonalWindFile   - File containing zonal wind data
131    #   meridWindFile   - File containing meridional wind data
132    #   thetaClimFile   - File containing theta climatology used for relaxation
133    #   saltClimFile    - File containing salt climatology used for relaxation
134    #
135     &PARM05
136     bathyFile       = ' ',
137     hydrogThetaFile = ' ',
138     hydrogSaltFile  = ' ',
139     zonalWindFile   = ' ',
140     meridWindFile   = ' ',
141     EmPmRFile       = ' ',
142     surfQFile       = ' ',
143     surfQswFile     = ' ',
144     thetaClimFile   = ' ',
145     saltClimFile    = ' '
146     &
147    
148    # Open-boundaries
149     &PARM06
150     &

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

  ViewVC Help
Powered by ViewVC 1.1.22