Namespace canopy_files_mod
Namespace List > canopy_files_mod
Public Attributes
| Type | Name |
|---|---|
| integer | cdfid_m NetCDF file identifier for main input files. |
| character(len=256), dimension(max_mm) | file_canvars Array of canopy variable input file paths. |
| character(len= *), parameter | file_nml = '[**input**](canopy__var3din__mod_8F90.md#variable-input)/[**namelist.canopy**](canopy__var3din__mod_8F90.md#variable-canopy)'Path to the namelist configuration file. |
| character(len=256), dimension(1) | file_out Array of output file paths. |
| character(len=256), dimension(max_mm) | file_vars Array of main variable input file paths. |
| integer, parameter | iutnml = 8FORTRAN unit number for namelist file. |
| integer, parameter | max_mm = 10000Maximum number of input files allowed. |
Public Attributes Documentation
variable cdfid_m
NetCDF file identifier for main input files.
variable file_canvars
Array of canopy variable input file paths.
variable file_nml
Path to the namelist configuration file.
variable file_out
Array of output file paths.
variable file_vars
Array of main variable input file paths.
variable iutnml
FORTRAN unit number for namelist file.
variable max_mm
Maximum number of input files allowed.
The documentation for this class was generated from the following file src/canopy_files_mod.F90