Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real, | public | :: | precip | = | 0. | ||
real, | public | :: | precip_next | = | 0. |
mm |precip generated for next day |
|
real, | public | :: | tmax | = | 0. | ||
real, | public | :: | tmin | = | 0. | ||
real, | public | :: | tave | = | 0. | ||
real, | public | :: | solrad | = | 0. | ||
real, | public | :: | solradmx | = | 0. | ||
real, | public | :: | rhum | = | 0. | ||
real, | public | :: | dewpt | = | 0. | ||
real, | public | :: | windsp | = | 0. | ||
real, | public | :: | pet | = | 0.0 | ||
real, | public | :: | wndir | = | 0. | ||
real, | public | :: | phubase0 | = | 0. |
deg C |cumulative base 0 heat units |
|
real, | public | :: | ppet | = | 0. |
mm/mm |climatic moisture index - cumulative p/pet |
|
real, | public | :: | daylength | = | 0. |
hr |day length |
|
real, | public | :: | precip_half_hr | = | 0. |
frac |fraction of total rainfall on day that occurs |during 0.5h highest intensity rainfall |
|
character(len=3), | public | :: | precip_prior_day | = | "dry" |
|"dry" or "wet" |
|
real, | public, | dimension(:), allocatable | :: | ts |
mm |subdaily precip - current day |
||
real, | public, | dimension(:), allocatable | :: | ts_next |
mm |subdaily precip - next day |