Daily Profile
General Description
Parameter which provides a daily profile.
The daily profile returns a different value based on the month of the current time-step. API Reference
Attributes
Name
Description
Required
type
dailyprofile
Yes
values
An array of 366 numbers whose indices represent the days of the year.
Yes
Example
{
type: 'dailyprofile',
values: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ... ]
}
Last updated
Was this helpful?