In exploring #2586, I am interested to see how we handle combining multiple models together. In this case, I'm interested in the time handling with different time origins.
I want to create a test case which explores this so that we can add it to test_advection.py
I think the current abstraction of add_field is insufficient to handle this. How was this done in v3 @erikvansebille ? fset1 + fset2?
In exploring #2586, I am interested to see how we handle combining multiple models together. In this case, I'm interested in the time handling with different time origins.
I want to create a test case which explores this so that we can add it to
test_advection.pyI think the current abstraction of
add_fieldis insufficient to handle this. How was this done in v3 @erikvansebille ?fset1 + fset2?