Skip to content

Commit

Permalink
Add 21-11 Fraser River Turbidity image loop var name
Browse files Browse the repository at this point in the history
The name of the turbidity variable was changed in V2021-11. For now, it still
represents the Fraser River turbidity. Having both the new and old variable name
image loops in the biology image loops data structure enables the page view code
to work across the V2019-05 to V2021-11 transition.
  • Loading branch information
douglatornell committed Feb 7, 2024
1 parent 68d63ba commit 6a57a94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions salishsea_site/views/salishseacast.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,14 @@
svg_name="Fraser_tracer_thalweg_and_surface",
),
),
ImageLoop(
model_var="turbidity",
metadata=FigureMetadata(
title="Fraser River Turbidity Fields Along Thalweg and at Surface",
link_text="Surface Fraser River Turbidity",
svg_name="turbidity_thalweg_and_surface",
),
),
],
)

Expand Down

0 comments on commit 6a57a94

Please sign in to comment.