Period definition period_struct. More...
#include <dsclim.h>
Data Fields | |
int | year_begin |
4-digit year begin. | |
int | month_begin |
Month of the year begin 1-12. | |
int | day_begin |
Day of the month begin 1-31. | |
int | year_end |
4-digit year end. | |
int | month_end |
Month of the year end 1-12. | |
int | day_end |
Day of the month end 1-31. | |
int | downscale |
Downscale period or not. |
Period definition period_struct.
Definition at line 421 of file dsclim.h.
Day of the month begin 1-31.
Definition at line 424 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().
Day of the month end 1-31.
Definition at line 427 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().
Downscale period or not.
Definition at line 428 of file dsclim.h.
Referenced by free_main_data(), load_conf(), main(), and wt_downscaling().
Month of the year begin 1-12.
Definition at line 423 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().
Month of the year end 1-12.
Definition at line 426 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().
4-digit year begin.
Definition at line 422 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().
4-digit year end.
Definition at line 425 of file dsclim.h.
Referenced by load_conf(), and output_downscaled_analog().