/[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.7 - (hide annotations) (download)
Thu Oct 16 15:59:59 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint52l_pre, checkpoint57g_pre, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint52j_pre, checkpoint51o_pre, checkpoint54d_post, checkpoint54e_post, checkpoint51l_post, checkpoint57d_post, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52, checkpoint52f_post, checkpoint54f_post, checkpoint51t_post, checkpoint51n_post, checkpoint55i_post, checkpoint52i_pre, checkpoint51s_post, checkpoint55c_post, checkpoint52e_pre, checkpoint57f_post, checkpoint52e_post, checkpoint51n_pre, checkpoint53d_post, checkpoint57a_post, checkpoint52b_pre, checkpoint54b_post, checkpoint51l_pre, checkpoint52m_post, checkpoint55g_post, checkpoint51q_post, checkpoint52b_post, checkpoint52c_post, checkpoint57c_post, checkpoint52f_pre, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint51r_post, checkpoint57e_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint52d_post, checkpoint53g_post, eckpoint57e_pre, checkpoint52a_pre, checkpoint52i_post, checkpoint52h_pre, checkpoint56a_post, checkpoint53f_post, checkpoint52j_post, checkpoint57f_pre, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint51o_post, checkpoint53b_post, checkpoint52a_post, ecco_c52_e35, checkpoint51m_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.6: +1 -0 lines
add useNHMTerms=.TRUE. (default was changed)

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     # GMkbackground - background value of GM/Redi coefficient
26     # momAdvection - On/Off flag for momentum self transport
27     # momViscosity - On/Off flag for momentum mixing
28     #
29     &PARM01
30     viscAz = 1.E-3,
31     diffKzT = 1.E-5,
32     diffKzS = 1.E-5,
33     viscAh = 5.0E4,
34     viscA4 = 5.e12,
35     diffKhT = 1.0E3,
36     diffKhS = 1.0E3,
37     f0 = 1.e-4,
38     beta = 1.E-11,
39     tAlpha = 2.E-4,
40     sBeta = 7.4E-4,
41     gravity = 9.81,
42     gBaro = 9.81,
43     rigidLid = .FALSE.,
44     implicitFreeSurface= .TRUE.,
45     implicitDiffusion = .TRUE.,
46 jmc 1.6 useCDscheme = .TRUE.,
47 jmc 1.7 useNHMTerms = .TRUE.,
48 heimbach 1.1 eosType = 'POLY3',
49     momAdvection = .TRUE.,
50     momViscosity = .TRUE.,
51     implicitDiffusion = .TRUE.,
52     implicitViscosity = .TRUE.,
53     no_slip_bottom = .TRUE.,
54     no_slip_sides = .FALSE.,
55     readBinaryPrec = 32,
56     &
57    
58     # Elliptic solver parameters
59     #
60     # cg2dMaxIters - Maximum number of 2d solver iterations
61     # cg2dTargetResidual - Solver target residual
62     #
63     &PARM02
64     cg2dMaxIters = 1000,
65 heimbach 1.2 cg2dTargetResidual = 1.E-13,
66 heimbach 1.1 &
67    
68     # Time stepping parameters
69     #
70     # startTime - Integration starting time (s)
71     # endTime - Integration ending time (s)
72     # tauCD - CD scheme coupling timescale (s)
73     # deltaTMom - Timestep for momemtum equations (s)
74     # deltaTtracer - Tracer timestep (s)
75     # deltaTClock - Timestep used as model "clock" (s)
76     # abEps - Adams-Bashforth stabilising factor
77     # pChkPtFreq - Frequency of permanent check pointing (s)
78     # chkPtFreq - Frequency of rolling check pointing (s)
79     # dumpFreq - Frequency at which model state is stored (s)
80     # tauThetaClimRelax - Relaxation to climatology time scale (s)
81     # tauSaltClimRelax - Relaxation to climatology time scale (s)
82     #
83     &PARM03
84     startTime = 0.0,
85 adcroft 1.4 endTime = 72000.0,
86 heimbach 1.1 deltaTmom = 3600.0,
87     TauCD = 172800.
88 heimbach 1.2 cAdjFreq = 0.,
89 heimbach 1.1 abEps = 0.1,
90     pChkptFreq = 0.0,
91     chkptFreq = 0.0,
92     dumpFreq = 864000.0,
93     tauSaltClimRelax = 2592000.0,
94     tauThetaClimRelax = 2592000.0,
95     periodicExternalForcing = .TRUE.,
96     externForcingPeriod = 43200.0,
97 heimbach 1.2 externForcingCycle = 2764800.0,
98 adcroft 1.5 monitorFreq=1.,
99 heimbach 1.1 &
100    
101     # Gridding parameters
102     #
103     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
104     # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
105     # delX - Zonal grid spacing (degrees)
106     # delY - Meridional grid spacing (degrees)
107     # delZ - Vertical grid spacing (m)
108     # phiMin - Southern boundary latitude (degrees)
109     #
110     &PARM04
111     usingCartesianGrid = .FALSE.,
112     usingSphericalPolarGrid = .TRUE.,
113     delX = 20*2.,
114     delY = 16*2.,
115     delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
116     100., 150., 200., 275., 350., 415., 450.,
117     500., 500., 500., 500., 500., 500., 500.
118 heimbach 1.2 phiMin = 10.,
119     thetaMin= -42.
120 heimbach 1.1 &
121    
122     # Input datasets
123     #
124     # bathyFile - File containing bathymetry
125     # hydrogThetaFile - File containing initial potential temperature data
126     # hydrogSaltFile - File containing initial salinity data
127     # zonalWindFile - File containing zonal wind data
128     # meridWindFile - File containing meridional wind data
129     # thetaClimFile - File containing theta climatology used for relaxation
130     # saltClimFile - File containing salt climatology used for relaxation
131     #
132     &PARM05
133     bathyFile = 'kf_topog',
134     hydrogThetaFile = 'kf_climtheta',
135     hydrogSaltFile = 'kf_climsalt',
136     zonalWindFile = 'kf_fu',
137     meridWindFile = 'kf_fv',
138     thetaClimFile = 'kf_sst',
139     saltClimFile = 'kf_sss',
140     surfQFile = 'kf_qnet',
141     EmPmRFile = 'kf_empmr',
142     surfQswFile = 'kf_sw',
143     &

  ViewVC Help
Powered by ViewVC 1.1.22