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
Rather than have grazing(prey_cnt, pred_cnt), the zooplankton_type should have a grazer_prey_cnt variable and then an allocatable grazing(:) structure. Basically, this replaces grazing(prey_cnt, pred_cnt) with zooplankton(zoo_cnt)%grazing(:) (Per #317 these names will likely change).
The text was updated successfully, but these errors were encountered:
Rather than have
grazing(prey_cnt, pred_cnt)
, thezooplankton_type
should have agrazer_prey_cnt
variable and then an allocatablegrazing(:)
structure. Basically, this replacesgrazing(prey_cnt, pred_cnt)
withzooplankton(zoo_cnt)%grazing(:)
(Per #317 these names will likely change).The text was updated successfully, but these errors were encountered: