Skip to content

Commit

Permalink
PR review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebarthel committed Sep 11, 2024
1 parent 301bf73 commit 300a3f1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
Empty file modified mpas_analysis/__main__.py
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions mpas_analysis/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ renormalizationThreshold = 0.01


[osnapTemperatureTransects]
## options related to plotting WOCE transects of potential temperature
## options related to plotting OSNAP transects of potential temperature

# colormap for model/observations
colormapNameResult = RdYlBu_r
Expand Down Expand Up @@ -2663,7 +2663,7 @@ normArgsDifference = {'vmin': -2.0, 'vmax': 2.0}
contourLevelsDifference = np.arange(-1.8, 2.0, 0.4)

[osnapSalinityTransects]
## options related to plotting WOCE transects of salinity
## options related to plotting OSNAP transects of salinity

# colormap for model/observations
colormapNameResult = haline
Expand Down
25 changes: 23 additions & 2 deletions mpas_analysis/obs/observational_datasets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,28 @@
ocean
</component>
<description>
OSNAP,designed to provide a continuous record of the full-water column, trans-basin fluxes of heat, mass and freshwater in the subpolar North Atlantic,consists oftwo legs: one extending from southern Labrador to the southwestern tip of Greenland across the mouth of the Labrador Sea (OSNAP West), and the second from the southeastern tip of Greenland to Scotland (OSNAP East). The observing system also includes subsurface floats (OSNAP Floats) in order to trace the pathways of overflow waters in the basin and to assess the connectivity of currents crossing the OSNAP line. The location of the OSNAP East and West legs purposefully melds with a number of long-term observational efforts in the North Atlantic: the Canadian repeat AR7W program in the Labrador Sea; the German Labrador Sea western boundary array at 53°N; the global Ocean Observatories Initiative node to be placed in the southwestern Irminger Sea; the repeat A1E/AR7E hydrographic sections across the Irminger and Iceland basins; and the Ellett line in the Rockall region. Importantly, this observing system, in conjunction with the RAPID/MOCHA array at 26ºNand the EU THOR/NACLIM program, will provide a comprehensive measure of the Atlantic Meridional Overturning Circulation (AMOC) and provide a means to evaluate intergyre connectivity in the North Atlantic. OSNAP is a collaborative effort, which includes several countries including US, Canada, China, France, Germany, Netherlands and the UK.
OSNAP was designed to provide a continuous record of the full-water
column, trans-basin fluxes of heat, mass and freshwater in the subpolar
North Atlantic. It consists of two legs: one extending from southern
Labrador to the southwestern tip of Greenland across the mouth of the
Labrador Sea (OSNAP West), and the second from the southeastern tip of
Greenland to Scotland (OSNAP East). The observing system also includes
subsurface floats (OSNAP Floats) in order to trace the pathways of
overflow waters in the basin and to assess the connectivity of currents
crossing the OSNAP line. The location of the OSNAP East and West legs
purposefully melds with a number of long-term observational efforts in
the North Atlantic: the Canadian repeat AR7W program in the Labrador
Sea; the German Labrador Sea western boundary array at 53°N; the global
Ocean Observatories Initiative node to be placed in the southwestern
Irminger Sea; the repeat A1E/AR7E hydrographic sections across the
Irminger and Iceland basins; and the Ellett line in the Rockall region.
Importantly, this observing system, in conjunction with the RAPID/MOCHA
array at 26ºN and the EU THOR/NACLIM program, will provide a
comprehensive measure of the Atlantic Meridional Overturning Circulation
(AMOC) and provide a means to evaluate intergyre connectivity in the
North Atlantic. OSNAP is a collaborative effort, which includes several
countries including US, Canada, China, France, Germany, Netherlands and
the UK.
</description>
<source>
[Overturning in the Subpolar North Atlantic Program (OSNAP) website]
Expand All @@ -1229,7 +1250,7 @@
- https://duke.app.box.com/s/4qbi9ocpvmxdv44wnx2g5rgoyy85jmz6
</dataUrls>
<preprocessing>
- preprocess_observations/preprocess_OSNAP30day_data.bash
- preprocess_observations/preprocessingOSNAP30day.ipynb
</preprocessing>
<tasks>
- climatologyMapOSNAP
Expand Down
6 changes: 2 additions & 4 deletions mpas_analysis/ocean/osnap_transects.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

from mpas_analysis.shared.io.utility import build_obs_path

from collections import OrderedDict


class OsnapTransects(AnalysisTask):
"""
Expand All @@ -42,12 +40,12 @@ def __init__(self, config, mpasClimatologyTask, controlConfig=None):
The task that produced the climatology to be remapped and plotted
as a transect
controlconfig : mpas_tools.config.MpasConfigParser, optional
controlConfig : mpas_tools.config.MpasConfigParser, optional
Configuration options for a control run (if any)
"""
# Authors
# -------
# Xylar Asay-Davis
# Alice Barthel

tags = ['climatology', 'transect', 'osnap', 'publicObs', 'arctic']

Expand Down

0 comments on commit 300a3f1

Please sign in to comment.