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

Functions

const char * WriteNCIQuadratGrowthXMLFile (int iYearsPerTimestep, int iPrecip)
 Tests the clNCIMasterQuadratGrowth class and associated effects. More...
 
const char * WriteNCIQuadratGrowthXMLFile2 (int iYearsPerTimestep, int iPrecip)
 Writes a parameter file with the designated number of years per time step. More...
 
const char * WriteNCIQuadratGrowthXMLErrorFile1 ()
 Writes an error condition where max growth for a species is < 0. More...
 

Function Documentation

◆ WriteNCIQuadratGrowthXMLErrorFile1()

const char* WriteNCIQuadratGrowthXMLErrorFile1 ( )

Writes an error condition where max growth for a species is < 0.

Returns
Filename written.

◆ WriteNCIQuadratGrowthXMLFile()

const char* WriteNCIQuadratGrowthXMLFile ( int  iYearsPerTimestep,
int  iPrecip 
)

Tests the clNCIMasterQuadratGrowth class and associated effects.

Writes a parameter file with the designated number of years per time step.

Parameters
iYearsPerTimestepThe desired number of years per time step.
iPrecipPrecipitation type.
Returns
Filename written.

◆ WriteNCIQuadratGrowthXMLFile2()

const char* WriteNCIQuadratGrowthXMLFile2 ( int  iYearsPerTimestep,
int  iPrecip 
)

Writes a parameter file with the designated number of years per time step.

Parameters
iYearsPerTimestepThe desired number of years per time step.
iPrecipPrecipitation type.
Returns
Filename written.