3-PG Outputs

📜 The Log file

3-PG writes a log file, which contains some details of the progress of the model, and is particularly useful for finding problems in the parameter files. The log file will be called “logfile.txt”, and will be written to the directory specified by the parameter “output path”, or the current directory should this parameter not be found.

🗺️ Outputs

The parameter “output directory” gives a path to a directory in which output raster files will be written. The output variables are selected and named as demonstrated in the example site file in the Additional Resources and Examples section. Output variables are written at the end of the model run, although intermediate values can also be written. This is done by placing a start year and recurrence interval after the output grid parameter. For example:

"Weight of stems", wstem.tif 1975 1 month 1

Will cause the variable “weight of stems” to be written yearly on the first month of every year from 1975. The optional start year and interval will cause intermediate values of the “weight of stems” variable to be saved to raster files called wstem197501.tif, wstem198001.tif, etc. Using the keyword “monthly”:

"Weight of stems" wstem.tif 1975 1 monthly

Will produce grids every month from 1975 until the end of the run.

The full list of output variables available in 3-PG is:

short name     long name
--------------------------------------
"StemNo"       "Stocking density"
"WF"           "Weight of foliage"
"WR"           "Weight of roots"
"WS"           "Weight of stems"
"TotalW"       "Total weight"
"MAI"          "Mean Annual Increment"
"avDBH"        "Average DBH"
"BasArea"      "Basal Area"
"StandVol"     "Stand volume"
"Transp"       "Transpiration"
"ASW"          "Available Soil Water"
"fSW"        "Soil water modifier"
"fVPD"         "VPD modifier"
"evaporation"  "Canopy Evaporation"
"LAIx"       "Maximum Leaf Area Index"
"ageLAIx"    "Age at Maximum Leaf Area"
"LAI"          "Leaf Area Index"
"NPP"          "Net Primary Production (tDM/ha)"
Note

When providing output variables, both the short name and long name are recognized in the parameter files.