FishMet: Fish feeding and appetite model, OPEN EDITION
0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
|
This type defines history arrays that are saved for the FISH class. More...
Public Attributes | |
integer, dimension(history_size) | total_n_food_ingested |
Total number of food items ingested. More... | |
real(srp), dimension(history_size) | total_mass_food_ingested |
Total mass of food ingested. More... | |
real(srp), dimension(history_size) | total_mass_evacuated |
Total mass of excrements evacuated. More... | |
real(srp), dimension(history_size) | food_mass_absorb_curr |
Instantaneous absorption history, midgut. More... | |
real(srp), dimension(history_size) | food_mass_absorb_cum |
Cumulativa absorption history, midgut. More... | |
real(srp), dimension(history_size) | energy_balance_curr |
Current energy balance of the fish, history. More... | |
real(srp), dimension(history_size) | body_mass_current |
Current body mass, with latest history dynamics. More... | |
This type defines history arrays that are saved for the FISH class.
Definition at line 27 of file m_fish.f90.
integer, dimension(history_size) the_fish::history_array_fish::total_n_food_ingested |
Total number of food items ingested.
Definition at line 29 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::total_mass_food_ingested |
Total mass of food ingested.
Definition at line 31 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::total_mass_evacuated |
Total mass of excrements evacuated.
Definition at line 33 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::food_mass_absorb_curr |
Instantaneous absorption history, midgut.
Definition at line 35 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::food_mass_absorb_cum |
Cumulativa absorption history, midgut.
Definition at line 37 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::energy_balance_curr |
Current energy balance of the fish, history.
Definition at line 39 of file m_fish.f90.
real(srp), dimension(history_size) the_fish::history_array_fish::body_mass_current |
Current body mass, with latest history dynamics.
Definition at line 41 of file m_fish.f90.