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