Ignore:
Timestamp:
Aug 27, 2008, 10:31:10 AM (16 years ago)
Author:
duncan
Message:

comments mainly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/Hinwood_2008/calc_rmsd.py

    r5695 r5696  
    119119    Load a csv file, where the first row is the column header and
    120120    the first colum explains the rows.
     121
     122    returns the data as two vectors and an array.
     123   
    121124    """
    122125   
     
    145148
    146149    return times, locations, sensors                 
    147    
    148        
    149        
    150 
    151 # Return a bunch of lists
    152 # The err files, for all scenarios
     150
     151   
    153152def err_files(scenarios, outputdir_tag, quantity='stage'):
    154153    """
     
    205204#-------------------------------------------------------------
    206205if __name__ == "__main__":
    207     """
    208     """
     206   
    209207    from scenarios import scenarios
    210208   
Note: See TracChangeset for help on using the changeset viewer.