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
Cecilia thinks that the kernel should be a factor of floe perimeter rather than floe area.
So, kern = c_weld * floe_area_c(i) * aicen(n)
Should change to something like: kern = c_weld * floe_per_c(i) * aicen(n)?
Cecilia thinks that the kernel should be a factor of floe perimeter rather than floe area.
So,
kern = c_weld * floe_area_c(i) * aicen(n)Should change to something like: kern =
c_weld * floe_per_c(i) * aicen(n)?