iiasa / message_ix

The integrated assessment and energy systems model MESSAGEix
https://docs.messageix.org
Apache License 2.0
122 stars 154 forks source link

Documentation of subannual timeslices erroneous #701

Closed glatterf42 closed 1 year ago

glatterf42 commented 1 year ago

Normally, all values intended for use in the subannual category need to be registered on a platform first with ixmp.Platform.add_timeslice(). However, this is not the case for the special value Year, which indicates that the surrounding timeseries is actually valid for the whole year. This parameter is case sensitive, though, which is not always clear from the documentation. This issue, then, is supposed to fix all occurrences of year and YEAR as the special values present without prior registration.