Description Usage Arguments Details Value
View source: R/check_input_data.R
This function check if a list contains all the right data structures needed for a YAPOS simulation. It also checks if they are well-formed (dimensions and consistency).
1 |
s |
List containing all the inputs |
The function returns also a data frame containing pre-processing information on the simulation. The data frame has the following columns:
'zone'
'demand': annual total demand
'net_demand': annual total net-demand
'cf_with_ntc': the ratio between the net demand and the sum between total generation capacity and NTC
'cf': the ratio between net demand and total capacity
'cf_must_run': the ratio between net demand and must-run capacity (i.e. generation minimum)
'inflow': annual total inflow
'inflow_capacity_ratio': ratio between inflow and capacity of hydropower units
'inflow_storage_ratio': ratio between inflow and storage capacity
data frame containing pre-processing information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.