Changeset 4746


Ignore:
Timestamp:
Oct 5, 2007, 5:13:14 PM (16 years ago)
Author:
nick
Message:

more updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4743 r4746  
    25102510
    25112511
    2512 \begin{funcdesc}{sww2time\_series}{}
    2513 To appear
     2512\begin{funcdesc}{sww2timeseries}{swwfiles, gauge_filename, production_dirs, report = None, reportname = None,
     2513plot_quantity = None, generate_fig = False, surface = None, time_min = None, time_max = None, time_thinning = 1,
     2514time_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
    25142522\end{funcdesc}
    25152523 
     
    39483956\code{domain.set\_boundary\_condition()}.
    39493957
    3950 
    3951 
     3958\section{Analysing Questions}
     3959
     3960\subsubsection{How do I easily plot "tide gauges" timeseries from the SWW files?}
     3961
     3962This is two ways to do this.
     39631) Use  simply two stage process
     3964
     3965\code{anuga.abstract_2d_finite_volumes.util make_plots_from_csv_file}
     3966
     3967or \code{anuga.abstract_2d_finite_volumes.util sww2timeseries}
    39523968
    39533969
Note: See TracChangeset for help on using the changeset viewer.