Skip to content

Commit

Permalink
Updating gallery for example_manual_aggregate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knutfrode authored May 29, 2024
1 parent aba7285 commit c0fa2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_manual_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#%
# Create manual aggregate from individual URLs, for NorKyst ocean model initialized at 00 hours every day

ds = open_mfdataset_overlap(
'https://thredds.met.no/thredds/dodsC/fou-hi/norkyst800m-1h/NorKyst-800m_ZDEPTHS_his.an.%Y%m%d%H.nc',
time_series=pd.date_range(datetime.now().date()-timedelta(days=1), datetime.now().date(), freq='1D'))
Expand Down

0 comments on commit c0fa2f9

Please sign in to comment.