I checked the Example Notebooks, and found some bugs:
And this in NB3:
observations_df, metadata = ewatercycle.observation.grdc.get_grdc_data(
station_id,
start_time=experiment_start_date,
end_time=experiment_end_date,
)
I get an [Errno 5] Input/output error. (Is this related to the disk space?)
I get the following error: NoSectionError: No section: 'globalOptions'.
I checked the Example Notebooks, and found some bugs:
1.The main problem is still the issue with generating forcing using ESMValTool (see this issue). There seems to be something wrong with the temperature data. This is the log that I get from example NB1:
2. When I run this in NB2:
And this in NB3:
I get an [Errno 5] Input/output error. (Is this related to the disk space?)
3. In NB4, when I run this:
I get the following error: NoSectionError: No section: 'globalOptions'.