FishMet: Fish feeding and appetite model, OPEN EDITION  0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
the_fish::history_array_fish Type Reference

This type defines history arrays that are saved for the FISH class. More...

Collaboration diagram for the_fish::history_array_fish:

Public Attributes

integer, dimension(history_sizetotal_n_food_ingested
 Total number of food items ingested. More...
 
real(srp), dimension(history_sizetotal_mass_food_ingested
 Total mass of food ingested. More...
 
real(srp), dimension(history_sizetotal_mass_evacuated
 Total mass of excrements evacuated. More...
 
real(srp), dimension(history_sizefood_mass_absorb_curr
 Instantaneous absorption history, midgut. More...
 
real(srp), dimension(history_sizefood_mass_absorb_cum
 Cumulativa absorption history, midgut. More...
 
real(srp), dimension(history_sizeenergy_balance_curr
 Current energy balance of the fish, history. More...
 
real(srp), dimension(history_sizebody_mass_current
 Current body mass, with latest history dynamics. More...
 

Detailed Description

This type defines history arrays that are saved for the FISH class.

Definition at line 27 of file m_fish.f90.

Member Data Documentation

◆ total_n_food_ingested

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.

◆ total_mass_food_ingested

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.

◆ total_mass_evacuated

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.

◆ food_mass_absorb_curr

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.

◆ food_mass_absorb_cum

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.

◆ energy_balance_curr

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.

◆ body_mass_current

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.


The documentation for this type was generated from the following file: