From 0c09e6ec03bb328704ac3dbacc426723c360713d Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Tue, 27 Feb 2024 17:04:21 -0700 Subject: [PATCH] Update seaice config config.yml was pointing to the wrong cases for analysis (the seaice.ipynb was failing because the year range specified did not match what was available for the cases listed in config; Dave B said updating the cases was a better fix than updating the year ranges) --- examples/coupled_model/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/coupled_model/config.yml b/examples/coupled_model/config.yml index aa3b781..b038792 100644 --- a/examples/coupled_model/config.yml +++ b/examples/coupled_model/config.yml @@ -94,8 +94,8 @@ compute_notebooks: parameter_groups: none: cases: - - b.e23_alpha16g.BLT1850.ne30_t232.059 - - b.e23_alpha16b.BLT1850.ne30_t232.054 + - b.e23_alpha16g.BLT1850.ne30_t232.075 + - b.e23_alpha16g.BLT1850.ne30_t232.078 ########### JUPYTER BOOK CONFIG ###########