#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "hydroalloc_mem.h"#include "hydroinout.h"#include "hydroparams.h"#include "hydroreadclimate.h"#include "hydrotimeser.h"#include "hydroclimate.h"Go to the source code of this file.
Defines | |
| #define | HOURSINDAY (24.0) |
Functions | |
| void | Read_Rainfall_Etc (gw_rainfall_etc *gw_rain) |
| int | hydroreadclimate (gw_rainfall_etc *gw_rain) |
| #define HOURSINDAY (24.0) |
Referenced by Read_Rainfall_Etc().
| int hydroreadclimate | ( | gw_rainfall_etc * | gw_rain | ) |
Definition at line 43 of file hydroreadclimate.c.
References ep, nepochs, nyears, Read_Rainfall_Etc(), and total_yr.
Referenced by main().
| void Read_Rainfall_Etc | ( | gw_rainfall_etc * | gw_rain | ) |
Definition at line 74 of file hydroreadclimate.c.
References daysiy, gw_rainfall_etc::dt, ep, ffnameinputgw_r, fidinputgw_r, fnameinputgw_r, HOURSINDAY, malloc1d, malloc2d, gw_rainfall_etc::n_steps, Pmassbal, gw_rainfall_etc::R, raindatafile, gw_rainfall_etc::T, total_yr, gw_rainfall_etc::Tperyear, and webflag.
Referenced by hydroreadclimate().
1.5.2