Skip to content

Commit

Permalink
fix(docs): maximum_iterations in gwf-sfr.dfn should be of type integer
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs committed Dec 28, 2018
1 parent ad3de27 commit 5f857d0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

## Automated Testing Status on Travis-CI

### Version 6.0.3 obs-outlinelen — build 31
[![Build Status](https://travis-ci.org/MODFLOW-USGS/modflow6.svg?branch=obs-outlinelen)](https://travis-ci.org/MODFLOW-USGS/modflow6)
### Version 6.0.3 develop-patch-sfrdfn — build 47
[![Build Status](https://travis-ci.org/MODFLOW-USGS/modflow6.svg?branch=develop-patch-sfrdfn)](https://travis-ci.org/MODFLOW-USGS/modflow6)

## Introduction

Expand All @@ -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, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.3 — obs-outlinelen: U.S. Geological Survey Software Release, 30 October 2018, 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, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.3 — develop-patch-sfrdfn: U.S. Geological Survey Software Release, 28 December 2018, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV)


## Instructions for building definition files for new packages
Expand Down
4 changes: 2 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"email": "langevin@usgs.gov"
},
"laborHours": -1,
"version": "6.0.3.31",
"version": "6.0.3.47",
"date": {
"metadataLastUpdated": "2018-10-30"
"metadataLastUpdated": "2018-12-28"
},
"organization": "U.S. Geological Survey",
"permissions": {
Expand Down
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/dfn/gwf-sfr.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ description REPLACE mover {'{#1}': 'SFR'}

block options
name maximum_iterations
type double precision
type integer
reader urword
optional true
longname SFR Newton-Raphson iterations
Expand Down
4 changes: 2 additions & 2 deletions doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\newcommand{\modflowversion}{mf6.0.3.31}
\newcommand{\modflowdate}{October 30, 2018}
\newcommand{\modflowversion}{mf6.0.3.47}
\newcommand{\modflowdate}{December 28, 2018}
\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.3.31 10/30/2018'
character(len=40), parameter :: VERSION = '6.0.3.47 12/28/2018'
character(len=10), parameter :: MFVNAM = ' 6'
character(len=*), parameter :: MFTITLE = &
'U.S. GEOLOGICAL SURVEY MODULAR HYDROLOGIC MODEL'
Expand Down
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MODFLOW 6 version file automatically created using...pre-commit.py
# created on...October 30, 2018 18:11:46
# created on...December 28, 2018 12:47:06

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

major = 6
minor = 0
micro = 3
build = 31
commit = 132
build = 47
commit = 148

0 comments on commit 5f857d0

Please sign in to comment.