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

Annotation of /MITgcm/verification/offline_exf_seaice/input/data

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


Revision 1.3 - (hide annotations) (download)
Mon May 18 23:14:12 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62b, checkpoint62a, checkpoint61o, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +1 -1 lines
reduce volume & number of output file (from 3500 files to less than 200).

1 heimbach 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= 3*4.0 ,
30     sRef= 3*34.65,
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     eosType='JMD95Z',
43     saltStepping=.FALSE.,
44     tempStepping=.FALSE.,
45     momStepping=.FALSE.
46     readBinaryPrec=32,
47     writeBinaryPrec=32,
48     globalFiles=.TRUE.,
49     allowFreezing=.FALSE.,
50     HeatCapacity_Cp = 3986.0,
51     gravity = 9.8156,
52     gBaro = 9.8156,
53     rhoNil = 1027.0,
54     &
55    
56     # Elliptic solver parameters
57     #
58     # cg2dMaxIters - Maximum number of 2d solver iterations
59     # cg2dTargetResidual - Solver target residual
60     #
61     &PARM02
62     cg2dMaxIters=500,
63     cg2dTargetResidual=1.D-8
64     &
65    
66     # Time stepping parameters
67     #
68     # startTime - Integration starting time (s)
69     # endTime - Integration ending time (s)
70     # tauCD - CD scheme coupling timescale (s)
71     # deltaTMom - Timestep for momemtum equations (s)
72     # deltaTtracer - Tracer timestep (s)
73     # deltaTClock - Timestep used as model "clock" (s)
74     # abEps - Adams-Bashforth stabilising factor
75     # pChkPtFreq - Frequency of permanent check pointing (s)
76     # chkPtFreq - Frequency of rolling check pointing (s)
77     # dumpFreq - Frequency at which model state is stored (s)
78     # tauThetaClimRelax - Relaxation to climatology time scale (s)
79     # tauSaltClimRelax - Relaxation to climatology time scale (s)
80     #
81     &PARM03
82     niter0=0,
83     nTimeSteps=1440,
84     deltaTmom=3600.0,
85     deltaTtracer=3600.0,
86     deltaTClock =3600.0,
87     cAdjFreq=0.,
88     abEps=0.1,
89     forcing_In_AB = .FALSE.,
90     # pChkptFreq=36000.,
91     # chkptFreq= 0.,
92     # dumpFreq = 0.,
93 jmc 1.3 tavefreq = 5184000.,
94 heimbach 1.1 monitorFreq=864000.,
95     # adjDumpFreq=86400.,
96     tauSaltClimRelax = 4142330.,
97     tauThetaClimRelax = 0.,
98     &
99    
100     # Gridding parameters
101     #
102     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
103     # delX - Zonal grid spacing (degrees)
104     # delY - Meridional grid spacing (degrees)
105     # delZ - Vertical grid spacing (m)
106 jmc 1.2 # ygOrigin - Southern boundary latitude (degrees)
107 heimbach 1.1 #
108     &PARM04
109     usingSphericalPolarGrid=.TRUE.,
110     delX=20*2.E0,
111     delY=16*2.E0,
112     delZ= 10.,10.,10.,
113 jmc 1.2 ygOrigin=46.,
114     xgOrigin=280.,
115 heimbach 1.1 rSphere = 6371.D3
116     &
117    
118     # Input datasets
119     #
120     # bathyFile - File containing bathymetry
121     # hydrogThetaFile - File containing initial potential temperature data
122     # hydrogSaltFile - File containing initial salinity data
123     # zonalWindFile - File containing zonal wind data
124     # meridWindFile - File containing meridional wind data
125     # thetaClimFile - File containing theta climatology used for relaxation
126     # saltClimFile - File containing salt climatology used for relaxation
127     #
128     &PARM05
129     bathyFile = 'bathy.labsea1979',
130     hydrogThetaFile = 'LevCli_temp.labsea1979',
131     hydrogSaltFile = 'LevCli_salt.labsea1979',
132     &

  ViewVC Help
Powered by ViewVC 1.1.22