Author : aich@pik-potsdam.de Date : 2013-08-04 modified: 2013-08-04
PURPOSE : generating radiation with latitude, tmin and tmax
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public, | save, dimension(:), allocatable | :: | bsn_ecal | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | bsn_thc | |||
real(kind=dp), | public, | save | :: | canev | |||
real(kind=dp), | public, | save, dimension(:, :), allocatable | :: | canstor | |||
real(kind=dp), | public, | save | :: | ec1 | = | 0.135 | |
real(kind=dp), | public, | save, dimension(:), allocatable | :: | ecal | |||
real(kind=dp), | public | :: | ecal0 | = | 1. | ||
real(kind=dp), | public, | save | :: | eo | |||
real(kind=dp), | public, | save | :: | eopot | |||
real(kind=dp), | public, | save | :: | es | |||
real(kind=dp), | public, | save | :: | et | |||
integer, | public | :: | eta_output_id | = | 0 | ||
integer, | public | :: | etp_output_id | = | 0 | ||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | humi | |||
integer, | public, | save | :: | idvwk | |||
integer, | public, | save | :: | iemeth | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | lat | |||
real(kind=dp), | public, | save, dimension(12) | :: | omega | = | (/.7, .85, .95, 1.05, 1.25, 1.15, 1.05, .95, .9, .8, .75, .7/) | |
real(kind=dp), | public | :: | pit | = | 58.13 | ||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | ra | |||
integer, | public, | save | :: | radiation_switch | = | 0 | |
real(kind=dp), | public, | save, dimension(:, :), allocatable | :: | s1 | |||
real(kind=dp), | public, | save, dimension(:, :), allocatable | :: | s2 | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | salb | |||
real(kind=dp), | public, | save | :: | snoev | |||
integer, | public | :: | soil_evaporation_output_id | ||||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | thc | |||
real(kind=dp), | public | :: | thc0 | = | 1. | ||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | tmn | |||
real(kind=dp), | public, | save, dimension(12) | :: | turc_ivanov | = | (/1.15, 1.15, 1.15, 1.15, 1.15, .85, .85, .85, .85, .85, 1.15, 1.15/) | |
real(kind=dp), | public, | save, dimension(:, :), allocatable | :: | tv | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | ylc | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | yls |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mb | |||
integer, | intent(in) | :: | meap |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n_subcatch |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mb | |||
integer, | intent(in) | :: | meap | |||
integer, | intent(in) | :: | subbasin_input_file_id |
! rmx = 711. * (hys+ycsin(h))
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | j | ||||
integer | :: | je | ||||
integer | :: | k | ||||
real(kind=dp), | intent(in), | dimension(:, :) | :: | alai | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | cva | ||
real(kind=dp), | intent(inout) | :: | ep | |||
integer, | intent(in) | :: | ida | |||
integer, | intent(in) | :: | mo | |||
integer, | intent(in) | :: | nn | |||
real(kind=dp), | intent(in), | dimension(:, :) | :: | preinf | ||
real(kind=dp), | intent(in) | :: | qd | |||
real(kind=dp), | intent(inout), | dimension(:, :) | :: | snoa | ||
real(kind=dp), | intent(inout), | dimension(:, :, :) | :: | ste | ||
real(kind=dp), | intent(in), | dimension(:) | :: | tx | ||
real(kind=dp), | intent(in), | dimension(:, :) | :: | z | ||
logical, | intent(in) | :: | bSnowModule | |||
real(kind=dp), | intent(inout) | :: | rnew | |||
real(kind=dp), | intent(inout) | :: | tmit | |||
real(kind=dp), | intent(inout) | :: | tx_tmp | |||
real(kind=dp), | intent(inout) | :: | rsn(:,:) | |||
real(kind=dp), | intent(inout) | :: | ETcor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ida | |||
integer, | intent(in) | :: | mb | |||
real(kind=dp), | intent(in), | dimension(:) | :: | tmx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | subbasin_input_file_id |