Skip to content

Commit

Permalink
Merge pull request #523 from xylar/fix_woce_transect
Browse files Browse the repository at this point in the history
Add back missing WOCE transect at Prime Meridian

This got removed either in the process of adding dates to observations or adding potential density to WOCE transects.
  • Loading branch information
xylar authored Feb 16, 2019
2 parents 5df4f48 + a85a650 commit f08b7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpas_analysis/ocean/woce_transects.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def __init__(self, config, mpasClimatologyTask, controlConfig=None):
'WOCE_A21_Drake_Passage_20181126.nc'
obsFileNames['WOCE_A23_South_Atlantic'] = \
'WOCE_A23_South_Atlantic_20181126.nc'
obsFileNames['WOCE_A23_South_Atlantic'] = \
'WOCE_A23_South_Atlantic_20181126.nc'
obsFileNames['WOCE_A12_Prime_Meridian'] = \
'WOCE_A12_Prime_Meridian_20181126.nc'

for transectName in obsFileNames:
fileName = '{}/{}'.format(observationsDirectory,
Expand Down

0 comments on commit f08b7f8

Please sign in to comment.