Closed hellkite500 closed 2 years ago
lstm_bmi.py Line 566 is syntax error... https://github.com/NOAA-OWP/lstm/blob/801fbbf1fe1d73a7e3970eb431045a7c39e7093f/bmi_lstm.py#L566
Works for my test cases after changing the setter value to an array, a la:
model_all.set_value('atmosphere_water__time_integral_of_precipitation_mass_flux',np.array([precip]))
See #23
Fix get_value_at_indicies to ensure it copies data into the dest array passed to the function.