Changeset 5454


Ignore:
Timestamp:
Jul 1, 2008, 9:24:06 AM (16 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r5447 r5454  
    436436    Interpolate the quantities at a given set of locations, given
    437437    an sww file.
    438     The results are written to a csv file.
     438    The results are written to csv files.
     439
     440    sww_file is the input sww file.
     441    points is a list of the 'gauges' x,y location.
     442    depth_file is the name of the output depth file
     443    velocity_x_file is the name of the output x velocity file.
     444    velocity_y_file is the name of the output y velocity file.
     445    stage_file is the name of the output stage file.
     446
     447    In the csv files columns represents the gauges and each row is a
     448    time slice.
     449   
    439450   
    440451    Time_thinning_number controls how many timesteps to use. Only
     
    444455
    445456    In the future let points be a points file.
    446     And the user choose the quantities.
     457    And let the user choose the quantities.
    447458
    448459    This is currently quite specific.
    449     If it need to be more general, chagne things.
    450 
    451     This is really returning speed, not velocity.
     460    If it is need to be more general, change things.
     461
    452462    """
    453463    quantities =  ['stage', 'elevation', 'xmomentum', 'ymomentum']
Note: See TracChangeset for help on using the changeset viewer.