Changeset 6340


Ignore:
Timestamp:
Feb 13, 2009, 4:00:00 PM (16 years ago)
Author:
Leharne
Message:

fixed initial conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/broome/run_model.py

    r6339 r6340  
    102102
    103103# Set the initial stage in the offcoast region only
    104 IC = Polygon_function(project.land_initial_conditions,
    105                       default=project.tide,
    106                       geo_reference=domain.geo_reference)
    107 domain.set_quantity('stage', IC, use_cache=True, verbose=True)
     104##IC = Polygon_function(project.land_initial_conditions,
     105##                      default=project.tide,
     106##                      geo_reference=domain.geo_reference)
     107domain.set_quantity('stage', 0, use_cache=True, verbose=True)
    108108domain.set_quantity('friction', project.friction)
    109109domain.set_quantity('elevation',
Note: See TracChangeset for help on using the changeset viewer.