Skip to content

Commit

Permalink
Update hydrologic store variable names and plot styles
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jun 6, 2024
1 parent 975e103 commit 7a7c43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/stores/hydrologic.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ export const useHydrologicStore = defineStore('hydrologic', () => {
},
{
abbreviation: 'node_dist',
name: 'Node Delta',
name: 'Node Dispersion',
unit: 'm',
definition: 'Mean distance between observed and prior river database node locations.',
default: false,
always: false,
selectable: false,
fileType: 'node',
plottable: true,
plottable: false,
},
{
abbreviation: 'p_dist_out',
Expand Down

0 comments on commit 7a7c43b

Please sign in to comment.