Seasons definition season_struct. More...
#include <dsclim.h>
Data Fields | |
int | nmonths |
Number of months. | |
int * | month |
Month numbers. | |
int | nclusters |
Number of clusters. | |
int | nreg |
Number of regression points. | |
int | shuffle |
Shuffle (1) or sort (0) when choosing the analog day. | |
int | secondary_choice |
Choose analog day in remaining days using the secondary large-scale field. | |
int | secondary_main_choice |
Choose analog days using main and secondary large-scale fields. | |
int | secondary_cov |
Use covariance instead of spatially-averaged secondary large-scale field. | |
int | ndayschoices |
Number of days to choose before shuffling or sorting. | |
int | ndayschoices_min |
Minimum number of days to choose before shuffling or sorting: supplemental days up to ndayschoices are included in the set only if they are within 2 sigma the median values of these minimum number of days spatial correlation. | |
int | ndays |
Number of +- days around current *day of year* being downscaled to search. |
Seasons definition season_struct.
Definition at line 406 of file dsclim.h.
int* season_struct::month |
Month numbers.
Definition at line 408 of file dsclim.h.
Referenced by free_main_data(), load_conf(), wt_downscaling(), and wt_learning().
Number of clusters.
Definition at line 409 of file dsclim.h.
Referenced by load_conf(), read_learning_fields(), write_learning_fields(), write_regression_fields(), wt_downscaling(), and wt_learning().
Number of +- days around current *day of year* being downscaled to search.
Hard-bounded by seasons..
Definition at line 417 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().
Number of days to choose before shuffling or sorting.
Definition at line 415 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().
Minimum number of days to choose before shuffling or sorting: supplemental days up to ndayschoices are included in the set only if they are within 2 sigma the median values of these minimum number of days spatial correlation.
Definition at line 416 of file dsclim.h.
Referenced by load_conf().
Number of months.
Definition at line 407 of file dsclim.h.
Referenced by free_main_data(), load_conf(), wt_downscaling(), and wt_learning().
Number of regression points.
Definition at line 410 of file dsclim.h.
Referenced by load_conf(), read_learning_fields(), wt_downscaling(), and wt_learning().
Choose analog day in remaining days using the secondary large-scale field.
Definition at line 412 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().
Use covariance instead of spatially-averaged secondary large-scale field.
Definition at line 414 of file dsclim.h.
Referenced by load_conf(), read_learning_fields(), write_learning_fields(), and wt_downscaling().
Choose analog days using main and secondary large-scale fields.
Definition at line 413 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().
Shuffle (1) or sort (0) when choosing the analog day.
Definition at line 411 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().