Changeset 283


Ignore:
Timestamp:
Sep 8, 2004, 4:17:19 PM (20 years ago)
Author:
ole
Message:

Finalised data_manager for sww and added netherlands example running 500,000 elements.
Comment in quantity.py

Location:
inundation/ga/storm_surge/pyvolution
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/data_manager.py

    r281 r283  
    138138#Native checkpoint format.
    139139#Information needed to recreate a state is preserved
     140#FIXME: Rethink and maybe use netcdf format
    140141def cpt_variable_writer(filename, t, v0, v1, v2):
    141142    """Store all conserved quantities to file
     
    218219
    219220#Function for storing out to e.g. visualisation
     221#FIXME: Do we want this?
     222#FIXME: Not done yet for this version
    220223def dat_constant_writer(filename, X0, X1, X2, v0, v1, v2):
    221224    """Writes x,y,z coordinates of triangles constituting the bed elevation.
     
    456459
    457460#Function for storing out to e.g. visualisation
     461#FIXME Not done yet for this version
    458462class Data_format_xya(Data_format):
    459463    """Generic interface to data formats
  • inundation/ga/storm_surge/pyvolution/quantity.py

    r282 r283  
    208208        TODO: be able to smooth individual fields
    209209        NOTE:  This function does not have a test.
    210         FIXME: NOT DONE
     210        FIXME: NOT DONE - do we need it?
    211211        """
    212212
Note: See TracChangeset for help on using the changeset viewer.