-
Notifications
You must be signed in to change notification settings - Fork 97
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
questions about the input file carins.asc #203
Comments
The -9999 represents "no value" or "not a number" and is excluded from the interpolation. Of course you can use a more complicated boundary. You can check some of the notebooks on https://github.com/stoiver/anuga-clinic-2018 in particular notebook1 and notebook2 to see the use of |
@stoiver And then I run "sudo apt-get install python-gdal" . But the error was not solved. |
@stoiver |
@stoiver |
@Dongxueyang i just tried to run the cairns_excel example and ran into a problem. I will look into it. |
@Dongxueyang, My problem was just that I forgot to unzip the cairns.zip file. Can you provide the |
@stoiver |
@Dongxueyang, so how have you installed anuga, on what type of machine, and have you successfully run the unit tests (via python runtests.py?). |
@stoiver InsecurePlatformWarning That took 0.501s There are some warnings but no errors. Building, see build.log... Maybe is the key of the problem. But I can run cairns example successfully. What is your opinion to this problem. My computer is based on Ubuntu14.04 with python2.7.6, gcc4.8.4. Best regards |
@Dongxueyang, so there is some strange conflict between netcdf4 and hdf5. I wonder if your machine had anuga installed in the past? Anyway there seems to be some conflict with what python expects and the netcdf4 library. It might be worth trying to install anuga within a conda environment. Checkout https://github.com/GeoscienceAustralia/anuga_core/wiki/Install-ANUGA-on-Ubuntu-(using-Miniconda) Anyrate you need to get the unittests (via runtests.py ) working before expecting to get the examples to working consistently. |
Ok, I had not installed anuga in the past. |
@stoiver |
Hi guys:
I open the input file carins.asc and find some information of elevation. But some value is minus like -9999. If this kind of value is meaningless?
And I found the model of landform is rectangular . If I want to simiulate a proccess based on an irregular landform(like polygon) ,can the anuga_core achieve?
all regards
dong
The text was updated successfully, but these errors were encountered: