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.
variable modres
Model above and below canopy vertical resolution [m].
variable nlat
Length of latitude coordinate (number of latitude points)
variable nlon
Length of longitude coordinate (number of longitude points)
variable ntime
Number of model timesteps.
variable time_end
Simulation end time in YYYY-MM-DD-HH:MM:SS.SSSS format.
variable time_intvl
Time interval for input/output [seconds].
variable time_start
Simulation start time in YYYY-MM-DD-HH:MM:SS.SSSS format.
The documentation for this class was generated from the following file src/canopy_coord_mod.F90