Some forecast outputs are calculated after the underlying forecast data becomes available. This endpoint lets you check when degree day (HDD/CDD) and tropical cyclone calculations are available for each model initialization time, as well as which calculations are still in progress or incomplete.
Choose the forecast model in the URL and set calculation_type to the derived product whose calculation status you want to retrieve.
| Name | Type | Description |
|---|---|---|
| model Required | string | Forecast model whose calculation availability to return. See Available Models.Degree days are available for models with degree-day calculations enabled. Tropical cyclone calculation times currently support only wm-6 . |
| calculation_type Required | string | Calculation product whose availability to return. Options: degree_days for HDD/CDD forecasts or tropical_cyclones for tropical cyclone forecasts. |
| Notes |
|---|
| No additional parameters required. |
| Name | Description |
|---|---|
| -m --model | The model used to form the request URL. Availability can differ by model cadence and calculation completion time. |
| Name | Description |
|---|---|
| model | The model used to form the request URL. Availability can differ by model cadence and calculation completion time. |
| print_response Optional | Whether to print formatted output. Default: false |
| Name | Type | Description | Format |
|---|---|---|---|
| available | array | Initialization times with completed calculations for the requested calculation type. Ordered from newest to oldest. | ISO 8601 |
| timestamp | string | Available initialization time | ISO 8601 |
| in_progress | array | Initialization times with calculations currently in progress for the requested calculation type. | ISO 8601 |
| timestamp | string | Initialization time currently being calculated | ISO 8601 |
| incomplete | array | Initialization times with incomplete calculations for the requested calculation type. 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 |