Skip to content

Commit

Permalink
Merge pull request #454 from pacificclimate/frapce
Browse files Browse the repository at this point in the history
Update extreme streamflow portal to merged Fraser and Peace watersheds
  • Loading branch information
corviday authored May 16, 2023
2 parents ceca298 + bec1288 commit 46a5643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DataTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const navSpec = {
{
label: 'Extreme Streamflow',
info: 'View streamflow design values for the Fraser and Peace River basins based on the CanESM2 large ensemble.',
subpath: 'flood/:ensemble_name(fraser)',
navSubpath: 'flood/fraser',
subpath: 'flood/:ensemble_name(frapce)',
navSubpath: 'flood/frapce',
render: (props) => <FloodAppController {...props} />,
},
],
Expand Down
1 change: 1 addition & 0 deletions src/data-services/ce-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function getWatershedGeographyName(ensemble){
"bc_moti": "peace_watershed",
"upper_fraser": "upper_fraser_watershed",
"fraser": "fraser_watershed",
"frapce": "frapce_watershed",
}[ensemble];
}

Expand Down

0 comments on commit 46a5643

Please sign in to comment.