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