ocssw
V2022
|
find_variable.c
Go to the documentation of this file.
29 int32_t find_nc_variable_possible_names(const char * possible_names[], int32_t number_of_names, int32_t ncid,
37 status = find_nc_variable_parent_grp_c_interface_id_ncid(possible_names[i],ncid,netcdf_c_var_id,netcdf_c_grp_id);
int32_t find_nc_variable_parent_grp_c_interface_id_ncid(const char *var_name, int32_t ncid, int32_t *netcdf_c_var_id, int32_t *netcdf_c_grp_id)
Recursively searches for a netcdf variable within an NC file or group. Search is recursive ( DFS tree...
Definition: find_variable.c:4
int32_t find_nc_variable_possible_names(const char *possible_names[], int32_t number_of_names, int32_t ncid, int32_t *netcdf_c_var_id, int32_t *netcdf_c_grp_id, int32_t *file_index_name)
Definition: find_variable.c:29