From 71a5551411e318294a9d1e88c4225f60a71a029c Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Mon, 6 Jan 2025 13:56:22 -0700 Subject: [PATCH] Add print statement that the script is finished --- mom6_tools/aaiw_pv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mom6_tools/aaiw_pv.py b/mom6_tools/aaiw_pv.py index 3d3a0eb..e304213 100755 --- a/mom6_tools/aaiw_pv.py +++ b/mom6_tools/aaiw_pv.py @@ -186,6 +186,7 @@ def preprocess(ds): print('Releasing workers...') client.close(); cluster.close() + print('{} was run successfully!'.format(os.path.basename(__file__))) return def plot_aaiw_pv_obs(dsobs, levels, colors):