Skip to content

Commit

Permalink
Update hydrology chart intro text to reflect model selection feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstephen authored and brucecrevensten committed Jan 15, 2025
1 parent cbef5f9 commit 8ea8b76
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 24 deletions.
7 changes: 3 additions & 4 deletions components/global/HydrologyEvap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ onUnmounted(() => {

<p>
Enter a location below to see a chart of mean annual evapotranspiration
per decade for a point location using the CanESM2 model and the selected
emissions scenario and month. After entering a location, links will be
provided where you can download the data that is used to populate the
chart.
per decade for a point location using the selected model, emissions
scenario, and month. After entering a location, links will be provided
where you can download the data that is used to populate the chart.
</p>

<Gimme extent="mizukami" />
Expand Down
7 changes: 3 additions & 4 deletions components/global/HydrologyGlacierMelt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ onUnmounted(() => {

<p>
Enter a location below to see a chart of mean annual glacier melt per
decade for a point location using the CanESM2 model and the selected
emissions scenario and month. After entering a location, links will be
provided where you can download the data that is used to populate the
chart.
decade for a point location using the selected model, emissions
scenario, and month. After entering a location, links will be provided
where you can download the data that is used to populate the chart.
</p>

<Gimme extent="mizukami" />
Expand Down
10 changes: 5 additions & 5 deletions components/global/HydrologyIswe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ onUnmounted(() => {
</MapBlock>

<p>
Enter a location below to see decadal charts of monthly mean ice/snow
water equivalent for a point location using the CanESM2 model and the
selected emissions scenario and month. After entering a location, links
will be provided where you can download the data that is used to
populate the charts.
Enter a location below to see charts of mean annual ice/snow water
equivalent per decade for a point location using the selected model,
emissions scenario, and month. After entering a location, links will be
provided where you can download the data that is used to populate the
charts.
</p>

<Gimme extent="mizukami" />
Expand Down
6 changes: 3 additions & 3 deletions components/global/HydrologyRunoff.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ onUnmounted(() => {

<p>
Enter a location below to see a chart of mean annual runoff per decade
for a point location using the CanESM2 model and the selected emissions
scenario and month. After entering a location, links will be provided
where you can download the data that is used to populate the chart.
for a point location using the selected model, emissions scenario, and
month. After entering a location, links will be provided where you can
download the data that is used to populate the chart.
</p>

<Gimme extent="mizukami" />
Expand Down
7 changes: 3 additions & 4 deletions components/global/HydrologySm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,9 @@ onUnmounted(() => {

<p>
Enter a location below to see charts of mean monthly soil moisture per
decade for a point location using the CanESM2 model and the selected
emissions scenario and month. After entering a location, links will be
provided where you can download the data that is used to populate the
charts.
decade for a point location using the selected model, emissions
scenario, and month. After entering a location, links will be provided
where you can download the data that is used to populate the charts.
</p>

<Gimme extent="mizukami" />
Expand Down
7 changes: 3 additions & 4 deletions components/global/HydrologySnowMelt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ onUnmounted(() => {

<p>
Enter a location below to see a chart of mean annual snow melt per
decade for a point location using the CanESM2 model and the selected
emissions scenario and month. After entering a location, links will be
provided where you can download the data that is used to populate the
chart.
decade for a point location using the selected model, emissions
scenario, and month. After entering a location, links will be provided
where you can download the data that is used to populate the chart.
</p>

<Gimme extent="mizukami" />
Expand Down

0 comments on commit 8ea8b76

Please sign in to comment.