SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteStochasticBiLevelMortalityXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteStochasticBiLevelMortalityXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteStochasticBiLevelMortalityXMLFile3 () |
Writes a parameter file for normal processing run 3. More... | |
const char * | WriteStochasticBiLevelMortalityXMLFile4 () |
Writes a parameter file for normal processing run 4. More... | |
const char * | WriteStochasticBiLevelMortalityXMLErrorFile1 () |
Writes a parameter file where a value for high-light mortality threshold is not between 0 and 100. More... | |
const char * | WriteStochasticBiLevelMortalityXMLErrorFile2 () |
Writes a parameter file where a value for low-light mortality probability is not between 0 and 1. More... | |
const char * | WriteStochasticBiLevelMortalityXMLErrorFile3 () |
Writes a parameter file where a value for high-light mortality probability is not between 0 and 1. More... | |
const char * | WriteStochasticBiLevelMortalityXMLErrorFile4 () |
Writes a parameter file where there is no storm light grid. More... | |
const char * | WriteStochasticBiLevelMortalityXMLErrorFile5 () |
Writes a parameter file where this is GLI but there is no light behavior. More... | |
void | WriteStochasticBiLevelMortalityCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void | WriteStochasticBiLevelMortalityMortParameters (std::fstream &oOut) |
Writes mortality parameters for the test parameter files. More... | |
void WriteStochasticBiLevelMortalityCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
This starts with <randomSeed> and ends with </allometry>.
oOut | File stream to write to. |
void WriteStochasticBiLevelMortalityMortParameters | ( | std::fstream & | oOut | ) |
Writes mortality parameters for the test parameter files.
oOut | File stream to write to. |
const char* WriteStochasticBiLevelMortalityXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for high-light mortality threshold is not between 0 and 100.
const char* WriteStochasticBiLevelMortalityXMLErrorFile2 | ( | ) |
Writes a parameter file where a value for low-light mortality probability is not between 0 and 1.
const char* WriteStochasticBiLevelMortalityXMLErrorFile3 | ( | ) |
Writes a parameter file where a value for high-light mortality probability is not between 0 and 1.
const char* WriteStochasticBiLevelMortalityXMLErrorFile4 | ( | ) |
Writes a parameter file where there is no storm light grid.
const char* WriteStochasticBiLevelMortalityXMLErrorFile5 | ( | ) |
Writes a parameter file where this is GLI but there is no light behavior.
const char* WriteStochasticBiLevelMortalityXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteStochasticBiLevelMortalityXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.
const char* WriteStochasticBiLevelMortalityXMLFile3 | ( | ) |
Writes a parameter file for normal processing run 3.
const char* WriteStochasticBiLevelMortalityXMLFile4 | ( | ) |
Writes a parameter file for normal processing run 4.