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
Note that the above equations will generate an IndexError where KMT==km,
and are incorrect if partial_bottom_cells=.true..
To handle pbc grids, I suggest adding bottom_cell_file to pop_grid_definitions.yaml.
HT = z_w(KMT)
HU = z_w(KMU)
KMU[i, j] = min(KMT[i, j] , KMT[i−1,j] , KMT[i, j−1], KMT[i−1,j−1])
The text was updated successfully, but these errors were encountered: