Last active
July 27, 2020 16:16
-
-
Save andersy005/e08891883d91c01ab0ce963046d86343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sources: | |
| sst_oi_bulk: | |
| driver: netcdf | |
| cache: | |
| - argkey: urlpath | |
| type: file | |
| description: "Optimum Interpolation Sea Surface Temperature (OISST) v2.1 provided by the NOAA/NCEI from their Web site at https://www.ncdc.noaa.gov/oisst/data-access" | |
| parameters: | |
| year: | |
| description: 'Year' | |
| type: int | |
| default: 2010 | |
| min: 1981 | |
| max: 2020 | |
| month: | |
| description: 'month' | |
| type: int | |
| default: 1 | |
| min: 1 | |
| max: 12 | |
| day: | |
| description: 'day' | |
| type: int | |
| default: 1 | |
| min: 1 | |
| max: 31 | |
| args: | |
| urlpath: 'https://www.ncei.noaa.gov/thredds/fileServer/OisstBase/NetCDF/V2.1/AVHRR/{{ "%04d" | format(year) }}{{ "%02d" | format(month) }}/oisst-avhrr-v02r01.{{ "%04d" | format(year) }}{{ "%02d" | format(month) }}{{ "%02d" | format(day) }}.nc#mode=bytes' | |
| xarray_kwargs: | |
| decode_times: True | |
| chunks: {} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment