source: inundation/ga/storm_surge/pyvolution @ 999

Name Size Rev Age Author Last Change
../
coordinate_transforms 931   20 years ole Ooops - forgot this
documentation 981   20 years ole Work with georeferencing and documentation
wiki 977   20 years ole
advection.py 5.7 KB 773   20 years ole Changed quantity name 'level' to 'stage'
bed_w_eden_boundary.py 1.7 KB 773   20 years ole Changed quantity name 'level' to 'stage'
bed_w_file_boundary.py 1.9 KB 773   20 years ole Changed quantity name 'level' to 'stage'
cg_solve.py 1.6 KB 599   20 years ole Removed old print statements polluting the output from unit testing
check_sww_tsh.py 1.9 KB 966   20 years duncan removing imports. Relying on pyvolution be in the users PATH …
compile.py 7.5 KB 756   20 years ole Fixed wrong flag for 64 bit stuff
config.py 2.5 KB 991   20 years steve
contrating_channel_interpolate2.xya 692 bytes 948   20 years prow
contrating_channel_interpolate.xya 692 bytes 701   20 years chris
cornell_room.py 3.0 KB 773   20 years ole Changed quantity name 'level' to 'stage'
cornell_room_medres.poly 316.8 KB 317   20 years ole Started playing with the Cornell Room
data_manager.py 43.1 KB 995   20 years ole Cast Integer array explictly as 32 bit for use with Netcdf (I think)
doit.py 243 bytes 484   20 years ole First stab at using quad trees in least_squares. Unit tests pass and …
domain.py 19.7 KB 991   20 years steve
Eden_Australia_31082004.txt 12.4 KB 324   20 years ole Played with file boundary. Added set_vertex_values w/ Duncan
flatbed.py 1.7 KB 901   20 years ole First experiment with new limiter (near bed)
flatbed_compare.py 1.3 KB 773   20 years ole Changed quantity name 'level' to 'stage'
general_mesh.py 8.3 KB 976   20 years ole Made least squares work with different coordinate systems for data …
generic_boundary_conditions.py 13.8 KB 900   20 years ole Fiddle
hires2.poly 6.0 MB 320   20 years ole
HUSK.txt 940 bytes 645   20 years ole Comments
interface.py 17 bytes 195   20 years ole
interpolate_sww.py 6.2 KB 934   20 years duncan comments
island.py 1.7 KB 912   20 years ole Played more with 'lapping' issue. I think it was largely due to …
least_squares.py 30.9 KB 997   20 years ole Implemented precropping facility in least squares Also optimised …
lowres2.poly 95.2 KB 320   20 years ole
meri0.dat 1.1 MB 523   20 years chris
meri0.xya 923.6 KB 503   20 years duncan changed to correct format
merimbula_77668.tsh 4.7 MB 399   20 years chris
merimbula_77668_out.tsh 5.2 MB 504   20 years duncan output from meri0.xya fitted to merimbula_77668, default alpha
mesh.py 18.5 KB 997   20 years ole Implemented precropping facility in least squares Also optimised …
mesh_factory.py 9.5 KB 820   20 years ole Implemented xya2rectangular and tested it
netherlands.py 3.7 KB 991   20 years steve
pmesh2domain.py 5.9 KB 969   20 years duncan for pmesh/loadmesh, changing markers to tags
pressure_force.py 2.3 KB 773   20 years ole Changed quantity name 'level' to 'stage'
python_versions.py 12 bytes 195   20 years ole
quad.py 12.3 KB 707   20 years duncan fixed round off error in quad
quantity.py 29.1 KB 907   20 years ole Addressed problem with artificial momentum generated by discontinuous …
quantity_ext.c 13.8 KB 907   20 years ole Addressed problem with artificial momentum generated by discontinuous …
realtime_visualisation.py 7.0 KB 773   20 years ole Changed quantity name 'level' to 'stage'
region.py 3.1 KB 715   20 years duncan added getting and setting of unique vertex quantities, with a subset …
run_profile.py 1.4 KB 773   20 years ole Changed quantity name 'level' to 'stage'
run_tsh_weir.py 2.4 KB 773   20 years ole Changed quantity name 'level' to 'stage'
shallow_water.py 48.5 KB 998   20 years ole Playing with h_limiter
shallow_water_ext.c 22.9 KB 998   20 years ole Playing with h_limiter
show_balanced_limiters.py 2.1 KB 773   20 years ole Changed quantity name 'level' to 'stage'
small_ha.nc 1.3 KB 899   20 years ole Added small ferret NetCDF files for use with unit testing
small_ua.nc 1.3 KB 899   20 years ole Added small ferret NetCDF files for use with unit testing
small_va.nc 1.3 KB 899   20 years ole Added small ferret NetCDF files for use with unit testing
sparse.py 9.7 KB 605   20 years ole Implemented matrix-matrix mult in c-extension using CSR format - all …
sparse_ext.c 4.6 KB 605   20 years ole Implemented matrix-matrix mult in c-extension using CSR format - all …
test_advection.py 4.8 KB 773   20 years ole Changed quantity name 'level' to 'stage'
test_all.py 2.1 KB 892   20 years ole
test_cg_solve.py 3.9 KB 599   20 years ole Removed old print statements polluting the output from unit testing
test_data_manager.py 21.3 KB 995   20 years ole Cast Integer array explictly as 32 bit for use with Netcdf (I think)
test_domain.py 13.6 KB 773   20 years ole Changed quantity name 'level' to 'stage'
test_general_mesh.py 1.8 KB 715   20 years duncan added getting and setting of unique vertex quantities, with a subset …
test_generic_boundary_conditions.py 7.2 KB 850   20 years ole More work towards spatio-temporal boundary.
test_interpolate_sww.py 6.9 KB 907   20 years ole Addressed problem with artificial momentum generated by discontinuous …
test_least_squares.py 36.0 KB 997   20 years ole Implemented precropping facility in least squares Also optimised …
test_mesh.py 21.8 KB 984   20 years ole Added get_boundary_polygon to mesh and started on a pre-crop of data …
test_pmesh2domain.py 5.9 KB 969   20 years duncan for pmesh/loadmesh, changing markers to tags
test_quad.py 3.8 KB 707   20 years duncan fixed round off error in quad
test_quantity.py 30.3 KB 773   20 years ole Changed quantity name 'level' to 'stage'
test_region.py 5.9 KB 773   20 years ole Changed quantity name 'level' to 'stage'
test_shallow_water.py 95.9 KB 907   20 years ole Addressed problem with artificial momentum generated by discontinuous …
test_sparse.py 4.2 KB 599   20 years ole Removed old print statements polluting the output from unit testing
test_util.py 29.3 KB 999   20 years ole Optimised inside_polygon in C and tested
testpoly.txt 56 bytes 659   20 years ole Added functionality for settimng quantities according to polygons
treenode.py 3.7 KB 518   20 years ole Looked at friction
tsh2sww.py 1.9 KB 906   20 years duncan convert a tsh file to an sww file
twolevels.py 1.8 KB 911   20 years ole
util.py 36.9 KB 999   20 years ole Optimised inside_polygon in C and tested
util_ext.c 7.1 KB 999   20 years ole Optimised inside_polygon in C and tested
util_ext.h 2.8 KB 907   20 years ole Addressed problem with artificial momentum generated by discontinuous …
version.txt 424 bytes 770   20 years ole added propset:keywords to version.txt
weir_domain_refined.tsh 229.7 KB 373   20 years duncan changed to new .tsh format
wind_example_scalar.py 1.0 KB 773   20 years ole Changed quantity name 'level' to 'stage'
wind_example_variable.py 2.2 KB 773   20 years ole Changed quantity name 'level' to 'stage'
  • Property svn:externals set to
  • Property svn:ignore set to
    quantity_ext.c
Note: See TracBrowser for help on using the repository browser.