Changeset 8293


Ignore:
Timestamp:
Jan 10, 2012, 4:55:30 PM (13 years ago)
Author:
steve
Message:

Just adding change to forcing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/forcing.py

    r8138 r8293  
    497497    def __parallel_safe(self):
    498498
    499         return false
     499        return False
    500500
    501501class Rainfall(General_forcing):
     
    537537    # input of Rainfall in mm/s
    538538
    539     catchmentrainfall = Rainfall(rain=file_function('Q100_2hr_Rain.tms'))
     539    catchmentrainfall = Rainfall(rate=file_function('Q100_2hr_Rain.tms'))
    540540                        # Note need path to File in String.
    541541                        # Else assumed in same directory
Note: See TracChangeset for help on using the changeset viewer.