Subversion Repositories public iLand

Rev

Rev 280 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1
 
269 werner 2
#include "global.h"
3
#include "environment.h"
4
 
5
 
6
#include "climate.h"
7
 
8
/** Represents the physical simulation site with regard to climate, soil properties and such.
9
    Data is read from various sources and presented to the core model with a standardized interface.
10
*/
11
Environment::Environment()
12
{
13
}