-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTestDoubleMMRelGrowth.h
39 lines (37 loc) · 1.29 KB
/
TestDoubleMMRelGrowth.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//---------------------------------------------------------------------------
// TestDoubleMMRelGrowth
//---------------------------------------------------------------------------
#if !defined(TestDoubleMMRelGrowth_H)
#define TestDoubleMMRelGrowth_H
/**
* Writes a parameter file to direct testing. Timestep length is 1 year.
* This contains four species.
* Behaviors:
* <ul>
* <li>Diam with auto height growth is applied to Species 2 and 4 saplings and
* adults.</li>
* <li>Diam only growth is applied to Species 1 and 3 saplings and
* adults.</li>
* <li>Height incrementer applied to all with diameter only behaviors.</li>
* </ul>
*
* @return Filename written.
*/
const char* WriteDoubleMMRelGrowthXMLFile1();
/**
* Writes a parameter file to direct testing. Timestep length is 3 years.
* This contains four species.
* Behaviors:
* <ul>
* <li>Diam with auto height growth is applied to Species 2 and 4 saplings and
* adults.</li>
* <li>Diam only growth is applied to Species 1 and 3 saplings and
* adults.</li>
* <li>Height incrementer applied to all with diameter only behaviors.</li>
* </ul>
*
* @return Filename written.
*/
const char* WriteDoubleMMRelGrowthXMLFile2();
//---------------------------------------------------------------------------
#endif // TestDoubleMMRelGrowth_H