Changeset 2413
- Timestamp:
- Feb 15, 2006, 11:15:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2412 r2413 608 608 \chapter{ANUGA system architecture} 609 609 610 Take some stuff from pyvolution/documentation and update it. 611 610 From pyvolution/documentation 611 612 613 614 \chapter{Basic ANUGA assumptions} 615 616 (From pyvolution/documentation) 617 618 619 Physical model time cannot be earlier than 1 Jan 1970 00:00:00. 620 If one wished to recreate scenarios prior to that date it must be done 621 using some relative time (e.g. 0). 622 623 624 All spatial data relates to the WGS84 datum (or GDA94) and has been 625 projected into UTM with false easting of 500000 and false northing of 626 1000000 on the southern hemisphere (0 on the northern). 627 628 It is assumed that all computations take place within one UTM zone. 629 630 DEMs, meshes and boundary conditions can have different origins within 631 one UTM zone. However, the computation will use that of the mesh for 632 numerical stability. 633 634 635 %OLD 636 %The dataflow is: (See data_manager.py and from scenarios) 637 % 638 % 639 %Simulation scenarios 640 %--------------------% 641 %% 642 % 643 %Sub directories contain scrips and derived files for each simulation. 644 %The directory ../source_data contains large source files such as 645 %DEMs provided externally as well as MOST tsunami simulations to be used 646 %as boundary conditions. 647 % 648 %Manual steps are: 649 % Creation of DEMs from argcview (.asc + .prj) 650 % Creation of mesh from pmesh (.tsh) 651 % Creation of tsunami simulations from MOST (.nc) 652 %% 653 % 654 %Typical scripted steps are% 655 % 656 % prepare_dem.py: Convert asc and prj files supplied by arcview to 657 % native dem and pts formats% 658 % 659 % prepare_pts.py: Convert netcdf output from MOST to an sww file suitable 660 % as boundary condition% 661 % 662 % prepare_mesh.py: Merge DEM (pts) and mesh (tsh) using least squares 663 % smoothing. The outputs are tsh files with elevation data.% 664 % 665 % run_simulation.py: Use the above together with various parameters to 666 % run inundation simluation. 612 667 613 668
Note: See TracChangeset
for help on using the changeset viewer.