Analog day structure analog_day_struct, season-dependent. More...
#include <dsclim.h>
Data Fields | |
int * | tindex |
Time index of analog day. | |
int * | tindex_all |
Time index of analog day in the season-merged index. | |
int * | time |
Time (udunits) of analog day. | |
int * | year |
Year of analog day. | |
int * | month |
Month of analog day. | |
int * | day |
Day of analog day. | |
int * | ndayschoice |
Number of days in the first selection of analog days. | |
tstruct ** | analog_dayschoice |
All analog days in the first selection. | |
int ** | tindex_dayschoice |
Time index of all analog days. | |
float ** | metric_norm |
Metric normalized for all analog days in the selection. | |
int | ntime |
Number of analog times. | |
int * | tindex_s_all |
Time index of day being downscaled in the season-merged index. | |
int * | year_s |
Years of dates being downscaled. | |
int * | month_s |
Months of dates being downscaled. | |
int * | day_s |
Days of dates being downscaled. |
Analog day structure analog_day_struct, season-dependent.
Definition at line 147 of file dsclim.h.
All analog days in the first selection.
Definition at line 155 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), save_analog_data(), and wt_downscaling().
Day of analog day.
Definition at line 153 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().
Days of dates being downscaled.
Definition at line 162 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().
float** analog_day_struct::metric_norm |
Metric normalized for all analog days in the selection.
Definition at line 157 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), save_analog_data(), and wt_downscaling().
Month of analog day.
Definition at line 152 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().
Months of dates being downscaled.
Definition at line 161 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().
Number of days in the first selection of analog days.
Definition at line 154 of file dsclim.h.
Referenced by compute_secondary_large_scale_diff(), free_main_data(), merge_seasons(), save_analog_data(), and wt_downscaling().
Number of analog times.
Definition at line 158 of file dsclim.h.
Referenced by free_main_data(), read_analog_data(), save_analog_data(), and wt_downscaling().
Time (udunits) of analog day.
Definition at line 150 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), save_analog_data(), and wt_downscaling().
Time index of analog day.
Definition at line 148 of file dsclim.h.
Referenced by compute_secondary_large_scale_diff(), find_the_days(), free_main_data(), and wt_downscaling().
Time index of analog day in the season-merged index.
Definition at line 149 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), and wt_downscaling().
Time index of all analog days.
Definition at line 156 of file dsclim.h.
Referenced by compute_secondary_large_scale_diff(), find_the_days(), free_main_data(), and wt_downscaling().
Time index of day being downscaled in the season-merged index.
Definition at line 159 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasonal_data(), merge_seasonal_data_2d(), merge_seasonal_data_i(), merge_seasons(), and wt_downscaling().
Year of analog day.
Definition at line 151 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().
Years of dates being downscaled.
Definition at line 160 of file dsclim.h.
Referenced by find_the_days(), free_main_data(), merge_seasons(), output_downscaled_analog(), read_analog_data(), save_analog_data(), and wt_downscaling().