From 2934ed8c228406d428d012423c8ac8565461b4a7 Mon Sep 17 00:00:00 2001 From: Nick Chadwick Date: Mon, 24 Jun 2024 10:07:01 -0500 Subject: [PATCH] making the service private --- .../mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_alaska_mem1/mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa.yml b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_alaska_mem1/mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa.yml index b5cdb212..473d95e0 100644 --- a/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_alaska_mem1/mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa.yml +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/medium_range_alaska_mem1/mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa.yml @@ -1,4 +1,4 @@ -service: mrf_gfs_10day_max_high_flow_magnitude_alaska +service: mrf_gfs_10day_max_high_flow_magnitude_alaska_noaa summary: Medium-Range GFS 10 Day Maximum High Flow Magnitude Forecast - Alaska description: Depicts the magnitude of the peak National Water Model (NWM) streamflow forecast over the next 3, 5 and 10 days where the NWM is signaling high water. This service is derived from the medium-range GFS @@ -11,4 +11,4 @@ credits: National Water Model, NOAA/NWS National Water Center egis_server: server egis_folder: nwm feature_service: false -public_service: true \ No newline at end of file +public_service: false \ No newline at end of file