FishMet: Fish feeding and appetite model, OPEN EDITION
0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
|
Public Attributes | |
real(srp) | mass_0 |
The starting mass of the food item at the point it is ingested. More... | |
real(srp) | absorped |
The cumulative mass processed (absorbed) in midgut. More... | |
integer | time_in_mg |
Duration of the time the food item was in the midgut. More... | |
integer | time_absorbed |
Duration of the time since full absorption occurred. More... | |
![]() | |
integer | time_in_process |
The time that the food item has spent in the fish stomach. More... | |
integer | ingestion_delay |
Ingestion delay in s (time steps) between ingestion of the food item by the fish end the start of its ingestion. Water uptake occurs during this period. More... | |
![]() | |
real(srp) | mass |
The mass of a single food item. More... | |
Definition at line 124 of file m_fish.f90.
procedure, public the_fish::food_item_eaten_mg::zero |
Definition at line 134 of file m_fish.f90.
procedure, public the_fish::food_item_eaten_mg::is_absorbed_full |
Definition at line 136 of file m_fish.f90.
procedure, public the_fish::food_item_eaten_mg::check_disappear |
Definition at line 138 of file m_fish.f90.
procedure, public the_fish::food_item_eaten_mg::is_evacuate |
Definition at line 140 of file m_fish.f90.
real(srp) the_fish::food_item_eaten_mg::mass_0 |
The starting mass of the food item at the point it is ingested.
Definition at line 126 of file m_fish.f90.
real(srp) the_fish::food_item_eaten_mg::absorped |
The cumulative mass processed (absorbed) in midgut.
Definition at line 128 of file m_fish.f90.
integer the_fish::food_item_eaten_mg::time_in_mg |
Duration of the time the food item was in the midgut.
Definition at line 130 of file m_fish.f90.
integer the_fish::food_item_eaten_mg::time_absorbed |
Duration of the time since full absorption occurred.
Definition at line 132 of file m_fish.f90.