-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(GwfModule): improvements to ptc (#53)
Small improvements to ptc to reduce the ptcdel value loaded on the diagonal.
- Loading branch information
1 parent
7d103aa
commit df05c2e
Showing
8 changed files
with
70 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
[ | ||
{ | ||
"status": "Release Candidate", | ||
"status": "Release Candidate", | ||
"languages": [ | ||
"Fortran2008" | ||
], | ||
"repositoryURL": "https://code.usgs.gov/usgs/modflow/modflow6.git", | ||
"disclaimerURL": "https://code.usgs.gov/usgs/modflow/modflow6/blob/master/DISCLAIMER.md", | ||
], | ||
"repositoryURL": "https://code.usgs.gov/usgs/modflow/modflow6.git", | ||
"disclaimerURL": "https://code.usgs.gov/usgs/modflow/modflow6/blob/master/DISCLAIMER.md", | ||
"tags": [ | ||
"MODFLOW", | ||
"MODFLOW", | ||
"groundwater model" | ||
], | ||
"vcs": "git", | ||
"name": "modflow6", | ||
"downloadURL": "https://code.usgs.gov/usgs/modflow/modflow6/archive/master.zip", | ||
], | ||
"vcs": "git", | ||
"name": "modflow6", | ||
"downloadURL": "https://code.usgs.gov/usgs/modflow/modflow6/archive/master.zip", | ||
"contact": { | ||
"name": "Christian D. Langevin", | ||
"name": "Christian D. Langevin", | ||
"email": "langevin@usgs.gov" | ||
}, | ||
"laborHours": -1, | ||
"version": "6.0.3.25", | ||
}, | ||
"laborHours": -1, | ||
"version": "6.0.3.30", | ||
"date": { | ||
"metadataLastUpdated": "2018-10-14" | ||
}, | ||
"organization": "U.S. Geological Survey", | ||
"metadataLastUpdated": "2018-10-29" | ||
}, | ||
"organization": "U.S. Geological Survey", | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://code.usgs.gov/usgs/modflow/modflow6/blob/master/LICENSE.md", | ||
"URL": "https://code.usgs.gov/usgs/modflow/modflow6/blob/master/LICENSE.md", | ||
"name": "Public Domain, CC0-1.0" | ||
} | ||
], | ||
], | ||
"usageType": "openSource" | ||
}, | ||
"homepageURL": "https://code.usgs.gov/usgs/modflow/modflow6/", | ||
}, | ||
"homepageURL": "https://code.usgs.gov/usgs/modflow/modflow6/", | ||
"description": "MODFLOW is the USGS's modular hydrologic model. MODFLOW is considered an international standard for simulating and predicting groundwater conditions and groundwater/surface-water interactions." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
\newcommand{\modflowversion}{mf6.0.3.25} | ||
\newcommand{\modflowdate}{October 14, 2018} | ||
\newcommand{\modflowversion}{mf6.0.3.30} | ||
\newcommand{\modflowdate}{October 29, 2018} | ||
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 14, 2018 14:53:51 | ||
# created on...October 29, 2018 17:42:30 | ||
|
||
# add some comments on how this version file | ||
# should be manually updated and used | ||
|
||
major = 6 | ||
minor = 0 | ||
micro = 3 | ||
build = 25 | ||
commit = 126 | ||
build = 30 | ||
commit = 131 | ||
|