9.0
general documentation
Loading...
Searching...
No Matches
At_soil

Variables

integer, save nfmodsol
 Number of boundary faces with soil features.
integer, save nbrsol
 Number of soil model's type.
real(c_double), pointer, save tsini
 initial soil surface temperature for Sea, it is also the surface temperature
real(c_double), pointer, save tprini
 initial deep soil temperature
real(c_double), pointer, save qvsini
 initial soil specific humidity
real(c_double), pointer, save w1ini
 initial water content of the first reservoir
real(c_double), pointer, save w2ini
 initial water content of the second reservoir
double precision, dimension(:), pointer csol
 Thermal inertia of the soil.
double precision, dimension(:), pointer rugdyn
 Dynamic roughness length.
double precision, dimension(:), pointer rugthe
 Thermal roughness length.
double precision, dimension(:), pointer soil_cat_albedo
 Albedo.
double precision, dimension(:), pointer soil_cat_emissi
 emissivity
double precision, dimension(:), pointer soil_cat_vegeta
 Vegetation index.
double precision, dimension(:), pointer soil_cat_c1w
 maximum water capacity of shallow reservoir
double precision, dimension(:), pointer soil_cat_c2w
 ratio of the maximum water capacity of the shallow reservoir to the deep reservoir [0,1]
double precision, dimension(:), pointer soil_cat_r1
 Rij value for Rij1.
double precision, dimension(:), pointer soil_cat_r2
 Rij value for Rij2.

Detailed Description

Variable Documentation

◆ csol

double precision, dimension(:), pointer csol

Thermal inertia of the soil.

◆ nbrsol

integer, save nbrsol

Number of soil model's type.

◆ nfmodsol

integer, save nfmodsol

Number of boundary faces with soil features.

◆ qvsini

real(c_double), pointer, save qvsini

initial soil specific humidity

◆ rugdyn

double precision, dimension(:), pointer rugdyn

Dynamic roughness length.

◆ rugthe

double precision, dimension(:), pointer rugthe

Thermal roughness length.

◆ soil_cat_albedo

double precision, dimension(:), pointer soil_cat_albedo

Albedo.

◆ soil_cat_c1w

double precision, dimension(:), pointer soil_cat_c1w

maximum water capacity of shallow reservoir

◆ soil_cat_c2w

double precision, dimension(:), pointer soil_cat_c2w

ratio of the maximum water capacity of the shallow reservoir to the deep reservoir [0,1]

◆ soil_cat_emissi

double precision, dimension(:), pointer soil_cat_emissi

emissivity

◆ soil_cat_r1

double precision, dimension(:), pointer soil_cat_r1

Rij value for Rij1.

◆ soil_cat_r2

double precision, dimension(:), pointer soil_cat_r2

Rij value for Rij2.

◆ soil_cat_vegeta

double precision, dimension(:), pointer soil_cat_vegeta

Vegetation index.

◆ tprini

real(c_double), pointer, save tprini

initial deep soil temperature

◆ tsini

real(c_double), pointer, save tsini

initial soil surface temperature for Sea, it is also the surface temperature

◆ w1ini

real(c_double), pointer, save w1ini

initial water content of the first reservoir

◆ w2ini

real(c_double), pointer, save w2ini

initial water content of the second reservoir