My Project
programmer's documentation
|
Data Types | |
type | categorie_sol |
kind of soil (water, forest, urban ...) and associated constantes More... | |
type | variables_sol |
Class definition of soil_variables. 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 | 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... | |
type(categorie_sol) | constantes |
double precision | temp_sol |
soil temperature More... | |
double precision | tempp |
deep soil temperature More... | |
double precision | total_water |
total water content More... | |
double precision | w1 |
ratio of the shallow reservoir water content to its maximum capacity More... | |
double precision | w2 |
ratio of the deep reservoir water content to its maximum capacity More... | |
double precision | tsini |
initial soil surface temperature More... | |
double precision | tprini |
initial deep soil temperature More... | |
double precision | qvsini |
initial soil specific humidity More... | |
double precision | tmer |
Sea surface temperature. More... | |
type(categorie_sol), dimension(:), allocatable | tab_sol |
array of the different features of each soil category More... | |
integer, dimension(:), allocatable, save | indsol |
index of boundary faces with soil features More... | |
integer, dimension(:,:), allocatable | pourcent_sol |
percentage of soil's category in each boundary face More... | |
type(variables_sol), dimension(:), allocatable, save | solution_sol |
Class soil variable dimension. 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... | |
double precision albedo |
Albedo.
double precision albedo |
albedo
double precision c1w |
maximum water capacity of shallow reservoir
double precision c2w |
ratio of the maximum water capacity of the shallow reservoir to the deep reservoir [0,1]
type(categorie_sol) constantes |
double precision csol |
Thermal inertia of the soil.
double precision density |
density
double precision emissi |
emissivity
double precision emissi |
emissivity
double precision foir |
ir downcoming flux
double precision fos |
solar radation absorbed by the soil
integer, dimension(:), allocatable, save indsol |
index of boundary faces with soil features
integer, save nbrsol |
Number of soil model's type.
integer, save nfmodsol |
Number of boundary faces with soil features.
character(len=10) nomcat |
Soil category name.
integer, dimension(:,:), allocatable pourcent_sol |
percentage of soil's category in each boundary face
double precision pressure |
surface pressure
double precision qvsini |
initial soil specific humidity
double precision r1 |
Rij value for Rij1.
double precision r2 |
Rij value for Rij2.
double precision rugdyn |
Dynamic roughness length.
double precision rugthe |
Thermal roughness length.
type(soil_tab), dimension(:), allocatable, save soilvert |
Class soilvert dimension.
type(variables_sol), dimension(:), allocatable, save solution_sol |
Class soil variable dimension.
type(categorie_sol), dimension(:), allocatable tab_sol |
array of the different features of each soil category
double precision temp_sol |
soil temperature
double precision tempp |
deep soil temperature
double precision tmer |
Sea surface temperature.
double precision total_water |
total water content
double precision totwat |
total water content
double precision tprini |
initial deep soil temperature
double precision tprof |
deep soil temperture
double precision tpsoil |
soil potential temperature
double precision tsini |
initial soil surface temperature
double precision ttsoil |
soil thermo temperature
double precision vegeta |
Vegetation index.
double precision w1 |
ratio of the shallow reservoir water content to its maximum capacity
double precision w2 |
ratio of the deep reservoir water content to its maximum capacity