Stephen Roberts

Results 32 issues of Stephen Roberts

@marcomusy nice package! Thanks. I have just started to play with vedo, and would like to visualise some terrain with water over the top. I need to make the water...

bug

Produce a link between swmm and anuga. Currently most obvious way is to use pyswmm and the anuga sturucture operators.

enhancement

I think there should be a better discussion of friction in the user manual. Maybe a table of Mannings values for different types of surfaces.

We are now using miniconda to run anuga on all three architectures. So conda is becoming the recommended environment. So it would be very sensible to create a conda-forge package...

We are using an old version of metis.

enhancement

At present sequential Inlet_operator can take a polygon or a region. But the parallel Inlet_operator only takes a polygon (or line). We should make this consistent.

plot_utils only work with time independent elevation. You can get access to the time-dependent elevation with pc = get_centroids() pc.elev_orig But we should update plot_utils to deal time-dependent elevation properly.

It seems that the function get_polygon_value_list only reads one file per directory. It should read all files of type .csv and accumulate all polygons in that directory. Should setup a...

Should setup sequential_distribute to be able to run on system without pypar. Would allow sequential job in large memory to run initial creation of domain. Also would allow experimental simulation...

Consider adding the tests from http://coastal.usc.edu/currents_workshop/index.html to our validation tests.