Working with PnET-Succession, I made a spinup climate file (monthly format) that went from 1700-1950 (250 years).
I got a strange bug that happened at this line in a PnET library, because the climate library returned a list of years that only had 235 index (even thought there was 250 years in the file). This created an "out of bound" error.
Switching to a climate file that went from 1800-1950 solved the issue. I have no idea why it only registers 235 years and doesn't go beyond it 🤔.
Working with PnET-Succession, I made a spinup climate file (monthly format) that went from 1700-1950 (250 years).
I got a strange bug that happened at this line in a PnET library, because the climate library returned a list of years that only had 235 index (even thought there was 250 years in the file). This created an "out of bound" error.
Switching to a climate file that went from 1800-1950 solved the issue. I have no idea why it only registers 235 years and doesn't go beyond it 🤔.