You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marrmot returns many variables as
('P', 'T', 'Ep', 'S(t)', 'par', 'sol_resnorm_tolerance', 'sol_resnorm_maxiter', 'flux_out_Q', 'flux_out_Ea', 'wb')
After model.update(), some variables like 'P' and 'T' are time series whereas others are one value. Therefore, the get_value_as_xarray function returns error as: cannot reshape array of size 1461 into shape (1,1).
The text was updated successfully, but these errors were encountered:
Marrmot returns many variables as
('P', 'T', 'Ep', 'S(t)', 'par', 'sol_resnorm_tolerance', 'sol_resnorm_maxiter', 'flux_out_Q', 'flux_out_Ea', 'wb')
After
model.update()
, some variables like 'P' and 'T' are time series whereas others are one value. Therefore, theget_value_as_xarray
function returns error as:cannot reshape array of size 1461 into shape (1,1)
.The text was updated successfully, but these errors were encountered: