SORTIE C++ Test Documentation
Functions
TestLognormalGrowth.h File Reference

Functions

const char * WriteLognormalGrowthXMLFile1 ()
 Tests the clLognormalGrowth class. More...
 
const char * WriteLognormalGrowthXMLFile2 ()
 Writes a parameter file to direct testing. More...
 

Function Documentation

◆ WriteLognormalGrowthXMLFile1()

const char* WriteLognormalGrowthXMLFile1 ( )

Tests the clLognormalGrowth class.

This tests it in all versions - as a diameter-only incrementer with no height updating, as a DiameterIncrementer with auto-height updating, and as a HeightIncrementer. Writes a parameter file to direct testing. Timestep length is 1 year. This contains two species. Behaviors:

  • lognormal growth diam only - applied to species 0 seedlings and species 1 seedlings
  • lognormal growth height only - applied to species 0 saplings and species 1 seedlings
  • constant radial growth - applied to species 0 saplings
  • HeightIncrementer - applied to species 0 seedlings
  • lognormal growth - applied to species 1 saplings
Returns
Filename written.

◆ WriteLognormalGrowthXMLFile2()

const char* WriteLognormalGrowthXMLFile2 ( )

Writes a parameter file to direct testing.

Timestep length is 3 years. This contains two species. Behaviors:

  • lognormal growth diam only - applied to species 0 seedlings and species 1 seedlings
  • lognormal growth height only - applied to species 0 saplings and species 1 seedlings
  • constant radial growth - applied to species 0 saplings
  • HeightIncrementer - applied to species 0 seedlings
  • lognormal growth - applied to species 1 saplings
Returns
Filename written.