|
| integer, save | nfmodsol |
| | Number of boundary faces with soil features.
|
| |
| integer, save | nbrsol |
| | Number of soil model's type.
|
| |
| double precision | tsini |
| | initial soil surface temperature
|
| |
| double precision | tprini |
| | initial deep soil temperature
|
| |
| double precision | qvsini |
| | initial soil specific humidity
|
| |
| double precision | tmer |
| | Sea surface temperature.
|
| |
| type(categorie_sol), dimension(:), allocatable | tab_sol |
| | array of the different features of each soil category
|
| |
| integer, dimension(:), allocatable, save | indsol |
| | index of boundary faces with soil features
|
| |
| integer, dimension(:,:), allocatable | pourcent_sol |
| | percentage of soil's category in each boundary face
|
| |
| type(variables_sol), dimension(:), allocatable, save | solution_sol |
| | Class soil variable dimension.
|
| |
| type(soil_tab), dimension(:), allocatable, save | soilvert |
| | Class soilvert dimension.
|
| |