EOF information field structure eof_info_struct. More...
#include <dsclim.h>
Data Fields | |
int | eof_project |
If we want to project a large scale field onto its EOF. | |
double | eof_scale |
Large scale field scaling for projection on EOF. | |
int | eof_weight |
If we want to apply EOF surface weighting (default is not, scaling weight factor 1.0). | |
char * | eof_filein_ls |
EOF and singular values of large-scale fields input filename. | |
info_field_struct * | info |
Information (field attributes) about large scale fields EOF. | |
int | neof_ls |
EOF dimension of large scale fields. | |
char * | eof_coords |
EOF coordinates NetCDF (1D or 2D). |
EOF information field structure eof_info_struct.
Definition at line 176 of file dsclim.h.
EOF coordinates NetCDF (1D or 2D).
Definition at line 185 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and read_large_scale_eof().
EOF and singular values of large-scale fields input filename.
Definition at line 182 of file dsclim.h.
Referenced by free_main_data(), load_conf(), and read_large_scale_eof().
If we want to project a large scale field onto its EOF.
Definition at line 179 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), and wt_downscaling().
double eof_info_struct::eof_scale |
Large scale field scaling for projection on EOF.
Definition at line 180 of file dsclim.h.
Referenced by load_conf(), and wt_downscaling().
If we want to apply EOF surface weighting (default is not, scaling weight factor 1.0).
Definition at line 181 of file dsclim.h.
Referenced by load_conf().
Information (field attributes) about large scale fields EOF.
Definition at line 183 of file dsclim.h.
Referenced by free_main_data(), load_conf(), read_large_scale_eof(), and wt_downscaling().
EOF dimension of large scale fields.
Definition at line 184 of file dsclim.h.
Referenced by load_conf(), read_large_scale_eof(), read_learning_fields(), and wt_downscaling().