SORTIE C++ Test Documentation
Functions
TestConstantGLI.h File Reference
#include <fstream>

Functions

const char * WriteConstantGLIXMLFile1 ()
 Writes a parameter file for normal proceessing. More...
 
const char * WriteConstantGLIXMLErrorFile1 ()
 Writes an error file where the constant GLI is less than 0. More...
 
const char * WriteConstantGLIXMLErrorFile2 ()
 Writes an error file where the constant GLI is greater than 100. More...
 
void WriteConstantGLICommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files (allometry and tree pop). More...
 

Function Documentation

◆ WriteConstantGLICommonStuff()

void WriteConstantGLICommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files (allometry and tree pop).

Parameters
oOutFile stream to write to.

◆ WriteConstantGLIXMLErrorFile1()

const char* WriteConstantGLIXMLErrorFile1 ( )

Writes an error file where the constant GLI is less than 0.

Returns
File name of the freshly written parameter file.

◆ WriteConstantGLIXMLErrorFile2()

const char* WriteConstantGLIXMLErrorFile2 ( )

Writes an error file where the constant GLI is greater than 100.

Returns
File name of the freshly written parameter file.

◆ WriteConstantGLIXMLFile1()

const char* WriteConstantGLIXMLFile1 ( )

Writes a parameter file for normal proceessing.

There are three species, and the constant GLI behavior is applied to species 2 and 3.

Returns
Filename written.