Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'CLIMATE-918'
Browse files Browse the repository at this point in the history
  • Loading branch information
huikyole committed Jun 21, 2017
2 parents cb93fce + e563016 commit ec3fdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocw/data_source/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
import numpy
import numpy.ma as ma

LAT_NAMES = [b'y', b'rlat', b'rlats', b'lat', b'lats', b'latitude', b'latitudes']
LON_NAMES = [b'x', b'rlon', b'rlons', b'lon', b'lons', b'longitude', b'longitudes']
LAT_NAMES = [b'lat', b'lats', b'latitude', b'latitudes',b'rlat']
LON_NAMES = [b'lon', b'lons', b'longitude', b'longitudes',b'rlon']
TIME_NAMES = [b'time', b'times', b'date', b'dates', b'julian']


Expand Down

0 comments on commit ec3fdb4

Please sign in to comment.