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
14namespace Fauna {
18 double air_temperature = 20.0;
19};
20} // namespace Fauna
21
22#endif // FAUNA_ENVIRONMENT_H
Definition: average.h:16
Variables describing the habitat that are not forage ⇒ abiotic environment.
Definition: environment.h:16
double air_temperature
Ambient air temperature near ground [°C], whole-day average.
Definition: environment.h:18