Changeset 6349


Ignore:
Timestamp:
Feb 16, 2009, 4:16:43 PM (15 years ago)
Author:
myall
Message:
 
Location:
anuga_work/production/australia_ph2
Files:
2 edited

Legend:

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

    r6342 r6349  
    100100
    101101# Set the initial stage in the offcoast region only
    102 IC = Polygon_function(project.land_initial_conditions,
    103                       default=project.tide,
    104                       geo_reference=domain.geo_reference)
     102##IC = Polygon_function(project.land_initial_conditions,
     103##                      default=project.tide,
     104##                      geo_reference=domain.geo_reference)
    105105domain.set_quantity('stage', 0, use_cache=True, verbose=True)
    106106domain.set_quantity('friction', project.friction)
  • anuga_work/production/australia_ph2/eucla_motel/run_model.py

    r6342 r6349  
    100100
    101101# Set the initial stage in the offcoast region only
    102 IC = Polygon_function(project.land_initial_conditions,
    103                       default=project.tide,
    104                       geo_reference=domain.geo_reference)
     102##IC = Polygon_function(project.land_initial_conditions,
     103##                      default=project.tide,
     104##                      geo_reference=domain.geo_reference)
    105105domain.set_quantity('stage', 0, use_cache=True, verbose=True)
    106106domain.set_quantity('friction', project.friction)
Note: See TracChangeset for help on using the changeset viewer.