From 02bcb5bd5fed8d6cf346ddc79744bdd952206c70 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Mon, 16 Mar 2020 13:49:24 -0500 Subject: [PATCH] Update Mendota Buoy meteorogram for 2020 season Some channels were removed because they were old/redundant. --- content/js/meteorogram/site_configs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/js/meteorogram/site_configs.js b/content/js/meteorogram/site_configs.js index a668a712..34c05343 100644 --- a/content/js/meteorogram/site_configs.js +++ b/content/js/meteorogram/site_configs.js @@ -337,7 +337,7 @@ var siteConfigs = { traces: [ { name: 'Chlorophyll', - var_names: ['mendota.buoy.chlorophyll'], + var_names: ['mendota.buoy.chlorophyll_ysi'], }, ], yaxis: { @@ -354,7 +354,7 @@ var siteConfigs = { traces: [ { name: 'Phycocyanin', - var_names: ['mendota.buoy.phycocyanin'], + var_names: ['mendota.buoy.phycocyanin_ysi'], }, ], yaxis: { -- GitLab