Subversion Repositories public iLand

Rev

Rev 137 | Rev 170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 146
Line 9... Line 9...
9
{
9
{
10
}
10
}
11
11
12
// fake: monthly radiation (sum month MJ/m2)
12
// fake: monthly radiation (sum month MJ/m2)
13
const double radMonth[] = {30., 80., 200., 350., 450., 500., 550., 400., 300., 150., 100.,30. };
13
const double radMonth[] = {30., 80., 200., 350., 450., 500., 550., 400., 300., 150., 100.,30. };
14
// fake: aggregated response values per month
-
 
-
 
14
// fake: aggregated response values per month GO to webbrowser!!
15
const double totalResponses[] = {0., 0.05, 0.4, 0.6, 0.8, 0.8, 0.8, 0.5, 0.5, 0.1, 0. ,0. };
15
const double totalResponses[] = {0., 0.05, 0.4, 0.6, 0.8, 0.8, 0.8, 0.5, 0.5, 0.1, 0. ,0. };
16
const double radYear = 3140.; // the sum of radMonth [MJ/m2]
16
const double radYear = 3140.; // the sum of radMonth [MJ/m2]
17
17
18
double Production3PG::calculate()
18
double Production3PG::calculate()
19
{
19
{