reskit.csp.workflows.dataset_handler#
Attributes#
Classes#
dataset_handelr, which applies usefulll functions for splitting up placements from different datasets |
Module Contents#
- class reskit.csp.workflows.dataset_handler.dataset_handler(datasets)#
dataset_handelr, which applies usefulll functions for splitting up placements from different datasets
- Parameters:
datasets (list of strings) – each string should be a valid key in the
- datasets#
- split_placements(placements, gsa_dni_path, gsa_tamb_path)#
- _get_path_dataset_opt()#
- _get_opt_HTF_matrix()#
Tries to find the opt matrix from the given datasets. if not possible, calculate a new one
- Returns:
lookup table with the optimal HTF fluid for each temperature and DNI
- Return type:
pd.DataFrame
- _calc_opt_HTF_matrix()#
Calculates the optimal htf for a variation of t_amb and dni and stores it inside reskit
- Returns:
[matrix with opt htf for different T_amb and DNIs]
- Return type:
[pd.DataFrame]
- _lookup(x, y, table)#
- reskit.csp.workflows.dataset_handler.datasetnames = ['Dataset_Heliosol_2030', 'Dataset_SolarSalt_2030']#