-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs in technical Paper Example Notebooks #39
Comments
Hi @vhoogelander thanks for opening this issue. Can you include the full error messages and provide details about the machine on which you're running these notebooks? |
Hi Peter, I am running the notebooks on vhoogeland2@host-192-168-0-55 (this is the machine name right?).
NB3:
And the 3rd problem:
|
Hi @vhoogelander, actually I meant whether it's a research cloud machine. I'm guessing it's this one, right? https://ewatercyclestud.ewatercycle-tud.src.surf-hosted.nl Yes, on that machine it looks like the Also it would be helpful if you could refer to the names of each of the notebooks (and where you got them from). Now I cannot really figure out which ones you have been running. It would be even better if you could reduce the problem to a minimal example and copy/paste the code here so we can reproduce it easily. For now, I'll come back with a quick response.
import ewatercycle.observation.grdc
grdc_station_id = "6335020"
observations, metadata = ewatercycle.observation.grdc.get_grdc_data(
station_id=grdc_station_id,
start_time="1990-01-01T00:00:00Z", # or: model_instance.start_time_as_isostr
end_time="1990-12-15T00:00:00Z",
column="GRDC",
)
observations.head() that worked without problems.
As you see, it would be helpful if you could be more specific about the issues you encountered. On a side note: I did notice that the link to the example notebooks on the terria landing page is outdated. It currently points to link, but that no longer exists. We might need to pin it to a release or bring back the example notebooks in some other way. I'll open a new issue about that. |
Hi @Peter9192, Thank you for your comment. I am referring to the technical paper notebooks (Case1_Marrmot_Merrimack..., Case2_wflow_LISFlood..., Case3_CoupleMarrmotAndPCRGlobWB and Case4_ForcePCRGlob) which I got via the terria landing page more than a year ago.
|
It's not the jupyter server, it's the SURF research cloud machine (https://portal.live.surfresearchcloud.nl/) that should be updated (or make a new one). @RolfHut knows how to do this. The parameter set does have a |
I noticed that the dcache server that gives us files in |
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'.
The text was updated successfully, but these errors were encountered: