Modular Megafauna Model
1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
environment.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2020 W. Traylor <wolfgang.traylor@senckenberg.de>
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
11
#ifndef FAUNA_ENVIRONMENT_H
12
#define FAUNA_ENVIRONMENT_H
13
14
namespace
Fauna
{
16
struct
HabitatEnvironment
{
18
double
air_temperature
= 20.0;
19
};
20
}
// namespace Fauna
21
22
#endif
// FAUNA_ENVIRONMENT_H
Fauna
Definition:
average.h:16
Fauna::HabitatEnvironment
Variables describing the habitat that are not forage ⇒ abiotic environment.
Definition:
environment.h:16
Fauna::HabitatEnvironment::air_temperature
double air_temperature
Ambient air temperature near ground [°C], whole-day average.
Definition:
environment.h:18
include
Fauna
environment.h
Generated by
1.9.5