Skip to content

Commit

Permalink
fix(disvdfn): corrected top shape to (ncpl) (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs authored Mar 20, 2019
1 parent 2a7ec4a commit 1414840
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MODFLOW 6 is the latest core version of MODFLOW. It synthesizes many of the capa

#### ***Software/Code citation for MODFLOW 6:***

[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2019, MODFLOW 6 Modular Hydrologic Model version 6.0.4 — develop: U.S. Geological Survey Software Release, 19 March 2019, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV)
[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2019, MODFLOW 6 Modular Hydrologic Model version 6.0.4 — develop: U.S. Geological Survey Software Release, 20 March 2019, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV)

## Instructions for building definition files for new packages

Expand Down
2 changes: 1 addition & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"laborHours": -1,
"version": "6.0.4.5",
"date": {
"metadataLastUpdated": "2019-03-19"
"metadataLastUpdated": "2019-03-20"
},
"organization": "U.S. Geological Survey",
"permissions": {
Expand Down
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/dfn/gwf-disv.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ description is the total number of (x, y) vertex pairs used to characterize the
block griddata
name top
type double precision
shape (1, ncpl)
shape (ncpl)
reader readarray
longname model top elevation
description is the top elevation for each cell in the top model layer.
Expand Down
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\newcommand{\modflowversion}{mf6.0.4.5}
\newcommand{\modflowdate}{March 19, 2019}
\newcommand{\modflowdate}{March 20, 2019}
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}
2 changes: 1 addition & 1 deletion src/Utilities/version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VersionModule
public
! -- modflow 6 version
integer(I4B), parameter :: IDEVELOPMODE = 1
character(len=40), parameter :: VERSION = '6.0.4.5 03/19/2019'
character(len=40), parameter :: VERSION = '6.0.4.5 03/20/2019'
character(len=10), parameter :: MFVNAM = ' 6'
character(len=*), parameter :: MFTITLE = &
'U.S. GEOLOGICAL SURVEY MODULAR HYDROLOGIC MODEL'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MODFLOW 6 version file automatically created using...pre-commit.py
# created on...March 19, 2019 13:59:55
# created on...March 20, 2019 11:13:18

# add some comments on how this version file
# should be manually updated and used
Expand Down

0 comments on commit 1414840

Please sign in to comment.