Changeset 4746
- Timestamp:
- Oct 5, 2007, 5:13:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4743 r4746 2510 2510 2511 2511 2512 \begin{funcdesc}{sww2time\_series}{} 2513 To appear 2512 \begin{funcdesc}{sww2timeseries}{swwfiles, gauge_filename, production_dirs, report = None, reportname = None, 2513 plot_quantity = None, generate_fig = False, surface = None, time_min = None, time_max = None, time_thinning = 1, 2514 time_unit = None, title_on = None, use_cache = False, verbose = False} 2515 2516 Module: \module{anuga.abstract\_2d\_finite\_volumes.util} 2517 2518 Return csv files for the location in the \code{gauge_filename} and can also return plots of them 2519 2520 See doc string for general function sww2timeseries for details. 2521 2514 2522 \end{funcdesc} 2515 2523 … … 3948 3956 \code{domain.set\_boundary\_condition()}. 3949 3957 3950 3951 3958 \section{Analysing Questions} 3959 3960 \subsubsection{How do I easily plot "tide gauges" timeseries from the SWW files?} 3961 3962 This is two ways to do this. 3963 1) Use simply two stage process 3964 3965 \code{anuga.abstract_2d_finite_volumes.util make_plots_from_csv_file} 3966 3967 or \code{anuga.abstract_2d_finite_volumes.util sww2timeseries} 3952 3968 3953 3969
Note: See TracChangeset
for help on using the changeset viewer.