Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8595656
fix @show typeof(dd)
adrianaghiozzi May 3, 2024
ffceb5d
fix working with dd{Real}
adrianaghiozzi May 3, 2024
28d93f0
cache precompiled dd
adrianaghiozzi May 3, 2024
643cd9c
dd{Real}
adrianaghiozzi May 3, 2024
c5b76fa
dd._ddR and uncertain(dd)
adrianaghiozzi May 3, 2024
33fcbe9
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl
adrianaghiozzi May 16, 2024
84c531b
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl into…
adrianaghiozzi Aug 5, 2024
f783bd0
Add risk.json
adrianaghiozzi Aug 15, 2024
7817996
Add costing.model for use in risk
adrianaghiozzi Aug 15, 2024
dc30e1c
Add units in dd.risk
adrianaghiozzi Sep 5, 2024
61c6400
Remove lazycopy
adrianaghiozzi Sep 7, 2024
c4c5c42
Update dd.jl file
Sep 7, 2024
9ac0f75
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl into…
adrianaghiozzi Sep 9, 2024
cb997fa
Merge branch 'risk' of github.com:ProjectTorreyPines/IMASDD.jl into risk
adrianaghiozzi Sep 9, 2024
d0542ba
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl into…
adrianaghiozzi Oct 3, 2024
4f88485
Add edge collisionality stability limit to identifiers
adrianaghiozzi Oct 23, 2024
51cbcb5
oops
adrianaghiozzi Oct 23, 2024
9432f8c
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl into…
adrianaghiozzi Oct 30, 2024
1f24b82
bug fix
adrianaghiozzi Nov 11, 2024
0af05cc
Merge branch 'master' of github.com:ProjectTorreyPines/IMASDD.jl into…
adrianaghiozzi Nov 12, 2024
57390b9
Remove dd.costing.model
adrianaghiozzi Nov 12, 2024
d1d2179
Update dd.jl file
Nov 12, 2024
a045ab1
Remove dd.costing.model
adrianaghiozzi Nov 12, 2024
8f3655b
Merge branch 'risk' of github.com:ProjectTorreyPines/IMASDD.jl into risk
adrianaghiozzi Nov 12, 2024
67fe9d3
Update dd.jl file
Nov 12, 2024
08c7f6a
Add field failure_mode to risk
adrianaghiozzi Nov 14, 2024
48c2513
Merge branch 'risk' of github.com:ProjectTorreyPines/IMASDD.jl into risk
adrianaghiozzi Nov 14, 2024
a830eca
Update dd.jl file
Nov 14, 2024
69dab4a
Merge branch 'master' of https://github.com/ProjectTorreyPines/IMASdd…
adrianaghiozzi Mar 5, 2025
a3ba88b
Merge branch 'master' of https://github.com/ProjectTorreyPines/IMASdd…
adrianaghiozzi Mar 12, 2025
30f66ef
FilledFields__risk in dd.jl
adrianaghiozzi Mar 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data_dictionary/data_structures_extra/costing.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
},
"costing.levelized_CoE": {
"data_type": "FLT_0D",
"documentation": "Levelized cost of electiricity (total cost / total electricy generated)",
"documentation": "Levelized cost of electiricity (total cost / total electricity generated)",
"type": "static",
"units": "$/kWh"
},
Expand Down
Loading
Loading