"# Fix MAC-SP input data to use beyond year 2016.\n",
"\n",
"Reason: all runs crash on Jan 5, 2017. This indicates that the crash is caused by some issue in the input data, instead of a model instability.\n",
"\n",
"Indeed, it turns out to be caused by the fact that the MAC-SP aerosol data is nan beyond year 2016. This is fixed here by using the 2016 year values to extend the dataset to year 2100."
Reason: all runs crash on Jan 5, 2017. This indicates that the crash is caused by some issue in the input data, instead of a model instability.
Indeed, it turns out to be caused by the fact that the MAC-SP aerosol data is nan beyond year 2016. This is fixed here by using the 2016 year values to extend the dataset to year 2100.