Changeset 537
- Timestamp:
- Nov 15, 2004, 11:52:35 AM (20 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/wiki/issues_june2004.txt
r472 r537 24 24 Issue: Checkpointing - needs to respect changes in script. 25 25 26 27 Issue: Adding unknown quantities cause a KeyError. Known quantities 28 are given in the list other_quantities, in shallow_water. Do we want 29 unknown quantities attached to domain in the future? If so, it 30 shouldn't cause a key error. 31 Importance: low 32 Suggested Action: 33 34 35 Issue: The water level can not be less than the bed elevation, as an 36 assert. 37 Importance: Medium 38 Suggested Action: How about having the functionality that water levels are set 39 to == the bed elevation, if level < bed elevation. This will make 40 setting things up easier. 41 42 43 Issue: Transmissive boundary condition can cause unphysical momentums if 44 material is not moving out of the domain. 45 Importance: Med 46 Suggested Action: Add some sort of warning in (subclass of) Transmissive_boundary 47 alerting inflow of material. 26 48 27 49
Note: See TracChangeset
for help on using the changeset viewer.