Skip to content

File canopy_check_input.F90

FileList > src > canopy_check_input.F90

Go to the source code of this file

Input File Validation and Reading Subroutine. More...

Public Attributes

Type Name
character(len= *), intent(in) canopy
integer extension
integer, intent(in) file
character(len= *), intent(in) infile
character(len= *), intent(in) infile2
character(len= *), intent(in) input
integer of
character(len= *), intent(in) path
integer position
integer ppos
character(len= *), intent(in) primary
character(len= *), intent(in) profile
character(len= *), intent(in) secondary
integer separator

Detailed Description

This file contains the subroutine that checks and reads canopy input files. It supports both text and NetCDF input formats and validates the file format against the user-specified input format option.

Author:

Patrick C. Campbell

Date:

December 2022

Public Attributes Documentation

variable canopy

character(len=*), intent(in) canopy;

variable extension

integer extension;

variable file

character(len=*), intent(in) file;

variable infile

character(len=*), intent(in) infile;

variable infile2

character(len=*), intent(in) infile2;

variable input

character(len=*), intent(in) input;

variable of

integer of;

variable path

character(len=*), intent(in) path;

variable position

integer position;

variable ppos

integer ppos;

variable primary

character(len=*), intent(in) primary;

variable profile

character(len=*), intent(in) profile;

variable secondary

character(len=*), intent(in) secondary;

variable separator

integer separator;


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