Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinChri committed Apr 4, 2024
1 parent 349e828 commit 43dad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metocean_api/ts/read_ec.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from .aux_funcs import get_date_list, create_dataframe

def ERA5_ts(self, save_csv = False):
def ERA5_ts(self, save_csv = False, save_nc=False):
"""
Extract times series of the nearest gird point (lon,lat) from
ERA5 reanalysis and save it as netcdf.
Expand Down

0 comments on commit 43dad56

Please sign in to comment.