From b8afe6afcefdfa6ba1f8371ee3658397e48762b0 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Sat, 11 May 2024 20:03:39 -0400 Subject: [PATCH] Update recipe.py --- feedstock/recipe.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index c9d42a1..3739991 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -107,10 +107,8 @@ async def parse_iids(): # manual overrides (these will be rewritten each time as long as they exist here) overwrite_iids = [ - "CMIP6.HighResMIP.MOHC.HadGEM3-GC31-HH.highres-future.r1i1p1f1.Omon.thetao.gn.v20200514", - "CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.thetao.gn.v20200514", - "CMIP6.HighResMIP.MOHC.HadGEM3-GC31-HH.highres-future.r1i1p1f1.Omon.so.gn.v20200514", - "CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.so.gn.v20200514", + 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.thetao.gn.v20200514', + 'CMIP6.HighResMIP.NERC.HadGEM3-GC31-HH.hist-1950.r1i1p1f1.Omon.so.gn.v20200514' ] # beam does NOT like to pickle client objects (https://github.com/googleapis/google-cloud-python/issues/3191#issuecomment-289151187)