Downscaling data structure. More...
#include <dsclim.h>
Data Fields | |
double ** | mean_dist |
Mean of cluster distances, seasonal-dependent. | |
double ** | var_dist |
Variance of cluster distances, seasonal-dependent. | |
double ** | dist |
Cluster distances, seasonal-dependent. | |
double * | dist_all |
Cluster distances. | |
double ** | smean_norm |
Normalized spatial mean of secondary large-scale fields, seasonal-dependent. | |
double ** | sup_val_norm |
Normalized time mean of secondary large-scale fields, seasonal-dependent. | |
int ** | days_class_clusters |
Classification of days into clusters, seasonal-dependent. | |
int * | days_class_clusters_all |
Classification of days into clusters. | |
double * | smean |
Spatial mean of secondary large-scale fields. | |
double ** | smean_2d |
Time mean of secondary large-scale fields. | |
double ** | svar_2d |
Seasonal time variance of secondary fields. | |
double * | mean |
Seasonal mean of spatially-averaged secondary fields. | |
double * | var |
Seasonal variance of spatially-averaged secondary fields. | |
double * | var_pc_norm |
Normalization for EOF-projected large-scale fields. | |
int * | ndayschoice |
Number of days in the first selection of analog days. | |
double ** | delta |
Secondary large-scale field difference between value of learning field at analog date vs model field at downscaled date, seasonal-dependent. | |
double * | delta_all |
Secondary large-scale field difference between value of learning field at analog date vs model field at downscaled date. | |
double *** | delta_dayschoice |
All analog days in the first selection, seasonal-dependent. | |
double ** | delta_dayschoice_all |
All analog days in the first selection. |
Downscaling data structure.
Definition at line 201 of file dsclim.h.
Classification of days into clusters, seasonal-dependent.
Definition at line 208 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
Classification of days into clusters.
Definition at line 209 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
double** downscale_struct::delta |
Secondary large-scale field difference between value of learning field at analog date vs model field at downscaled date, seasonal-dependent.
Definition at line 217 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double* downscale_struct::delta_all |
Secondary large-scale field difference between value of learning field at analog date vs model field at downscaled date.
Definition at line 218 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
double*** downscale_struct::delta_dayschoice |
All analog days in the first selection, seasonal-dependent.
Definition at line 219 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
All analog days in the first selection.
Definition at line 220 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
double** downscale_struct::dist |
Cluster distances, seasonal-dependent.
Definition at line 204 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double* downscale_struct::dist_all |
Cluster distances.
Definition at line 205 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
double* downscale_struct::mean |
Seasonal mean of spatially-averaged secondary fields.
Definition at line 213 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double** downscale_struct::mean_dist |
Mean of cluster distances, seasonal-dependent.
Definition at line 202 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double* downscale_struct::smean |
Spatial mean of secondary large-scale fields.
Definition at line 210 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
double** downscale_struct::smean_2d |
Time mean of secondary large-scale fields.
Definition at line 211 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double** downscale_struct::smean_norm |
Normalized spatial mean of secondary large-scale fields, seasonal-dependent.
Definition at line 206 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double** downscale_struct::sup_val_norm |
Normalized time mean of secondary large-scale fields, seasonal-dependent.
Definition at line 207 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double** downscale_struct::svar_2d |
Seasonal time variance of secondary fields.
Definition at line 212 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double* downscale_struct::var |
Seasonal variance of spatially-averaged secondary fields.
Definition at line 214 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double** downscale_struct::var_dist |
Variance of cluster distances, seasonal-dependent.
Definition at line 203 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
double* downscale_struct::var_pc_norm |
Normalization for EOF-projected large-scale fields.
Definition at line 215 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().