From 59fb7b1c6bac168d52549cec7b641bdc3319e4a8 Mon Sep 17 00:00:00 2001 From: Carolyn Begeman Date: Thu, 5 Sep 2024 11:37:47 -0500 Subject: [PATCH] Add observational range to OSNAP transport time series --- mpas_analysis/ocean/time_series_transport.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpas_analysis/ocean/time_series_transport.py b/mpas_analysis/ocean/time_series_transport.py index 8b8fdae69..0d00a6a64 100644 --- a/mpas_analysis/ocean/time_series_transport.py +++ b/mpas_analysis/ocean/time_series_transport.py @@ -577,6 +577,8 @@ def run_task(self): 'Davis Strait': [-1.6, -3.6], 'Barents Sea Opening': [1.4, 2.6], 'Nares Strait': [-1.8, 0.2], + 'OSNAP section East': [15.6 - 0.8, 15.6 + 0.8], + 'OSNAP section West': [2.1 - 0.3, 2.1 + 0.3], 'Denmark Strait': None, 'Iceland-Faroe-Scotland': None}