Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(releasenotes): corrected spelling error in release notes #64

Merged
merged 10 commits into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ReleaseNotes/ReleaseNotes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ \section{Distribution File}
It is recommended that no user files are kept in the \modflowversion~directory structure. If you do plan to put your own files in the \modflowversion~directory structure, do so only by creating additional subdirectories.

% -------------------------------------------------
\section{Installation and Executation}
\section{Installation and Execution}
There is no installation of MODFLOW 6 other than the requirement that \modflowversion.zip must be unzipped into a location where it can be accessed.

To make the executable versions of MODFLOW 6 accessible from any directory, the directory containing the executables should be included in the PATH environment variable. Also, if a prior release of MODFLOW 6 is installed on your system, the directory containing the executables for the prior release should be removed from the PATH environment variable.
Expand Down
1 change: 1 addition & 0 deletions doc/mf6io/mf6ivar/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A MODFLOW 6 variable, and its place within a block and on a line is defined usin
* block -- this is the name of the block that contains the variable. Required.
* name -- this is the name of the variable. Required.
* type -- this is the type of variable. Valid values are: keyword, string, integer, double precision, recarray, record, recordrepeating, keystring. Required.
* valid -- list of valid values or keywords
* shape -- this is the size of the array. Only required for arrays. Optional.
* tagged -- if set to false, then a keyword is not required prior to value itself. tagged is set to true if not specified. Optional.
* in_record -- if true, then this means that the variable is part of a record, and so it should not be listed on its own line. in_record is False if not specified. Optional.
Expand Down