8.3
general documentation
atsoil.f90 File Reference

Module for the atmospheric soil model adapted to the IGN "land use" file format. More...

Modules

module  atsoil
 

Variables

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

Detailed Description

Module for the atmospheric soil model adapted to the IGN "land use" file format.