8.0
general documentation
Loading...
Searching...
No Matches
atsoil.f90 File Reference

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

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...

Modules

module  atsoil

Variables

integer, save nfmodsol
 Number of boundary faces with soil features.
integer, save nbrsol
 Number of soil model's type.
double precision tsini = 20.d0
 initial soil surface temperature
double precision tprini = 20.d0
 initial deep soil temperature
double precision qvsini = 0.d0
 initial soil specific humidity
double precision w1ini = 0.d0
 initial water content of the first reservoir
double precision w2ini = 0.d0
 initial water content of the second reservoir
double precision tmer = 20.d0
 Sea surface temperature.
type(categorie_sol), dimension(:), allocatable tab_sol
 array of the different features of each soil category
type(soil_tab), dimension(:), allocatable, save soilvert
 Class soilvert dimension.
type(soil_tab), save soil_mean

Detailed Description

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