Skip to content

Group write_txt

Modules > write_txt

Routines for writing text format output files.

Public Functions

Type Name
subroutine canopy_write_txt (OUTPREFX OUTPREFX, TIMENOW TIMENOW)
Write canopy outputs to text files.

Public Functions Documentation

function canopy_write_txt

Write canopy outputs to text files.

subroutine canopy_write_txt (
    OUTPREFX OUTPREFX,
    TIMENOW TIMENOW
) 

This subroutine writes canopy model calculation results to text format output files. It serves as a wrapper for the main text writing routine, passing the output file prefix and current time information.

Parameters:

  • OUTPREFX Output file prefix string
  • TIMENOW Current time stamp string
  • outprefx main IO text reader/writer