smartpy.parameters.Parameters.set_parameters_with_dict

Parameters.set_parameters_with_dict(dictionary)

Assign the SMART model parameters values using a dictionary.

Parameters
dictionary: dict

The dictionary containing the parameter values.

Parameter example:

dictionary={
    'T': 1.0,
    'C': 1.0,
    'H': 0.20845,
    'D': 0.24606,
    'S': 0.0001230,
    'Z': 105.26,
    'SK': 46.82,
    'FK': 315.55,
    'GK': 1066.73,
    'RK': 10.64
}