Ignore:
Timestamp:
Mar 23, 2009, 1:02:28 PM (15 years ago)
Author:
myall
Message:

putting events in for all models, and changing run_model.py to use Bt instead of Bd on the side boundaries

File:
1 edited

Legend:

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

    r6511 r6579  
    156156                        verbose=True)
    157157    domain.set_boundary({'back': Br,
    158                      'side': Bd,
     158                     'side': Bt,
    159159                     'ocean': Bf})
    160160   
     
    163163
    164164    domain.set_boundary({'back': Br,
    165                          'side': Bd,
     165                         'side': Bt,
    166166                         'ocean': Tb})
    167167else:
Note: See TracChangeset for help on using the changeset viewer.