Closed dietervdb-meteo closed 1 month ago
In the meanwhile the main repository for this branch was updated. The bugs reported above seem to survive, although in somewhat altered form. Will see if I can fix them, if so might make new pull request.
Issue 2. is solved by the new version of the code. Issue 1. survived, be it with the argument renamed from runner to context. It is fixed in the new PR #38
GribFileInput
was called with onerunner
argument too much.dynamic_forcings_sources_that_bring_new_fields
anddynamic_forcings_sources_that_modify_grids
of theRunner
class were undefined, but called in the functionadd_dynamic_forcings_to_input_tensor
.This PR fixes the above two issues, although the solution to 2. is only a temporary one.