Monthly Profile

General Description

Parameter which provides a monthly profile. The monthly profile returns a different value based on the month of the current time-step. API Reference

Attributes

Name
Description
Required

type

monthlyprofile

Yes

values

An array of 12 numbers whose indices represent the months of the year.

Yes

Example

{
    type: 'monthlyprofile',
    values: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
}

Water Strategy offers an alternative way to work with Monthly Profiles.

Last updated

Was this helpful?