TulipaEnergy/TulipaEnergyModel.jl

Validate `initial_storage_level` levels

Open

#1,104 opened on Mar 17, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Julia (37 forks)auto 404
good first issue

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

Description

Check that if there is a defined initial_storage_level, it must be between the asset's max/min limits. Also, we need to check that if there are max/min profiles, then you must also check that the initial value is between those values.

Contributor guide