Skip to content

Commit ee6d355

Browse files
committed
Incorporate Felicio's tested change for ERA5.
1 parent 592b2fd commit ee6d355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyschism/forcing/nws/nws2/era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, start_date=None, rnday: Union[float, timedelta] = 4, bbox=Non
7373

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

76-
[os.remove(fname) for fname in zip_ref.namelist()]
76+
[os.remove(self.tmpdir / fname) for fname in zip_ref.namelist()]
7777
os.remove(filename)
7878

7979
@property

0 commit comments

Comments
 (0)