Data structure to hold field information and data field_struct. More...
#include <dsclim.h>
Data Fields | |
int | n_ls |
Number of large scale fields. | |
int | ntime_ls |
Time dimension of large scale fields. | |
double * | time_ls |
Time vector of large scale fields. | |
time_vect_struct * | time_s |
Time structure of large scale fields. | |
double * | lon_ls |
Longitude of gridpoints of large scale fields. | |
double * | lat_ls |
Latitude of gridpoints of large scale fields. | |
int | nlon_ls |
X dimension of large scale fields. | |
int | nlat_ls |
Y dimension of large scale fields. | |
double * | lon_eof_ls |
Longitude of gridpoints of large scale fields EOF. | |
double * | lat_eof_ls |
Latitude of gridpoints of large scale fields EOF. | |
int | nlon_eof_ls |
X dimension of large scale fields EOF. | |
int | nlat_eof_ls |
Y dimension of large scale fields EOF. | |
double ** | precip_index |
Precipitation index reconstructed from regression coefficients. | |
analog_day_struct * | analog_days |
Analog days season-dependent. | |
analog_day_struct | analog_days_year |
Analog days all seasons merged. | |
proj_struct * | proj |
Projection information of large scale fields. | |
field_data_struct * | data |
Fields data. |
Data structure to hold field information and data field_struct.
Definition at line 244 of file dsclim.h.
Analog days season-dependent.
Definition at line 266 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
Analog days all seasons merged.
Definition at line 267 of file dsclim.h.
Referenced by free_main_data(), and wt_downscaling().
Fields data.
Definition at line 269 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), read_large_scale_fields(), read_learning_fields(), remove_clim(), and wt_downscaling().
double* field_struct::lat_eof_ls |
Latitude of gridpoints of large scale fields EOF.
Definition at line 262 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), and wt_downscaling().
double* field_struct::lat_ls |
Latitude of gridpoints of large scale fields.
Definition at line 258 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_fields(), and remove_clim().
double* field_struct::lon_eof_ls |
Longitude of gridpoints of large scale fields EOF.
Definition at line 261 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), and wt_downscaling().
double* field_struct::lon_ls |
Longitude of gridpoints of large scale fields.
Definition at line 257 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_fields(), and remove_clim().
Number of large scale fields.
Definition at line 253 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), read_large_scale_fields(), read_learning_fields(), remove_clim(), and wt_downscaling().
Y dimension of large scale fields EOF.
Definition at line 264 of file dsclim.h.
Referenced by read_large_scale_eof(), and wt_downscaling().
Y dimension of large scale fields.
Definition at line 260 of file dsclim.h.
Referenced by read_large_scale_fields(), remove_clim(), and wt_downscaling().
X dimension of large scale fields EOF.
Definition at line 263 of file dsclim.h.
Referenced by read_large_scale_eof(), and wt_downscaling().
X dimension of large scale fields.
Definition at line 259 of file dsclim.h.
Referenced by read_large_scale_fields(), remove_clim(), and wt_downscaling().
Time dimension of large scale fields.
Definition at line 254 of file dsclim.h.
Referenced by read_large_scale_fields(), remove_clim(), and wt_downscaling().
double** field_struct::precip_index |
Precipitation index reconstructed from regression coefficients.
Definition at line 265 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and wt_downscaling().
Projection information of large scale fields.
Definition at line 268 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), read_large_scale_fields(), and remove_clim().
double* field_struct::time_ls |
Time vector of large scale fields.
Definition at line 255 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_fields(), remove_clim(), and wt_downscaling().
Time structure of large scale fields.
Definition at line 256 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_fields(), and wt_downscaling().