UPP 11.0.0
Loading...
Searching...
No Matches
SOIL_mod.f File Reference

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.
 

Detailed Description

SOIL declares soil-related variables.

Definition in file SOIL_mod.f.

Variable Documentation

◆ rtdpth

real, dimension(:), allocatable soil::rtdpth

Depth of the bottom of the root zone.

Definition at line 7 of file SOIL_mod.f.

◆ sh2o

real, dimension(:,:,:), allocatable soil::sh2o

Liquid volumetric soil moisture.

Definition at line 7 of file SOIL_mod.f.

◆ sldpth

real, dimension(:), allocatable soil::sldpth

Thickness of each soil layer.

Definition at line 7 of file SOIL_mod.f.

◆ sllevel

real, dimension(:), allocatable soil::sllevel

Soil level.

Definition at line 7 of file SOIL_mod.f.

◆ smc

real, dimension(:,:,:), allocatable soil::smc

Volumetric soil moisture.

Definition at line 7 of file SOIL_mod.f.

◆ stc

real, dimension(:,:,:), allocatable soil::stc

Soil temperature.

Definition at line 7 of file SOIL_mod.f.