Changeset 5930
- Timestamp:
- Nov 10, 2008, 4:36:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r5877 r5930 2488 2488 \item \code{invert_level1}: Invert level if not the same as the Elevation on the Domain 2489 2489 \item \code{culvert_routine}: Function specifying the calculation of flow based on energy difference between the two openings (see below) 2490 \item \code{number_of_barrels}: Number of identical pipes in the culvert. Default == 1. 2490 2491 \end{itemize} 2491 2492 … … 2505 2506 width=1.20,height=0.75, 2506 2507 culvert_routine=boyd_generalised_culvert_model, 2508 number_of_barrels=1, 2507 2509 verbose=True) 2508 2510 … … 2515 2517 invert_level0=7, 2516 2518 culvert_routine=boyd_generalised_culvert_model, 2519 number_of_barrels=1, 2517 2520 verbose=True) 2518 2521 … … 4464 4467 G2 = Geospatial_data(file_name = 25m_dem_name + '.pts') 4465 4468 G = G1 + G2 4466 G.export_points_file(combined_dem_name + ï¿œ.ptsï¿œ)4469 G.export_points_file(combined_dem_name + ï¿œ.ptsï¿œ) 4467 4470 \end{verbatim}} 4468 4471 this is the basic way of combining data sets, however, the user will need to
Note: See TracChangeset
for help on using the changeset viewer.