Skip to content

Commit 86dd755

Browse files
Merge branch 'main' into plot_update
2 parents fd54dee + 684f4d4 commit 86dd755

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/download/download_copernicus_parser.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ def download_copernicus(
289289
# saves the daily current or temperature netcdf in the case dir
290290
ds.to_netcdf(output_name)
291291

292-
# remove the temporary files
293-
temp_files = [os.path.join(output_path, "curr.nc"), os.path.join(output_path, "temp.nc")]
294-
for temp_file in temp_files:
295-
if os.path.exists(temp_file):
296-
os.remove(temp_file)
292+
# remove the temporary files
293+
temp_files = [os.path.join(output_path, "curr.nc"), os.path.join(output_path, "temp.nc")]
294+
for temp_file in temp_files:
295+
if os.path.exists(temp_file):
296+
os.remove(temp_file)

src/plot/plot_mdk3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def plot_pyngl(
330330
{plot_lat[0]} {plot_lat[1]}"
331331
],
332332
# shell=True,
333+
# shell=True,
333334
check=True,
334335
) # nosec
335336

0 commit comments

Comments
 (0)