From cdc0b74cf8359291aa46fa726417e9e08a57847c Mon Sep 17 00:00:00 2001 From: mdtanker Date: Wed, 8 Nov 2023 21:38:06 +1300 Subject: [PATCH] convert zarr to nc and ignore both --- .gitignore | 2 +- notebooks/Ross_Ice_Shelf_inversion/RIS_inversion_figures.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 96af5d6..b820756 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # output results results/* !results/.gitkeep -!results/antarctic_wide_results/ +# !results/antarctic_wide_results.zarr # optimization logs optimization_logs/* diff --git a/notebooks/Ross_Ice_Shelf_inversion/RIS_inversion_figures.ipynb b/notebooks/Ross_Ice_Shelf_inversion/RIS_inversion_figures.ipynb index 16712a6..cd38e31 100644 --- a/notebooks/Ross_Ice_Shelf_inversion/RIS_inversion_figures.ipynb +++ b/notebooks/Ross_Ice_Shelf_inversion/RIS_inversion_figures.ipynb @@ -8360,7 +8360,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.13" + "version": "3.10.9" }, "toc-autonumbering": false, "toc-showcode": false,