output
<output> = EMPTY
Name | Type | Default |
---|---|---|
curves | filename | curves.csv |
blocks | filename | blocks.csv |
features | filename | features.csv |
products | filename | products.csv |
treatments | filename | treatments.csv |
tracknames | filename | tracknames.csv |
messages | filename | messages.csv |
accounts | filename | protoaccounts.csv |
stratas | filename | stratas.csv |
packages | filename | packages.csv |
sequences | filename | packageSequences.csv |
This element indicates the names of the output files generated by the MatrixBuilder for this ForestModel. All MatrixBuilder output files are in CSV (comma separated version) format.
Standard default values are provided for each output file, and it is uncommon to need to override these values. If these names are changed then they will also need to be changed in the corresponding PIN file.
These elements contain output: ForestModel.
The following elements can occur in NAME: NONE
curves
The curves.csv
file is a collection
of all attribute curves with x,y inflection points.
blocks
The blocks.csv
file is a list of each
block id, area and age.
features
The features.csv
file is a list of
each feature attribute label and the associated curve.
products
The products.csv
file is a list of
all track numbers, with each treatment, product attribute and
curve associated with them.
treatments
The treatments.csv
file describes the
management treatments available for each managed track.
tracknames
The tracknamess.csv
file is a
non-essential file that contains a problem specific
description of the origin of the block component.
messages
The messages.csv
file contains a list
of records that did not match any tracks in the XML file.
Ideally, this file should be empty as it contains a lists of
'errors' and omitted fragments.
accounts
The output protoaccounts.csv
file is
a basic accounts.csv file automatically generated from each
attribute defined in the XML file. This file provides a
simple starting point to modify into a more personalized
accounts.csv file. Typically rename this file to be
accounts.csv
.
stratas
The stratas.csv
file contains the
stratification values for each block for each planning
period. These values are used within the Patchworks block
attribute store to reflect strtification conditions at the
end of each planning period.
packages
The packages.csv
file contains
treatment package envelope definitions.
sequences
The packageSequences.csv
file
contains details about the sequence of treatments within a
treatment package.
<output messages="messages1.csv" blocks="blocks1.csv" features="features1.csv" products="IFM_products.csv" treatments="IFM_treatments.csv" curves="curves1.csv" tracknames="tracknames1.csv" />
In this example, some of the default filenames have been modified. The values that have not been specified retain their default values.
In general there is no need to change the default values that are expected by the Patchworks model.