This endpoint returns the available calculation times for degree days (HDD/CDD) forecasts. It indicates which initialization times have completed degree days calculations, which are currently in progress, and which are incomplete.
A model parameter must be provided to specify which weather model's calculation times to retrieve. You can find a list of available models here.
| Name | Description | Format |
|---|---|---|
| ens_member Optional | The ensemble member to get calculation times for. | mean or 0-23 |
| Notes |
|---|
| No additional parameters required. |
| Name | Description | Format |
|---|---|---|
| ens_member Optional | The ensemble member to get calculation times for. | mean or 0-23 |
| Notes |
|---|
| No additional parameters required. |
| Name | Description | Format |
|---|---|---|
| ens_member Optional | The ensemble member to get calculation times for. | mean or 0-23 |
| Notes |
|---|
| No additional parameters required. |
| Notes |
|---|
| No additional parameters required. |
| Name | Description |
|---|---|
| -e --ens-member Optional | The ensemble member to get calculation times for. Can be "mean" or a number between 0 and 23. |
| -m --model | Set to wm-4.5-ens . |
| Name | Description |
|---|---|
| -m --model | Set to wm-4 . |
| Name | Description |
|---|---|
| -e --ens-member Optional | The ensemble member to get calculation times for. Can be "mean" or a number between 0 and 23. |
| -m --model | Set to wm-4-ens . |
| Name | Description |
|---|---|
| -m --model | Set to ecmwf-det . |
| Name | Description |
|---|---|
| -e --ens-member Optional | The ensemble member to get calculation times for. Can be "mean" or a number between 0 and 23. |
| -m --model | Set to ecmwf-ens . |
| Name | Description |
|---|---|
| -m --model | Set to gfs . |
| Name | Type | Description | Format |
|---|---|---|---|
| available | array | Initialization times with completed degree days calculations. Ordered from newest to oldest. | ISO 8601 |
| timestamp | string | Available initialization time | ISO 8601 |
| in_progress | array | Initialization times with degree days calculations currently in progress. | ISO 8601 |
| timestamp | string | Initialization time currently being calculated | ISO 8601 |
| incomplete | array | Initialization times with incomplete degree days calculations. Used to debug calculation issues. | ISO 8601 |
| timestamp | string | Timestamp of an initialization time with incomplete calculations | ISO 8601 |
| latest | string | Latest available initialization time with completed calculations. | ISO 8601 |