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

Annotation of /MITgcm/verification/natl_box/input/data

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


Revision 1.13 - (hide annotations) (download)
Sun Oct 26 23:30:41 2008 UTC (15 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61f, checkpoint61g, checkpoint61h
Changes since 1.12: +3 -3 lines
add comma at the end of few lines

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     # tAlpha - Linear EOS thermal expansion coefficient (1/oC)
16     # sBeta - Linear EOS haline contraction coefficient (1/ppt)
17     # gravity - Acceleration due to gravity (m/s^2)
18     # rigidLid - Set to true to use rigid lid
19     # implicitFreeSurface - Set to true to use implicit free surface
20     # eosType - Flag for linear or polynomial equation of state
21     # GMkbackground - background value of GM/Redi coefficient
22     # momAdvection - On/Off flag for momentum self transport
23     # momViscosity - On/Off flag for momentum mixing
24     #
25     &PARM01
26     viscAz = 1.E-3,
27     diffKzT = 1.E-5,
28     diffKzS = 1.E-5,
29     viscAh = 5.0E4,
30     viscA4 = 5.e12,
31     diffKhT = 1.0E3,
32     diffKhS = 1.0E3,
33 jmc 1.10 rotationPeriod = 86400.,
34 heimbach 1.1 tAlpha = 2.E-4,
35     sBeta = 7.4E-4,
36     gravity = 9.81,
37     rigidLid = .FALSE.,
38     implicitFreeSurface= .TRUE.,
39     implicitDiffusion = .TRUE.,
40 jmc 1.6 useCDscheme = .TRUE.,
41 jmc 1.7 useNHMTerms = .TRUE.,
42 heimbach 1.1 eosType = 'POLY3',
43     momAdvection = .TRUE.,
44     momViscosity = .TRUE.,
45     implicitDiffusion = .TRUE.,
46     implicitViscosity = .TRUE.,
47     no_slip_bottom = .TRUE.,
48     no_slip_sides = .FALSE.,
49     readBinaryPrec = 32,
50 jmc 1.9 #- not safe to use globalFiles in multi-processors runs
51     #globalFiles = .TRUE.
52 heimbach 1.1 &
53    
54     # Elliptic solver parameters
55     #
56     # cg2dMaxIters - Maximum number of 2d solver iterations
57     # cg2dTargetResidual - Solver target residual
58     #
59     &PARM02
60     cg2dMaxIters = 1000,
61 heimbach 1.2 cg2dTargetResidual = 1.E-13,
62 heimbach 1.1 &
63    
64     # Time stepping parameters
65     #
66     # startTime - Integration starting time (s)
67     # endTime - Integration ending time (s)
68     # tauCD - CD scheme coupling timescale (s)
69     # deltaTMom - Timestep for momemtum equations (s)
70     # deltaTtracer - Tracer timestep (s)
71     # deltaTClock - Timestep used as model "clock" (s)
72     # abEps - Adams-Bashforth stabilising factor
73     # pChkPtFreq - Frequency of permanent check pointing (s)
74     # chkPtFreq - Frequency of rolling check pointing (s)
75     # dumpFreq - Frequency at which model state is stored (s)
76     # tauThetaClimRelax - Relaxation to climatology time scale (s)
77     # tauSaltClimRelax - Relaxation to climatology time scale (s)
78     #
79     &PARM03
80 jmc 1.12 baseTime = 21600.,
81     startTime = 21600.,
82     endTime = 93600.,
83 heimbach 1.1 deltaTmom = 3600.0,
84 jmc 1.13 TauCD = 172800.,
85 heimbach 1.2 cAdjFreq = 0.,
86 heimbach 1.1 abEps = 0.1,
87     pChkptFreq = 0.0,
88     chkptFreq = 0.0,
89 jmc 1.12 dumpFreq = 86400.,
90 heimbach 1.1 tauSaltClimRelax = 2592000.0,
91     tauThetaClimRelax = 2592000.0,
92     periodicExternalForcing = .TRUE.,
93     externForcingPeriod = 43200.0,
94 heimbach 1.2 externForcingCycle = 2764800.0,
95 adcroft 1.5 monitorFreq=1.,
96 heimbach 1.1 &
97    
98     # Gridding parameters
99     #
100     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
101     # delX - Zonal grid spacing (degrees)
102     # delY - Meridional grid spacing (degrees)
103     # delZ - Vertical grid spacing (m)
104     # phiMin - Southern boundary latitude (degrees)
105     #
106     &PARM04
107     usingSphericalPolarGrid = .TRUE.,
108     delX = 20*2.,
109     delY = 16*2.,
110     delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
111     100., 150., 200., 275., 350., 415., 450.,
112 jmc 1.13 500., 500., 500., 500., 500., 500., 500.,
113 heimbach 1.2 phiMin = 10.,
114 jmc 1.13 thetaMin= -42.,
115 heimbach 1.1 &
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 = 'kf_topog',
129     hydrogThetaFile = 'kf_climtheta',
130     hydrogSaltFile = 'kf_climsalt',
131 jmc 1.11 zonalWindFile = 'kf_tx',
132     meridWindFile = 'kf_ty',
133 heimbach 1.1 thetaClimFile = 'kf_sst',
134     saltClimFile = 'kf_sss',
135     surfQFile = 'kf_qnet',
136     EmPmRFile = 'kf_empmr',
137     surfQswFile = 'kf_sw',
138     &

  ViewVC Help
Powered by ViewVC 1.1.22