/[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.5 - (hide annotations) (download)
Thu Dec 9 19:02:15 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62v, checkpoint62u, checkpoint62t
Changes since 1.4: +2 -1 lines
comment out "globalFile=T" (not safe with MPI, e.g., wrong on aces).
  note: was commented out in Nov 2005 in other exp. tested with MPI.

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

  ViewVC Help
Powered by ViewVC 1.1.22