Changeset 537


Ignore:
Timestamp:
Nov 15, 2004, 11:52:35 AM (20 years ago)
Author:
duncan
Message:

removing issues in pyvolution dir and moving open issues into wiki/issues_june2004

Location:
inundation/ga/storm_surge
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/wiki/issues_june2004.txt

    r472 r537  
    2424Issue: Checkpointing - needs to respect changes in script.
    2525
     26
     27Issue: Adding unknown quantities cause a KeyError.  Known quantities
     28are given in the list other_quantities, in shallow_water.  Do we want
     29unknown quantities attached to domain in the future?  If so, it
     30shouldn't cause a key error.
     31Importance: low
     32Suggested Action:
     33
     34
     35Issue: The water level can not be less than the bed elevation, as an
     36assert. 
     37Importance: Medium
     38Suggested Action: How about having the functionality that water levels are set
     39to == the bed elevation, if level < bed elevation.  This will make
     40setting things up easier.
     41
     42
     43Issue: Transmissive boundary condition can cause unphysical momentums if
     44material is not moving out of the domain.
     45Importance: Med
     46Suggested Action: Add some sort of warning in (subclass of) Transmissive_boundary
     47alerting inflow of material.
    2648
    2749
Note: See TracChangeset for help on using the changeset viewer.