From a29fdd2d3753cfda0968633766a92b6ad9e4beb8 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 3 Aug 2020 20:16:48 +0200 Subject: [PATCH] Update "polar regions" config to use native MPAS transects --- configs/polarRegions.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/configs/polarRegions.conf b/configs/polarRegions.conf index d85093748..b09bab128 100644 --- a/configs/polarRegions.conf +++ b/configs/polarRegions.conf @@ -85,6 +85,22 @@ regionNames = ["Atlantic_Basin", "Pacific_Basin", "Indian_Basin", longitudes = [318., 325., 0., 75., 117., 145., 160., 184., 187., 198., 253., 280., 288.] +# The approximate horizontal resolution (in km) of each transect. Latitude/ +# longitude between observation points will be subsampled at this interval. +# Use 'obs' to indicate no subsampling. Use 'mpas' to indicate plotting of +# model data on the native grid, in which case comparison with observations +# will take place on the observation grid. +horizontalResolution = mpas + +# The name of the vertical comparison grid. Valid values are 'mpas' for the +# MPAS vertical grid, 'obs' to use the locations of observations or +# any other name if the vertical grid is defined by 'verticalComparisonGrid' +verticalComparisonGridName = mpas + +# A range for the y axis (if any) +verticalBounds = [-1500., 0.] + + [soseTemperatureTransects] # options related to plotting SOSE transects of potential temperature @@ -130,6 +146,18 @@ colorbarLevelsDifference = [-0.5, -0.2, -0.1, -0.05, -0.02, 0, 0.02, 0.05, ## options related to plotting model vs. World Ocean Circulation Experiment ## (WOCE) transects. +# The approximate horizontal resolution (in km) of each transect. Latitude/ +# longitude between observation points will be subsampled at this interval. +# Use 'obs' to indicate no subsampling. Use 'mpas' to indicate plotting of +# model data on the native grid, in which case comparison with observations +# will take place on the observation grid. +horizontalResolution = mpas + +# The name of the vertical comparison grid. Valid values are 'mpas' for the +# MPAS vertical grid, 'obs' to use the locations of observations or +# any other name if the vertical grid is defined by 'verticalComparisonGrid' +verticalComparisonGridName = mpas + # Horizontal bounds of the plot (in km), or an empty list for automatic bounds # The bounds are a 2-element list of the minimum and maximum distance along the # transect @@ -137,6 +165,9 @@ horizontalBounds = {'WOCE_A21': [630., 830.], 'WOCE_A23': [0., 200.], 'WOCE_A12': [4620., 4820.]} +# A range for the y axis (if any) +verticalBounds = [-4000., 0.] + [woceTemperatureTransects] ## options related to plotting WOCE transects of potential temperature