osier.utils.get_nonstorage_techs#

osier.utils.get_nonstorage_techs(technology_list)[source]#

Returns a list of osier.Technology objects that do not have the attribute storage_level.

Parameters:

technology_list (list of osier.Technology objects) – The list of technologies.

Returns:

storage_techs – The list of non-storage technologies.

Return type:

list of osier.Technology