Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Add instance ids via dict_object #6

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
cisaacstern marked this conversation as resolved.
Show resolved Hide resolved
'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}},
}


Expand Down