Data structure for field information info_field_struct. More...
#include <io.h>
Data Fields | |
double | fillvalue |
Missing value. | |
char * | coordinates |
Coordinate system. | |
char * | grid_mapping |
Mapping projection type. | |
char * | units |
Data units. | |
char * | height |
Data height. | |
char * | long_name |
Long name for the variable. |
Data structure for field information info_field_struct.
Definition at line 129 of file io.h.
Coordinate system.
Definition at line 131 of file io.h.
Referenced by free_main_data(), output_downscaled_analog(), read_field_subdomain_period(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_obs_period(), and remove_clim().
double info_field_struct::fillvalue |
Missing value.
Definition at line 130 of file io.h.
Referenced by output_downscaled_analog(), read_field_subdomain_period(), read_large_scale_eof(), read_netcdf_var_1d(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_netcdf_var_generic_val(), read_obs_period(), remove_clim(), and wt_downscaling().
Mapping projection type.
Definition at line 132 of file io.h.
Referenced by free_main_data(), output_downscaled_analog(), read_field_subdomain_period(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_obs_period(), and remove_clim().
Data height.
Definition at line 134 of file io.h.
Referenced by free_main_data(), output_downscaled_analog(), read_field_subdomain_period(), read_netcdf_var_1d(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_netcdf_var_generic_val(), read_obs_period(), and remove_clim().
Long name for the variable.
Definition at line 135 of file io.h.
Referenced by free_main_data(), output_downscaled_analog(), read_field_subdomain_period(), read_netcdf_var_1d(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_netcdf_var_generic_val(), read_obs_period(), and remove_clim().
char* info_field_struct::units |
Data units.
Definition at line 133 of file io.h.
Referenced by free_main_data(), output_downscaled_analog(), read_field_subdomain_period(), read_netcdf_var_1d(), read_netcdf_var_2d(), read_netcdf_var_3d(), read_netcdf_var_3d_2d(), read_netcdf_var_generic_val(), read_obs_period(), and remove_clim().