Calling bmi methods via grcp4bmi and Docker is giving errors.
model.get_output_var_names() returns error with
Cell(['Fluxes leaving the model > flux_out', 'Internal fluxes > flux_in',
'Storages (time = t) > S(t)', 'Water balance check > wb'],
dtype=object) has type <class 'oct2py.io.Cell'>, but expected one of: (<class 'bytes'>, <class 'str'>)
model.get_value('flux_out') returns error with
Arrays with type {} cannot be transmitted through this GRPC channel
Calling bmi methods via grcp4bmi and Docker is giving errors.
model.get_output_var_names()returns error withmodel.get_value('flux_out')returns error with