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
The surface value changes at each time step depending on the depth of the lake... so, one needs to find the last unmasked value for each time step and then grab that value for each time step.
The surface value changes at each time step depending on the depth of the lake... so, one needs to find the last unmasked value for each time step and then grab that value for each time step.
See these links:
https://stackoverflow.com/questions/23435782/numpy-selecting-specific-column-index-per-row-by-using-a-list-of-indexes
https://stackoverflow.com/questions/17074422/select-one-element-in-each-row-of-a-numpy-array-by-column-indices
The text was updated successfully, but these errors were encountered: