-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcodemeta.json
More file actions
161 lines (161 loc) · 3.82 KB
/
codemeta.json
File metadata and controls
161 lines (161 loc) · 3.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "SCHISM-ESMF",
"description": "Earth System Modeling Framework (ESMF) and NUOPC caps for SCHISM hydrodynamics model, enabling coupling with other Earth system components",
"identifier": "https://github.com/schism-dev/schism-esmf",
"codeRepository": "https://github.com/schism-dev/schism-esmf",
"issueTracker": "https://github.com/schism-dev/schism-esmf/issues",
"license": [
"https://spdx.org/licenses/Apache-2.0",
"https://spdx.org/licenses/GPL-3.0-or-later"
],
"version": "0.3.0",
"dateCreated": "2019-09-11",
"dateModified": "2025-11-14",
"datePublished": "2020-02-12",
"programmingLanguage": [
"Fortran",
"Python",
"CMake"
],
"runtimePlatform": [
"Linux",
"macOS",
"HPC clusters"
],
"operatingSystem": [
"Linux",
"macOS"
],
"applicationCategory": "Scientific Software",
"keywords": [
"ESMF",
"NUOPC",
"SCHISM",
"hydrodynamics",
"ocean modeling",
"Earth system modeling",
"coastal modeling",
"model coupling",
"numerical modeling"
],
"author": [
{
"@type": "Person",
"givenName": "Carsten",
"familyName": "Lemmen",
"email": "carsten.lemmen@hereon.de",
"affiliation": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Hereon"
}
},
{
"@type": "Person",
"givenName": "Richard",
"familyName": "Hofmeister",
"affiliation": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Hereon"
}
},
{
"@type": "Person",
"givenName": "Joseph",
"familyName": "Zhang",
"affiliation": {
"@type": "Organization",
"name": "Virginia Institute of Marine Science"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Zhengui",
"familyName": "Wang"
},
{
"@type": "Person",
"givenName": "Fei",
"familyName": "Ye"
},
{
"@type": "Person",
"givenName": "Nicole",
"familyName": "Cai"
},
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Yu"
},
{
"@type": "Person",
"givenName": "Wei",
"familyName": "Huang"
},
{
"@type": "Person",
"givenName": "Ufuk",
"familyName": "Turuncoglu"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Carsten",
"familyName": "Lemmen",
"email": "carsten.lemmen@hereon.de",
"affiliation": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Hereon"
}
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Helmholtz-Zentrum Hereon",
"url": "https://www.hereon.de"
}
],
"copyrightYear": 2019,
"funder": [
{
"@type": "Organization",
"name": "Helmholtz Association"
}
],
"softwareRequirements": [
"ESMF >= 8.0.0",
"SCHISM",
"MPI (MPICH or OpenMPI)",
"CMake >= 3.16",
"Fortran compiler (gfortran, ifort, ifx)",
"NetCDF-Fortran",
"ParMETIS (optional)",
"PDAF (optional)",
"MOSSCO (optional)"
],
"buildInstructions": "https://schism-esmf.readthedocs.io/en/latest/installation.html",
"readme": "https://github.com/schism-dev/schism-esmf/blob/main/ReadMe.md",
"softwareHelp": "https://schism-esmf.readthedocs.io",
"developmentStatus": "active",
"funding": "Helmholtz Association",
"isPartOf": {
"@type": "SoftwareApplication",
"name": "SCHISM",
"url": "https://schism-dev.github.io/schism/"
},
"relatedLink": [
"https://schism-esmf.readthedocs.io",
"https://earthsystemmodeling.org",
"https://schism-dev.github.io/schism/"
],
"referencePublication": {
"@type": "ScholarlyArticle",
"name": "ESMF and NUOPC caps for SCHISM"
}
}