Ignore:
Timestamp:
Mar 31, 2006, 6:21:26 PM (18 years ago)
Author:
steve
Message:

Looking at island.py example. I changed the order of the implicit and explicit update (in quantity_ext.c) which I think improved the situation a little. But this has left a few fails in the test_all suite which we need to fix up. Mainly small differences in results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/config.py

    r2566 r2648  
    1212
    1313min_timestep = 1.0e-6 #Should be computed based on geometry
    14 max_timestep = 1000
     14max_timestep = 1.0e+3
    1515#This is how:
    1616#Define maximal possible speed in open water v_max, e.g. 500m/s (soundspeed?)
Note: See TracChangeset for help on using the changeset viewer.