-
Notifications
You must be signed in to change notification settings - Fork 117
/
develop.tex
62 lines (53 loc) · 2.52 KB
/
develop.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
% Use this template for starting initializing the release notes
% after a release has just been made.
\item \currentmodflowversion
%\underline{NEW FUNCTIONALITY}
%\begin{itemize}
% \item xxx
% \item xxx
% \item xxx
%\end{itemize}
%\underline{EXAMPLES}
%\begin{itemize}
% \item xxx
% \item xxx
% \item xxx
%\end{itemize}
\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\
\underline{BASIC FUNCTIONALITY}
\begin{itemize}
\item Improve error message if the size of data read from a binary array file is inconsistent with READARRAY control line and variable description keywords.
\item The area calculation for cells in the DISV package was inaccurate for some cases with very large cell vertex coordinates. The area calculation was improved by using transformed cell vertex coordinates prior to making the area calculation.
% \item xxx
% \item xxx
\end{itemize}
%\underline{INTERNAL FLOW PACKAGES}
%\begin{itemize}
% \item xxx
% \item xxx
% \item xxx
%\end{itemize}
\underline{STRESS PACKAGES}
\begin{itemize}
\item The data header in the binary output file written by the viscosity (VSC) package was printing `` VISCOSI'' instead of `` VISCOSITY''. The viscosity package now prints the full `` VISCOSITY'' header in the binary output file.
% \item xxx
% \item xxx
\end{itemize}
\underline{ADVANCED STRESS PACKAGES}
\begin{itemize}
\item Added functionality to support zero values for each grid dimension when specifying the CELLID for SFR reaches that are not connected to an underlying groundwater grid cell. For example, for a DIS grid a CELLID of 0 0 0 should be specified for unconnected reaches. Warning messages will be issued if NONE is specified for unconnected reaches. Specifying a CELLID of NONE will eventually be deprecated and will cause MODFLOW 6 to terminate with an error.
\item Added functionality to support specification of a DNODATA (3.0E+30) BEDLEAK value for LAK package connections to identify lake-GWF connections where conductance is solely a function of aquifer properties in the connected GWF cell and lakebed sediments are assumed to be absent. Warning messages will be issued if NONE is specified for LAK package connections. Specifying a BEDLEAK value equal to NONE will eventually be deprecated and will cause MODFLOW 6 to terminate with an error.
% \item xxx
\end{itemize}
%\underline{SOLUTION}
%\begin{itemize}
% \item xxx
% \item xxx
% \item xxx
%\end{itemize}
%\underline{EXCHANGES}
%\begin{itemize}
% \item xxx
% \item xxx
% \item xxx
%\end{itemize}