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

Functions

const char * WriteLogisticGrowthXMLFile1 ()
 Tests the clLogisticGrowth class. More...
 
const char * WriteLogisticGrowthXMLFile2 ()
 Writes a parameter file to direct testing. More...
 

Function Documentation

◆ WriteLogisticGrowthXMLFile1()

const char* WriteLogisticGrowthXMLFile1 ( )

Tests the clLogisticGrowth 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:

  • logistic growth diam only - applied to species 0 seedlings and species 1 seedlings
  • logistic 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
  • logistic growth - applied to species 1 saplings
Returns
Filename written.

◆ WriteLogisticGrowthXMLFile2()

const char* WriteLogisticGrowthXMLFile2 ( )

Writes a parameter file to direct testing.

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

  • logistic growth diam only - applied to species 0 seedlings and species 1 seedlings
  • logistic 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
  • logistic growth - applied to species 1 saplings
Returns
Filename written.