Skip to content

Commit

Permalink
Incorporate Felicio's tested change for ERA5.
Browse files Browse the repository at this point in the history
  • Loading branch information
feiye-vims committed Feb 6, 2025
1 parent 592b2fd commit ee6d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyschism/forcing/nws/nws2/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, start_date=None, rnday: Union[float, timedelta] = 4, bbox=Non

ds.to_netcdf(str(filename).split('.')[0] + '.nc')

[os.remove(fname) for fname in zip_ref.namelist()]
[os.remove(self.tmpdir / fname) for fname in zip_ref.namelist()]
os.remove(filename)

@property
Expand Down

0 comments on commit ee6d355

Please sign in to comment.