8.2.7.4. glofrim.Glofrim.set_value_at_indices

Glofrim.set_value_at_indices(long_var_name, inds, src, **kwargs)[source]

Overwriting of value at specific entry of a certain exposed variable with provided new values. entries with NaN value are replaced with fill_value

Arguments:

long_var_name {str} – name of exposed model variable inds {int} – Index pointing to entry within entire array of variable values src {array} – array with new values

Returns:

[type] – [description]