mlangguth89 / downscaling_benchmark

6 stars 0 forks source link

Update data handler #2

Closed mlangguth89 closed 7 months ago

mlangguth89 commented 7 months ago

In scope of this issue-branch, the data handler will be updated. In addition to a clean-up of the related methods, the data handler will be extended to handle invariant data which does not have a time-dimension in the data files. During the batch-generation however, the time-dimension must be added as long as the trained model has a single input-stream. In case of two inpit streams, the data handler must also provide two data streams.

Both cases will be tackled, whereas the latter will allow that the two input data streams are defined on different underlying grids, i.e. a coarse- and a fine-grained grid for dynamics and static predictor variables.