Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmagerber committed Jun 16, 2023
1 parent 5b77dcb commit 4ae8d25
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions R/demo_net_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ demo_net_input <- function() {
Unused_energy_lower = c(NA, NA, NA, NA),
Unused_energy_upper = c(NA, NA, NA, "0.05 * Vert_Q"),
Imports_lower = c(NA, NA, NA, NA),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert'),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert'),
Exports_lower = c(NA, NA, NA, NA),
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert')
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert'),
AE_lower = c(NA, NA, "0.5 * Invert_Q", "0.2 * Vert_Q"),
AE_upper = c(NA, NA, NA, NA)
)
Expand All @@ -40,9 +42,11 @@ demo_net_input <- function() {
Unused_energy_lower = c(NA, NA, NA, NA),
Unused_energy_upper = c(NA, NA, NA, NA),
Imports_lower = c(NA, NA, NA, NA),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert'),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert'),
Exports_lower = c(NA, NA, NA, NA),
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert')
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert')
)

net_winter <- data.frame(
Expand All @@ -57,9 +61,11 @@ demo_net_input <- function() {
Unused_energy_lower = c(NA, NA, NA, NA),
Unused_energy_upper = c(NA, NA, NA, NA),
Imports_lower = c(NA, NA, NA, NA),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert'),
Imports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert'),
Exports_lower = c(NA, NA, NA, NA),
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant', '0.1 * Invert', '0.1 * Vert')
Exports_upper = c('0.1 * DetNLNode', '0.1 * Plant',
'0.1 * Invert', '0.1 * Vert')
)

net_spring <- data.frame(
Expand Down

0 comments on commit 4ae8d25

Please sign in to comment.