forked from geoflows/dclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
51 lines (44 loc) · 1.11 KB
/
code.json
File metadata and controls
51 lines (44 loc) · 1.11 KB
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
50
51
[
{
"name": "dclaw",
"organization": "U.S. Geological Survey",
"description": "D-Claw - A library for the simulation of granular-fluid flows",
"version": "1.0.0",
"status": "Beta",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "BSD 3-Clause License",
"URL": "https://code.usgs.gov/claw/dclaw/-/raw/1.0.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/claw/dclaw",
"downloadURL": "https://code.usgs.gov/claw/dclaw/-/archive/1.0.0/dclaw-1.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/claw/dclaw/-/raw/1.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/claw/dclaw.git",
"vcs": "git",
"laborHours": 10000,
"tags": [
"clawpack",
"dclaw",
"D-Claw",
"granular-fluid flows",
"landslides",
"debris flows",
"tsunami"
],
"languages": [
"fortran",
"python"
],
"contact": {
"name": "David L. George",
"email": "dgeorge@usgs.gov"
},
"date": {
"metadataLastUpdated": "2025-03-24"
}
}
]