Opened 16 years ago

Last modified 15 years ago

#306 new defect

Revisit starttime in boundaries, forcing terms and file_function.

Reported by: ole Owned by: nariman
Priority: normal Milestone:
Component: Functionality and features Version:
Severity: normal Keywords:
Cc:

Description

Ted Rigby discovered that a hydrograph used with Transmissive_Momentum_Set_stage didn't use the real model time when domain.starttime > 0

Changing domain.time to domain.get_time in the evaluate method solves the problem, but opens the question about the general architecture. Currently, relative times are passed in (e.g. file_boundary) but changing this will touch many modules and will have to be done carefully.

The overriding principle, though, should be that whenever a modeller references time it should be the absolute time (internal time + starttime) just as we intend with spatial coordinates.

Change History (1)

comment:1 Changed 15 years ago by ole

  • Owner changed from ole to nariman
Note: See TracTickets for help on using tickets.