FishMet: Fish feeding and appetite model, OPEN EDITION
0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
|
A data structure that defines the stomach emptying pattern as dependent on the temperature and the fish mass. More...
Public Attributes | |
real(srp), dimension(:), allocatable | grid_mass |
real(srp), dimension(:), allocatable | grid_temperature |
integer, dimension(:,:), allocatable | emptying_time |
A data structure that defines the stomach emptying pattern as dependent on the temperature and the fish mass.
| 50 100 300 500 <--- grid_mass -------+------------------- 5 | 24 35 75 100 10 | 15 20 50 75 15 | 9 15 40 50 20 | 5 10 30 35 22 | 4 8 29 33 ^ +--- grid_temperature
Definition at line 444 of file m_common.f90.
real(srp), dimension(:), allocatable commondata::stomach_emptying_pattern::grid_mass |
Definition at line 445 of file m_common.f90.
real(srp), dimension(:), allocatable commondata::stomach_emptying_pattern::grid_temperature |
Definition at line 446 of file m_common.f90.
integer, dimension(:,:), allocatable commondata::stomach_emptying_pattern::emptying_time |
Definition at line 447 of file m_common.f90.