Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | dels | |||
type(radiation_type), | intent(inout) | :: | rad | |||
type(roughness_type), | intent(inout) | :: | rough | |||
type(air_type), | intent(inout) | :: | air | |||
type(met_type), | intent(inout) | :: | met | |||
type(veg_parameter_type), | intent(inout) | :: | veg | |||
type(canopy_type), | intent(inout) | :: | canopy | |||
type(soil_parameter_type), | intent(inout) | :: | soil | |||
type(soil_snow_type), | intent(inout) | :: | ssnow | |||
real, | intent(inout), | DIMENSION(:) | :: | dsx | ||
real, | intent(inout), | DIMENSION(:) | :: | fwsoil | ||
real, | intent(inout), | DIMENSION(:) | :: | tlfx | ||
real, | intent(inout), | DIMENSION(:) | :: | tlfy | ||
real(kind=R_2), | intent(inout), | DIMENSION(:) | :: | ecy | ||
real(kind=R_2), | intent(inout), | DIMENSION(:) | :: | hcy | ||
real(kind=R_2), | intent(inout), | DIMENSION(:) | :: | rny | ||
real(kind=R_2), | intent(inout), | DIMENSION(:,:) | :: | gbhu | ||
real(kind=R_2), | intent(inout), | DIMENSION(:,:) | :: | gbhf | ||
real(kind=R_2), | intent(inout), | DIMENSION(:,:) | :: | csx | ||
real, | intent(in), | DIMENSION(:) | :: | cansat | ||
real(kind=r_2), | intent(out), | DIMENSION(:) | :: | ghwet | ||
integer, | intent(in) | :: | iter | |||
type(climate_type), | intent(in) | :: | climate | |||
real, | intent(in) | :: | sum_rad_gradis(mp) | |||
real, | intent(in) | :: | sum_rad_rniso(mp) |