| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=50), | public | :: | filename | ||||
| real, | public | :: | lat |
latitude of raingage |
|||
| real, | public | :: | long |
longitude of raingage |
|||
| real, | public | :: | elev |
elevation of raingage |
|||
| integer, | public | :: | nbyr |
number of years of daily rainfall |
|||
| integer, | public | :: | tstep |
timestep of precipitation |
|||
| integer, | public | :: | days_gen | = | 0 |
number of missing days - generated |
|
| integer, | public | :: | yrs_start | = | 1 |
number of years of simulation before record starts |
|
| integer, | public | :: | start_day |
daily precip start julian day |
|||
| integer, | public | :: | start_yr |
daily precip start year |
|||
| integer, | public | :: | end_day |
daily precip end julian day |
|||
| integer, | public | :: | end_yr |
daily precip end year |
|||
| real, | public, | dimension (12) | :: | mean_mon |
same as variable unit |mean monthly measured value |
||
| real, | public, | dimension (12) | :: | max_mon |
same as variable unit |maximum monthly measured value |
||
| real, | public, | dimension (12) | :: | min_mon |
same as variable unit |minimum monthly measured value |
||
| real, | public, | dimension (:,:), allocatable | :: | ts | |||
| real, | public, | dimension (:,:), allocatable | :: | ts2 | |||
| real, | public, | dimension (:,:,:), allocatable | :: | tss |