unifhy-org / unifhy

A Unified Framework for Hydrology
https://unifhy-org.github.io/unifhy
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Remove time and space domain parameters for a `NullComponent` #55

Open ThibHlln opened 2 years ago

ThibHlln commented 2 years ago

Since NullComponent is not given any data, it does not need for the user to be explicit about the time and space domains the NullComponent should work on. The SpaceDomain could be algorithmically chosen based on the space domains of the other components in order to minimise the regridding operations, while the TimeDomain could be algorithmically set as the dumping frequency (or the whole simulation period if no dumping frequency).