8.0
general documentation
At_soil

Data Types

type  categorie_sol
 kind of soil (water, forest, urban ...) and associated constantes More...
 
type  soil_tab
 Defines the soil constants and variables of the vertical arrays used for the 1D radiative model. More...
 

Variables

integer, save nfmodsol
 Number of boundary faces with soil features. More...
 
integer, save nbrsol
 Number of soil model's type. More...
 
double precision rugdyn
 Dynamic roughness length. More...
 
double precision rugthe
 Thermal roughness length. More...
 
double precision albedo
 Albedo. More...
 
double precision emissi
 emissivity More...
 
double precision vegeta
 Vegetation index. More...
 
double precision field
 
double precision c1w
 maximum water capacity of shallow reservoir More...
 
double precision c2w
 ratio of the maximum water capacity of the shallow reservoir to the deep reservoir [0,1] More...
 
double precision csol
 Thermal inertia of the soil. More...
 
double precision r1
 Rij value for Rij1. More...
 
double precision r2
 Rij value for Rij2. More...
 
double precision tprof
 deep soil temperture More...
 
character(len=10) nomcat
 Soil category name. More...
 
double precision tsini = 20.d0
 initial soil surface temperature More...
 
double precision tprini = 20.d0
 initial deep soil temperature More...
 
double precision qvsini = 0.d0
 initial soil specific humidity More...
 
double precision w1ini = 0.d0
 initial water content of the first reservoir More...
 
double precision w2ini = 0.d0
 initial water content of the second reservoir More...
 
double precision tmer = 20.d0
 Sea surface temperature. More...
 
type(categorie_sol), dimension(:), allocatable tab_sol
 array of the different features of each soil category More...
 
double precision albedo
 albedo More...
 
double precision emissi
 emissivity More...
 
double precision ttsoil
 soil thermo temperature More...
 
double precision tpsoil
 soil potential temperature More...
 
double precision totwat
 total water content More...
 
double precision pressure
 surface pressure More...
 
double precision density
 density More...
 
double precision foir
 IR downcoming flux. More...
 
double precision fos
 solar radation absorbed by the soil More...
 
type(soil_tab), dimension(:), allocatable, save soilvert
 Class soilvert dimension. More...
 
type(soil_tab), save soil_mean
 

Detailed Description

Variable Documentation

◆ albedo [1/2]

double precision albedo

Albedo.

◆ albedo [2/2]

double precision albedo

albedo

◆ c1w

double precision c1w

maximum water capacity of shallow reservoir

◆ c2w

double precision c2w

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

◆ csol

double precision csol

Thermal inertia of the soil.

◆ density

double precision density

density

◆ emissi [1/2]

double precision emissi

emissivity

◆ emissi [2/2]

double precision emissi

emissivity

◆ field

double precision field

◆ foir

double precision foir

IR downcoming flux.

◆ fos

double precision fos

solar radation absorbed by the soil

◆ nbrsol

integer, save nbrsol

Number of soil model's type.

◆ nfmodsol

integer, save nfmodsol

Number of boundary faces with soil features.

◆ nomcat

character(len=10) nomcat

Soil category name.

◆ pressure

double precision pressure

surface pressure

◆ qvsini

double precision qvsini = 0.d0

initial soil specific humidity

◆ r1

double precision r1

Rij value for Rij1.

◆ r2

double precision r2

Rij value for Rij2.

◆ rugdyn

double precision rugdyn

Dynamic roughness length.

◆ rugthe

double precision rugthe

Thermal roughness length.

◆ soil_mean

type(soil_tab), save soil_mean

◆ soilvert

type(soil_tab), dimension(:), allocatable, save soilvert

Class soilvert dimension.

◆ tab_sol

type(categorie_sol), dimension(:), allocatable tab_sol

array of the different features of each soil category

◆ tmer

double precision tmer = 20.d0

Sea surface temperature.

◆ totwat

double precision totwat

total water content

◆ tprini

double precision tprini = 20.d0

initial deep soil temperature

◆ tprof

double precision tprof

deep soil temperture

◆ tpsoil

double precision tpsoil

soil potential temperature

◆ tsini

double precision tsini = 20.d0

initial soil surface temperature

◆ ttsoil

double precision ttsoil

soil thermo temperature

◆ vegeta

double precision vegeta

Vegetation index.

◆ w1ini

double precision w1ini = 0.d0

initial water content of the first reservoir

◆ w2ini

double precision w2ini = 0.d0

initial water content of the second reservoir