Skip to content

File canopy_read_txt.F90

FileList > src > canopy_read_txt.F90

Go to the source code of this file

Text Input File Reader Subroutine. More...

Public Functions

Type Name
subroutine canopy_read_txt (INFILE INFILE, INFILE2 INFILE2)
Read canopy met/sfc inputs from text files.

Detailed Description

This file contains the subroutine for reading meteorological and surface data from text format input files. It handles both main variable files and supplementary canopy profile files.

Author:

Patrick C. Campbell

Date:

October 2022

Public Functions Documentation

function canopy_read_txt

Read canopy met/sfc inputs from text files.

subroutine canopy_read_txt (
    INFILE INFILE,
    INFILE2 INFILE2
) 

This subroutine reads meteorological and surface input data from text files. It can handle both single variable text files and combined variable plus canopy profile text files depending on the var3d_opt setting.

Parameters:

  • INFILE Primary input text file path
  • INFILE2 Secondary canopy profile input text file path
  • infile main IO text reader/writer


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