Skip to content

Commit

Permalink
ex json
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgholzer authored and Burgholzer committed Jul 11, 2024
1 parent 91d697d commit 1b87b17
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/testcbp/HSP2results/JL1_6562_6560.simple.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"RCHRES_R001": {
"name": "RCHRES_R001",
"object_class": "ModelObject",
"value": "0",
"wd_cfs": {
"name": "wd_cfs",
"object_class": "Equation",
"equation": "2.0"
},
"WDwrite": {
"name": "WDwrite",
"object_class": "ModelLinkage",
"left_path": "[parent]/O2",
"right_path": "[parent]/wd_cfs",
"link_type": 5,
"comments": "The use of [parent] is useful in that it will insure that we create a variable if it doesn't exist. If the system already created O2 (it should) we would not need this. But it does not, so we do."
}
}
}

0 comments on commit 1b87b17

Please sign in to comment.