11.5.3.3. rheia.CASES.H2_POWER.h2_power.ReadData

class rheia.CASES.H2_POWER.h2_power.ReadData(filename_climate, filename_demand)

This class enables to read data from the data files.

Parameters
  • filename_climate (str) – The directory of the file with information on the solar irradiance.

  • filename_climate – The directory of the file with information on the demand.

__init__(filename_climate, filename_demand)

Methods

__init__(filename_climate, filename_demand)

load_climate()

This method loads the hourly solar irradiance data and ambient temperature data, situated in the 'sol_irr' and 'T_amb' columns of the climate data file.

load_demand()

This method loads the hourly electricity demand data, situated in the 'total electricity' column of the demand data file.

load_parameters()

This method loads the deterministic values of the model parameters, defined in the design_space file.