You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tutorial 08 where we fetch climate data from the pangeo dataset, we propose a list of models to try and see the difference. The problem here is that many of the proposed model, only have 'Amon' (monthly?) data and no daily ('day') data, but we only try to train our model with daily data. And so with the proposed models that have no daily data, the code crash when trying to select them. Here's the list of all models who can't work in this tutorial:
I can remove them in a PR, if you think they should be removed. It can also be changed as daily first and fall back to monthly if no daily is found. Let me know!
The text was updated successfully, but these errors were encountered:
In the tutorial 08 where we fetch climate data from the pangeo dataset, we propose a list of models to try and see the difference. The problem here is that many of the proposed model, only have 'Amon' (monthly?) data and no daily ('day') data, but we only try to train our model with daily data. And so with the proposed models that have no daily data, the code crash when trying to select them. Here's the list of all models who can't work in this tutorial:
AWI-CM-1-1-MR,
BCC-CSM2-MR,
CESM2-WACCM,
CMCC-CM2-SR5,
EC-Earth3-Veg,
FDL-ESM4
I can remove them in a PR, if you think they should be removed. It can also be changed as daily first and fall back to monthly if no daily is found. Let me know!
The text was updated successfully, but these errors were encountered: