#include <hydroreadclimate.h>
Public Attributes | |
| long | n_steps |
| long | dt |
| double ** | R |
| double | P |
| double ** | T |
| double * | Tperyear |
Definition at line 6 of file hydroreadclimate.h.
| long gw_rainfall_etc::dt |
| double** gw_rainfall_etc::R |
Definition at line 8 of file hydroreadclimate.h.
Referenced by hydroclimate(), and Read_Rainfall_Etc().
| double gw_rainfall_etc::P |
Definition at line 8 of file hydroreadclimate.h.
| double** gw_rainfall_etc::T |
Definition at line 9 of file hydroreadclimate.h.
Referenced by hydroclimate(), hydroweather(), and Read_Rainfall_Etc().
| double * gw_rainfall_etc::Tperyear |
Definition at line 9 of file hydroreadclimate.h.
Referenced by hydroclimate(), hydrosedload(), hydrosetgeoparams(), main(), and Read_Rainfall_Etc().
1.5.2