Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public, | save | :: | af | |||
logical, | public, | save | :: | bSubcatch | |||
integer, | public, | dimension(:), allocatable | :: | catchment_ids | |||
character(len=path_max_length), | public | :: | catchment_input_file | = | "catchment.csv" | ||
integer, | public | :: | catchment_input_file_id | ||||
real(kind=dp), | public, | save | :: | da | |||
real(kind=dp), | public, | save | :: | da9 | |||
integer, | public, | save | :: | n_subcatch | |||
real(kind=dp), | public, | save, dimension(:, :, :), allocatable | :: | subcatch_an | |||
real(kind=dp), | public, | save, dimension(:), allocatable | :: | subcatch_area | |||
character(len=20), | public, | dimension(:), allocatable | :: | subcatch_name | |||
real(kind=dp), | public, | save | :: | wy |
Author : stefan.liersch@pik-potsdam.de Date : 2010-02-25 modified: 2010-02-26
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | sbar(:) | |||
real(kind=dp), | intent(out) | :: | flu(:) |
Author : stefan.liersch@pik-potsdam.de Date : 2010-02-24 modified: 2010-02-25
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mb | |||
integer, | intent(in) | :: | nbyr | |||
real(kind=dp), | intent(in), | dimension(:) | :: | sbar |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | nbyr |