FishMet: Fish feeding and appetite model, OPEN EDITION  0.1
FishMet: Fish feeding and appetite model, OPEN EDITION
commondata::stomach_emptying_pattern Type Reference

A data structure that defines the stomach emptying pattern as dependent on the temperature and the fish mass. More...

Collaboration diagram for commondata::stomach_emptying_pattern:

Public Attributes

real(srp), dimension(:), allocatable grid_mass
 
real(srp), dimension(:), allocatable grid_temperature
 
integer, dimension(:,:), allocatable emptying_time
 

Detailed Description

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.

Member Data Documentation

◆ grid_mass

real(srp), dimension(:), allocatable commondata::stomach_emptying_pattern::grid_mass

Definition at line 445 of file m_common.f90.

◆ grid_temperature

real(srp), dimension(:), allocatable commondata::stomach_emptying_pattern::grid_temperature

Definition at line 446 of file m_common.f90.

◆ emptying_time

integer, dimension(:,:), allocatable commondata::stomach_emptying_pattern::emptying_time

Definition at line 447 of file m_common.f90.


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