Skip to content

Commit

Permalink
3lvl, 3day
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed May 30, 2024
1 parent c52c688 commit 33c5f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pangeo_forge_recipes.storage import FSSpecTarget
from pangeo_forge_recipes.transforms import OpenURLWithFSSpec, OpenWithXarray

dates = pd.date_range('1981-09-01', '1991-09-01', freq='D')
dates = pd.date_range('1981-09-01', '1981-09-03', freq='D')

URL_FORMAT = (
'https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/'
Expand Down Expand Up @@ -54,10 +54,10 @@ def expand(self, pcoll):
| 'Write Pyramid Levels'
>> StoreToPyramid(
target_root=target_root,
store_name='oisst_pyramid_2_lvl_10_year_pyramid_sync.zarr',
store_name='oisst_pyramid_3_lvl_3_day_pyramid_sync.zarr',
epsg_code='4326',
rename_spatial_dims={'lon': 'longitude', 'lat': 'latitude'},
levels=2,
levels=3,
combine_dims=pattern.combine_dim_keys,
)
)

0 comments on commit 33c5f25

Please sign in to comment.