Skip to content

Commit

Permalink
Fix meta-data error.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
  • Loading branch information
joemoorhouse committed Oct 20, 2024
1 parent ef23d29 commit b3c839a
Show file tree
Hide file tree
Showing 2 changed files with 3,095 additions and 1,848 deletions.
6 changes: 3 additions & 3 deletions src/hazard/onboard/jupiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def inventory(self) -> Iterable[HazardResource]:
display_name="Max 1 minute sustained wind speed (Jupiter)",
description=self._jupiter_description
+ """
This wind speed model computes the maximum 1-minute sustained wind speed (in km/hr) experienced over a
This wind speed model computes the maximum 1-minute sustained wind speed (in m/s) experienced over a
100 year return period based on mean wind speed distributions
from multiple Global Climate Models (GCMs).
""", # noqa:W503
Expand All @@ -370,13 +370,13 @@ def inventory(self) -> Iterable[HazardResource]:
min_value=0.0,
max_index=255,
max_value=120.0,
units="km/hour",
units="m/s",
),
index_values=None,
path="max_1min_{scenario}_{year}_map",
source="map_array",
),
units="km/hour",
units="m/s",
scenarios=[
Scenario(id="ssp126", years=[2020, 2030, 2040, 2050, 2075, 2100]),
Scenario(id="ssp585", years=[2020, 2030, 2040, 2050, 2075, 2100]),
Expand Down
Loading

0 comments on commit b3c839a

Please sign in to comment.