From 6f0e4141c01d451659f5619a7a976dd5a416fb0a Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Fri, 6 May 2022 14:21:33 -0700 Subject: [PATCH 1/2] add iids to inputs dict --- feedstock/recipe.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 0d2ff9b..fdaac1e 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -256,6 +256,9 @@ def urls_from_instance_id(instance_id): inputs = { 'CMIP6.CMIP.CCCma.CanESM5.historical.r1i1p1f1.Omon.zos.gn.v20190429':{'target_chunks':{'time':360}}, 'CMIP6.CMIP.CCCma.CanESM5.historical.r1i1p1f1.Omon.so.gn.v20190429':{'target_chunks':{'time':6}, 'subset_inputs':{'time':5}}, + 'CMIP6.CMIP.MOHC.UKESM1-0-LL.historical.r1i1p1f2.SImon.siitdconc.gn.v20200309': {'target_chunks':{'time':60}, 'subset_inputs':{'time':10}}, + 'CMIP6.CMIP.NOAA-GFDL.GFDL-CM4.historical.r1i1p1f1.SImon.sithick.gn.v20180701' : {'target_chunks':{'time':12}, 'subset_inputs':{"time": 15}}, + 'CMIP6.CMIP.NOAA-GFDL.GFDL-CM4.historical.r1i1p1f1.SImon.siconc.gn.v20180701': {'target_chunks':{'time':12}, 'subset_inputs':{"time": 15}}, } From 07d66727aa85646b5a0eb01fba5c64b3f499c741 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Wed, 11 May 2022 12:41:44 -0700 Subject: [PATCH 2/2] Update feedstock/recipe.py Co-authored-by: Julius Busecke --- feedstock/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index fdaac1e..ec1664d 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -256,7 +256,7 @@ def urls_from_instance_id(instance_id): inputs = { 'CMIP6.CMIP.CCCma.CanESM5.historical.r1i1p1f1.Omon.zos.gn.v20190429':{'target_chunks':{'time':360}}, 'CMIP6.CMIP.CCCma.CanESM5.historical.r1i1p1f1.Omon.so.gn.v20190429':{'target_chunks':{'time':6}, 'subset_inputs':{'time':5}}, - 'CMIP6.CMIP.MOHC.UKESM1-0-LL.historical.r1i1p1f2.SImon.siitdconc.gn.v20200309': {'target_chunks':{'time':60}, 'subset_inputs':{'time':10}}, + 'CMIP6.CMIP.MOHC.UKESM1-0-LL.historical.r1i1p1f2.SImon.siitdconc.gn.v20200309': {'target_chunks':{'time':240}}, 'CMIP6.CMIP.NOAA-GFDL.GFDL-CM4.historical.r1i1p1f1.SImon.sithick.gn.v20180701' : {'target_chunks':{'time':12}, 'subset_inputs':{"time": 15}}, 'CMIP6.CMIP.NOAA-GFDL.GFDL-CM4.historical.r1i1p1f1.SImon.siconc.gn.v20180701': {'target_chunks':{'time':12}, 'subset_inputs':{"time": 15}}, }