|
My Project
programmer's documentation
|
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 | 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... | |
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... | |
| 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... | |
| type(soil_tab), dimension(:), allocatable, save | soilvert |
| Class soilvert dimension. More... | |
Module for the atmospheric soil model adapted to the IGN "land use" file format.
1.8.16