Skip to content

Namespace canopy_coord_mod

Namespace List > canopy_coord_mod

Public Attributes

Type Name
integer modlays
Number of total above and below canopy model layers.
real(rk) modres
Model above and below canopy vertical resolution [m].
integer nlat
Length of latitude coordinate (number of latitude points)
integer nlon
Length of longitude coordinate (number of longitude points)
integer ntime
Number of model timesteps.
character(len=24) time_end
Simulation end time in YYYY-MM-DD-HH:MM:SS.SSSS format.
integer time_intvl
Time interval for input/output [seconds].
character(len=24) time_start
Simulation start time in YYYY-MM-DD-HH:MM:SS.SSSS format.

Public Attributes Documentation

variable modlays

Number of total above and below canopy model layers.

integer canopy_coord_mod::modlays;


variable modres

Model above and below canopy vertical resolution [m].

real(rk) canopy_coord_mod::modres;


variable nlat

Length of latitude coordinate (number of latitude points)

integer canopy_coord_mod::nlat;


variable nlon

Length of longitude coordinate (number of longitude points)

integer canopy_coord_mod::nlon;


variable ntime

Number of model timesteps.

integer canopy_coord_mod::ntime;


variable time_end

Simulation end time in YYYY-MM-DD-HH:MM:SS.SSSS format.

character(len=24) canopy_coord_mod::time_end;


variable time_intvl

Time interval for input/output [seconds].

integer canopy_coord_mod::time_intvl;


variable time_start

Simulation start time in YYYY-MM-DD-HH:MM:SS.SSSS format.

character(len=24) canopy_coord_mod::time_start;



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