-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathempty_md.json
61 lines (61 loc) · 1.49 KB
/
empty_md.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
50
51
52
53
54
55
56
57
58
59
60
61
{
"Name": "",
"ID": "",
"Description": "",
"Version_date": "",
"Inputs": [
{
"Name": "Input property",
"Type": "mupif.Property",
"Required": true,
"Type_ID": "mupif.DataID.ID_None",
"Units": "s",
"Obj_ID": "",
"Set_at": "timestep",
"ValueType": "Scalar"
}
],
"Outputs": [
{
"Name": "Output property",
"Type": "mupif.Property",
"Type_ID": "mupif.DataID.ID_None",
"Units": "s",
"Obj_ID": "",
"ValueType": "Scalar"
}
],
"Solver": {
"Software": "",
"Type": "",
"Accuracy": "High",
"Sensitivity": "Low",
"Complexity": "Low",
"Robustness": "High",
"Estim_time_step_s": 1,
"Estim_comp_time_s": 1,
"Estim_execution_cost_EUR": 0.01,
"Estim_personnel_cost_EUR": 0.01,
"Required_expertise": "None",
"Language": "",
"License": "",
"Creator": "",
"Version_date": "",
"Documentation": ""
},
"Physics": {
"Type": "",
"Entity": "",
"Equation": [],
"Equation_quantities": [],
"Relation_description": [],
"Relation_formulation": [],
"Representation": ""
},
"Execution_settings": {
"Type": "Distributed",
"jobManName": "InstitutionName.ModelName",
"Class": "",
"Module": ""
}
}