UPP (develop)
|
SOIL declares soil-related variables. More...
Go to the source code of this file.
Variables | |
real, dimension(:), allocatable | soil::rtdpth |
Depth of the bottom of the root zone. | |
real, dimension(:,:,:), allocatable | soil::sh2o |
Liquid volumetric soil moisture. | |
real, dimension(:), allocatable | soil::sldpth |
Thickness of each soil layer. | |
real, dimension(:), allocatable | soil::sllevel |
Soil level. | |
real, dimension(:,:,:), allocatable | soil::smc |
Volumetric soil moisture. | |
real, dimension(:,:,:), allocatable | soil::stc |
Soil temperature. | |
SOIL declares soil-related variables.
Definition in file SOIL_mod.f.
real, dimension(:), allocatable soil::rtdpth |
Depth of the bottom of the root zone.
Definition at line 7 of file SOIL_mod.f.
real, dimension(:,:,:), allocatable soil::sh2o |
Liquid volumetric soil moisture.
Definition at line 7 of file SOIL_mod.f.
real, dimension(:), allocatable soil::sldpth |
Thickness of each soil layer.
Definition at line 7 of file SOIL_mod.f.
real, dimension(:), allocatable soil::sllevel |
Soil level.
Definition at line 7 of file SOIL_mod.f.
real, dimension(:,:,:), allocatable soil::smc |
Volumetric soil moisture.
Definition at line 7 of file SOIL_mod.f.
real, dimension(:,:,:), allocatable soil::stc |
Soil temperature.
Definition at line 7 of file SOIL_mod.f.