sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature/routine for decomissioning of exisiting capacity #78

Closed FelixMau closed 1 week ago

FelixMau commented 3 months ago

Adding in Decommissioning for stock processes fading out.

FelixMau commented 2 months ago

Separating caluclaitons to happen pre and post calculation.

Recalculation of activity bonds to be relative values. And then applying decommission logic helps to be certain about already existing max values.

FelixMau commented 2 months ago

Made following changes:

FelixMau commented 2 months ago

Will be adapting tests on dev to keep things at least a little separated. Going to add empty dictionaries for input and output parameters

FelixMau commented 3 weeks ago

Now including a nan value handler to replace nan values automatically if the parameter values differ over the periods.

Replacing max values by 9999999999999. Replacing min and all other values by 0.

This feature is not meant to be used extensively since leaving values empty for some years is implicit and in most cases considered 0!

FelixMau commented 1 week ago

Due to unrelated changes returning to #78 d9e872d9e6d4ae483e0c21beac0f27b28ab510d1

Continueing to work on handling nans on #89