From f443c6fc8de7e5ce286c66bf67dadbe64834ecd1 Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Wed, 8 Jan 2025 14:04:43 -0800 Subject: [PATCH] clean up --- pcmdi_metrics/mean_climate/lib/calculate_climatology.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pcmdi_metrics/mean_climate/lib/calculate_climatology.py b/pcmdi_metrics/mean_climate/lib/calculate_climatology.py index b5a40ef4c..0d2e8ef71 100644 --- a/pcmdi_metrics/mean_climate/lib/calculate_climatology.py +++ b/pcmdi_metrics/mean_climate/lib/calculate_climatology.py @@ -123,6 +123,7 @@ def calculate_climatology( out_season = out.replace(".nc", addf) print("output file is", out_season) + d_clim_dict[s].to_netcdf( out_season ) # global attributes are automatically saved as well