Go to the source code of this file.
Enumerations | |
enum | Month { Jan = 0, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec } |
Functions | |
int | days_in_month (Month) |
int | start_of (Month) |
int | end_of (Month) |
enum Month |
Definition at line 10 of file hydrodaysmonths.h.
int days_in_month | ( | Month | ) |
Definition at line 224 of file hydrofunct.c.
Referenced by hydroclimate(), hydroexpdist(), hydrooutput(), hydroshuffle(), and hydroweather().
int end_of | ( | Month | ) |
Definition at line 240 of file hydrofunct.c.
Referenced by hydroclimate(), hydroglacial(), hydrooutput(), hydrosnow(), and hydroweather().
int start_of | ( | Month | ) |
Definition at line 232 of file hydrofunct.c.
Referenced by anneal(), cost_fcn(), hydroclimate(), hydroglacial(), hydrooutput(), and hydroweather().