Skip to content

File canopy_write_txt.F90

FileList > src > canopy_write_txt.F90

Go to the source code of this file

Text Output File Writer Subroutine. More...

Public Functions

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

Detailed Description

This file contains the subroutine for writing canopy model output to text format files. It serves as a wrapper that calls the main text writing routine with appropriate parameters.

Author:

Patrick C. Campbell

Date:

October 2022

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


The documentation for this class was generated from the following file src/canopy_write_txt.F90