-
Notifications
You must be signed in to change notification settings - Fork 7
/
code.json
49 lines (42 loc) · 1.3 KB
/
code.json
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
[
{
"name": "neversink_workflow",
"organization": "U.S. Geological Survey",
"description": "Repeatable workflow for MODFLOW and MODPATH modeling in support of sourcewater delineation. The workflow leverages PEST++ and python packages (e.g. mfsetup, pyemu, flopy) to facilitate repeatability",
"version": "main",
"status": "Archival",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-USGS/neversink_workflow/raw/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/DOI-USGS/neversink_workflow",
"downloadURL": "https://github.com/DOI-USGS/neversink_workflow/archive/main/neversink_workflow.zip",
"disclaimerURL": "https://github.com/DOI-USGS/neversink_workflow/raw/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/DOI-USGS/neversink_workflow.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"groundwater modeling",
"numerical modeling",
"MODFLOW",
"PEST++",
"MODPATH"
],
"languages": [
"python",
"jupyter"
],
"contact": {
"name": "Michael Fienen",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-09-13"
}
}
]