#include <stddef.h>#include <errno.h>Include dependency graph for nc3convert.h:

Go to the source code of this file.
Defines | |
| #define | _NETCDF3_CONV_ |
| #define | nc_inq_format nc3_inq_format |
| #define | nc_inq_libvers nc3_inq_libvers |
| #define | nc_strerror nc3_strerror |
| #define | nc__create nc3__create |
| #define | nc_create nc3_create |
| #define | nc__open nc3__open |
| #define | nc_open nc3_open |
| #define | nc_set_fill nc3_set_fill |
| #define | nc_redef nc3_redef |
| #define | nc__enddef nc3__enddef |
| #define | nc_enddef nc3_enddef |
| #define | nc_sync nc3_sync |
| #define | nc_abort nc3_abort |
| #define | nc_close nc3_close |
| #define | nc_inq nc3_inq |
| #define | nc_inq_ndims nc3_inq_ndims |
| #define | nc_inq_nvars nc3_inq_nvars |
| #define | nc_inq_natts nc3_inq_natts |
| #define | nc_inq_unlimdim nc3_inq_unlimdim |
| #define | nc_inq_format nc3_inq_format |
| #define | nc_def_dim nc3_def_dim |
| #define | nc_inq_dimid nc3_inq_dimid |
| #define | nc_inq_dim nc3_inq_dim |
| #define | nc_inq_dimname nc3_inq_dimname |
| #define | nc_inq_dimlen nc3_inq_dimlen |
| #define | nc_rename_dim nc3_rename_dim |
| #define | nc_inq_att nc3_inq_att |
| #define | nc_inq_attid nc3_inq_attid |
| #define | nc_inq_atttype nc3_inq_atttype |
| #define | nc_inq_attlen nc3_inq_attlen |
| #define | nc_inq_attname nc3_inq_attname |
| #define | nc_copy_att nc3_copy_att |
| #define | nc_rename_att nc3_rename_att |
| #define | nc_del_att nc3_del_att |
| #define | nc_put_att nc3_put_att |
| #define | nc_get_att nc3_get_att |
| #define | nc_put_att_text nc3_put_att_text |
| #define | nc_get_att_text nc3_get_att_text |
| #define | nc_put_att_uchar nc3_put_att_uchar |
| #define | nc_get_att_uchar nc3_get_att_uchar |
| #define | nc_put_att_schar nc3_put_att_schar |
| #define | nc_get_att_schar nc3_get_att_schar |
| #define | nc_put_att_short nc3_put_att_short |
| #define | nc_get_att_short nc3_get_att_short |
| #define | nc_put_att_int nc3_put_att_int |
| #define | nc_get_att_int nc3_get_att_int |
| #define | nc_put_att_long nc3_put_att_long |
| #define | nc_get_att_long nc3_get_att_long |
| #define | nc_put_att_float nc3_put_att_float |
| #define | nc_get_att_float nc3_get_att_float |
| #define | nc_put_att_double nc3_put_att_double |
| #define | nc_get_att_double nc3_get_att_double |
| #define | nc_def_var nc3_def_var |
| #define | nc_inq_var nc3_inq_var |
| #define | nc_inq_varid nc3_inq_varid |
| #define | nc_inq_varname nc3_inq_varname |
| #define | nc_inq_vartype nc3_inq_vartype |
| #define | nc_inq_varndims nc3_inq_varndims |
| #define | nc_inq_vardimid nc3_inq_vardimid |
| #define | nc_inq_varnatts nc3_inq_varnatts |
| #define | nc_rename_var nc3_rename_var |
| #define | nc_copy_var nc3_copy_var |
| #define | ncvarcpy(ncid_in, varid, ncid_out) ncvarcopy((ncid_in), (varid), (ncid_out)) |
| #define | nc_put_var1 nc3_put_var1 |
| #define | nc_get_var1 nc3_get_var1 |
| #define | nc_put_var1_text nc3_put_var1_text |
| #define | nc_get_var1_text nc3_get_var1_text |
| #define | nc_put_var1_uchar nc3_put_var1_uchar |
| #define | nc_get_var1_uchar nc3_get_var1_uchar |
| #define | nc_put_var1_schar nc3_put_var1_schar |
| #define | nc_get_var1_schar nc3_get_var1_schar |
| #define | nc_put_var1_short nc3_put_var1_short |
| #define | nc_get_var1_short nc3_get_var1_short |
| #define | nc_put_var1_int nc3_put_var1_int |
| #define | nc_get_var1_int nc3_get_var1_int |
| #define | nc_put_var1_long nc3_put_var1_long |
| #define | nc_get_var1_long nc3_get_var1_long |
| #define | nc_put_var1_float nc3_put_var1_float |
| #define | nc_get_var1_float nc3_get_var1_float |
| #define | nc_put_var1_double nc3_put_var1_double |
| #define | nc_get_var1_double nc3_get_var1_double |
| #define | nc_put_vara nc3_put_vara |
| #define | nc_get_vara nc3_get_vara |
| #define | nc_put_vara_text nc3_put_vara_text |
| #define | nc_put_vara_text nc3_put_vara_text |
| #define | nc_get_vara_text nc3_get_vara_text |
| #define | nc_put_vara_uchar nc3_put_vara_uchar |
| #define | nc_get_vara_uchar nc3_get_vara_uchar |
| #define | nc_put_vara_schar nc3_put_vara_schar |
| #define | nc_get_vara_schar nc3_get_vara_schar |
| #define | nc_put_vara_short nc3_put_vara_short |
| #define | nc_get_vara_short nc3_get_vara_short |
| #define | nc_put_vara_int nc3_put_vara_int |
| #define | nc_get_vara_int nc3_get_vara_int |
| #define | nc_put_vara_long nc3_put_vara_long |
| #define | nc_get_vara_long nc3_get_vara_long |
| #define | nc_put_vara_float nc3_put_vara_float |
| #define | nc_get_vara_float nc3_get_vara_float |
| #define | nc_put_vara_double nc3_put_vara_double |
| #define | nc_get_vara_double nc3_get_vara_double |
| #define | nc_put_vars nc3_put_vars |
| #define | nc_get_vars nc3_get_vars |
| #define | nc_put_vars_text nc3_put_vars_text |
| #define | nc_get_vars_text nc3_get_vars_text |
| #define | nc_put_vars_uchar nc3_put_vars_uchar |
| #define | nc_get_vars_uchar nc3_get_vars_uchar |
| #define | nc_put_vars_schar nc3_put_vars_schar |
| #define | nc_get_vars_schar nc3_get_vars_schar |
| #define | nc_put_vars_short nc3_put_vars_short |
| #define | nc_get_vars_short nc3_get_vars_short |
| #define | nc_put_vars_int nc3_put_vars_int |
| #define | nc_get_vars_int nc3_get_vars_int |
| #define | nc_put_vars_long nc3_put_vars_long |
| #define | nc_get_vars_long nc3_get_vars_long |
| #define | nc_put_vars_float nc3_put_vars_float |
| #define | nc_get_vars_float nc3_get_vars_float |
| #define | nc_put_vars_double nc3_put_vars_double |
| #define | nc_get_vars_double nc3_get_vars_double |
| #define | nc_put_varm nc3_put_varm |
| #define | nc_get_varm nc3_get_varm |
| #define | nc_put_varm_text nc3_put_varm_text |
| #define | nc_get_varm_text nc3_get_varm_text |
| #define | nc_put_varm_uchar nc3_put_varm_uchar |
| #define | nc_get_varm_uchar nc3_get_varm_uchar |
| #define | nc_put_varm_schar nc3_put_varm_schar |
| #define | nc_get_varm_schar nc3_get_varm_schar |
| #define | nc_put_varm_short nc3_put_varm_short |
| #define | nc_get_varm_short nc3_get_varm_short |
| #define | nc_put_varm_int nc3_put_varm_int |
| #define | nc_get_varm_int nc3_get_varm_int |
| #define | nc_put_varm_long nc3_put_varm_long |
| #define | nc_get_varm_long nc3_get_varm_long |
| #define | nc_put_varm_float nc3_put_varm_float |
| #define | nc_get_varm_float nc3_get_varm_float |
| #define | nc_put_varm_double nc3_put_varm_double |
| #define | nc_get_varm_double nc3_get_varm_double |
| #define | nc_put_var_text nc3_put_var_text |
| #define | nc_get_var_text nc3_get_var_text |
| #define | nc_put_var_uchar nc3_put_var_uchar |
| #define | nc_get_var_uchar nc3_get_var_uchar |
| #define | nc_put_var_schar nc3_put_var_schar |
| #define | nc_get_var_schar nc3_get_var_schar |
| #define | nc_put_var_short nc3_put_var_short |
| #define | nc_get_var_short nc3_get_var_short |
| #define | nc_put_var_int nc3_put_var_int |
| #define | nc_get_var_int nc3_get_var_int |
| #define | nc_put_var_long nc3_put_var_long |
| #define | nc_get_var_long nc3_get_var_long |
| #define | nc_put_var_float nc3_put_var_float |
| #define | nc_get_var_float nc3_get_var_float |
| #define | nc_put_var_double nc3_put_var_double |
| #define | nc_get_var_double nc3_get_var_double |
| #define | nc_put_att nc3_put_att |
| #define | nc_get_att nc3_get_att |
| #define | nc__create_mp nc3__create_mp |
| #define | nc__open_mp nc3__open_mp |
| #define | nc_delete_mp nc3_delete_mp |
| #define | nc_set_base_pe nc3_set_base_pe |
| #define | nc_inq_base_pe nc3_inq_base_pe |
|
|
Definition at line 2 of file nc3convert.h. |
|
|
Definition at line 17 of file nc3convert.h. Referenced by main(), nc_create(), NcFile::NcFile(), and test_nc_redef(). |
|
|
Definition at line 214 of file nc3convert.h. Referenced by nc__create(). |
|
|
Definition at line 23 of file nc3convert.h. Referenced by main(), and nco__enddef(). |
|
|
Definition at line 19 of file nc3convert.h. Referenced by main(), nc_open(), and NcFile::NcFile(). |
|
|
Definition at line 217 of file nc3convert.h. Referenced by nc__open(). |
|
|
Definition at line 26 of file nc3convert.h. Referenced by main(), nc_close(), ncabort(), nco_abort(), and test_nc_abort(). |
|
|
|
Definition at line 51 of file nc3convert.h. Referenced by copy_dataset(), main(), nc_copy_var(), ncattcopy(), nco_copy_att(), and test_nc_copy_att(). |
|
|
Definition at line 85 of file nc3convert.h. Referenced by copy_dataset(), and nco_copy_var(). |
|
|
|
Definition at line 38 of file nc3convert.h. Referenced by copy_dataset(), create_file(), createtestdims(), def_dims(), gen_netcdf(), main(), ncdimdef(), nco_def_dim(), test_axis(), test_nc_def_dim(), test_nc_inq(), test_nc_redef(), test_pio(), test_pio_attr(), test_pio_hyper(), test_redef(), test_system(), test_system_assign(), and test_transform_assign(). |
|
|
Definition at line 76 of file nc3convert.h. Referenced by create_file(), createtestvars(), def_vars(), FCALLSCFUN3(), gen_netcdf(), main(), nc_copy_var(), nc_def_coord_system(), nc_def_transform(), nco_def_var(), ncvardef(), test_axis(), test_nc_def_var(), test_nc_inq(), test_nc_redef(), test_pio(), test_pio_attr(), test_pio_hyper(), test_redef(), test_system(), test_system_assign(), and test_transform_assign(). |
|
|
Definition at line 53 of file nc3convert.h. Referenced by main(), ncattdel(), nco_del_att(), and test_nc_del_att(). |
|
|
Definition at line 220 of file nc3convert.h. Referenced by nc_delete(). |
|
|
|
Definition at line 197 of file nc3convert.h. |
|
|
Definition at line 197 of file nc3convert.h. Referenced by main(), ncattget(), and test_nc_get_att(). |
|
|
Definition at line 73 of file nc3convert.h. Referenced by check_atts(), check_atts_double(), do_ncdump_rec(), do_ncdumpx(), FCALLSCSUB6(), main(), nc_copy_att(), nc_get_att(), nco_get_att(), pr_att(), pr_attx(), test_nc_get_att_double(), test_nc_rename_att(), and test_pio_attr(). |
|
|
Definition at line 71 of file nc3convert.h. Referenced by check_atts_float(), FCALLSCSUB6(), main(), nc_copy_att(), nc_get_att(), nco_get_att(), test_nc_get_att_float(), and test_redef(). |
|
|
Definition at line 67 of file nc3convert.h. Referenced by check_atts_int(), FCALLSCSUB6(), main(), nc_copy_att(), nc_get_att(), test_nc_get_att_int(), and test_redef(). |
|
|
Definition at line 69 of file nc3convert.h. Referenced by check_atts_long(), FCALLSCSUB6(), main(), nc_get_att(), and test_nc_get_att_long(). |
|
|
Definition at line 63 of file nc3convert.h. Referenced by check_atts_schar(), FCALLSCSUB6(), main(), nc_copy_att(), nc_get_att(), and test_nc_get_att_schar(). |
|
|
Definition at line 65 of file nc3convert.h. Referenced by check_atts_short(), FCALLSCSUB6(), main(), nc_copy_att(), nc_get_att(), nco_get_att(), and test_nc_get_att_short(). |
|
|
Definition at line 59 of file nc3convert.h. Referenced by check_atts(), check_atts_text(), do_ncdump_rec(), do_ncdumpx(), FCALLSCSUB5(), has_c_format_att(), main(), nc_assign_coord_system(), nc_copy_att(), nc_get_att(), nc_inq_axis_type(), nc_inq_coord_system(), nc_inq_transform(), nco_get_att(), pr_att(), pr_attx(), test_axis(), test_nc_copy_att(), test_nc_get_att_text(), test_nc_rename_att(), test_pio_attr(), test_system_assign(), and test_transform_assign(). |
|
|
Definition at line 61 of file nc3convert.h. Referenced by check_atts_uchar(), main(), test_nc_get_att_uchar(), and test_redef(). |
|
|
Definition at line 93 of file nc3convert.h. Referenced by main(), ncvarget1(), and test_nc_get_var1(). |
|
|
Definition at line 109 of file nc3convert.h. Referenced by check_vars(), check_vars_double(), FCALLSCSUB8(), main(), nc_get_var1(), nco_get_var1(), test_nc_get_var1_double(), test_nc_redef(), and test_nc_set_fill(). |
|
|
Definition at line 107 of file nc3convert.h. Referenced by check_fill_seq(), check_vars_float(), FCALLSCSUB8(), main(), nc_get_var1(), nco_get_var1(), and test_nc_get_var1_float(). |
|
|
Definition at line 103 of file nc3convert.h. Referenced by check_vars_int(), FCALLSCSUB8(), main(), nc_get_var1(), and test_nc_get_var1_int(). |
|
|
Definition at line 105 of file nc3convert.h. Referenced by check_vars_long(), FCALLSCSUB8(), main(), and test_nc_get_var1_long(). |
|
|
Definition at line 99 of file nc3convert.h. Referenced by check_vars_schar(), FCALLSCSUB8(), main(), nc_get_var1(), and test_nc_get_var1_schar(). |
|
|
Definition at line 101 of file nc3convert.h. Referenced by check_vars_short(), FCALLSCSUB8(), main(), nc_get_var1(), nco_get_var1(), and test_nc_get_var1_short(). |
|
|
Definition at line 95 of file nc3convert.h. Referenced by check_vars(), check_vars_text(), FCALLSCSUB5(), main(), nc_get_var1(), test_nc_get_var1_text(), and test_nc_set_fill(). |
|
|
Definition at line 97 of file nc3convert.h. Referenced by check_vars_uchar(), main(), and test_nc_get_var1_uchar(). |
|
|
Definition at line 193 of file nc3convert.h. Referenced by main(), nco_get_var(), and test_nc_get_var_double(). |
|
|
Definition at line 191 of file nc3convert.h. Referenced by main(), nco_get_var(), and test_nc_get_var_float(). |
|
|
Definition at line 187 of file nc3convert.h. Referenced by check_file(), main(), nco_get_var(), and test_nc_get_var_int(). |
|
|
Definition at line 189 of file nc3convert.h. Referenced by main(), nco_get_var(), and test_nc_get_var_long(). |
|
|
Definition at line 183 of file nc3convert.h. Referenced by check_file(), main(), and test_nc_get_var_schar(). |
|
|
Definition at line 185 of file nc3convert.h. Referenced by check_file(), main(), and test_nc_get_var_short(). |
|
|
Definition at line 179 of file nc3convert.h. Referenced by main(), and test_nc_get_var_text(). |
|
|
Definition at line 181 of file nc3convert.h. Referenced by check_file(), main(), and test_nc_get_var_uchar(). |
|
|
Definition at line 113 of file nc3convert.h. Referenced by main(), nc_get_rec(), ncvarget(), and test_nc_get_vara(). |
|
|
Definition at line 130 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_double(), nco_get_vara(), test_nc_get_vara_double(), vardata(), and vardatax(). |
|
|
Definition at line 128 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_float(), nco_get_vara(), test_nc_get_vara_float(), vardata(), and vardatax(). |
|
|
Definition at line 124 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_int(), test_nc_get_vara_int(), test_pio(), test_pio_hyper(), vardata(), and vardatax(). |
|
|
Definition at line 126 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_get_vara(), nc_get_varm_long(), and test_nc_get_vara_long(). |
|
|
Definition at line 120 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_schar(), test_nc_get_vara_schar(), vardata(), and vardatax(). |
|
|
Definition at line 122 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_short(), nco_get_vara(), test_nc_get_vara_short(), vardata(), and vardatax(). |
|
|
Definition at line 116 of file nc3convert.h. Referenced by FCALLSCSUB6(), main(), nc_copy_var(), nc_get_vara(), nc_get_varm_text(), test_nc_get_vara_text(), vardata(), and vardatax(). |
|
|
Definition at line 118 of file nc3convert.h. Referenced by main(), nc_get_varm_uchar(), and test_nc_get_vara_uchar(). |
|
|
Definition at line 157 of file nc3convert.h. Referenced by main(), nc_get_vars(), ncvargetg(), and test_nc_get_varm(). |
|
|
Definition at line 173 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_double(), nco_get_varm(), and test_nc_get_varm_double(). |
|
|
Definition at line 171 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_float(), nco_get_varm(), and test_nc_get_varm_float(). |
|
|
Definition at line 167 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_int(), and test_nc_get_varm_int(). |
|
|
Definition at line 169 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_long(), and test_nc_get_varm_long(). |
|
|
Definition at line 163 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_schar(), and test_nc_get_varm_schar(). |
|
|
Definition at line 165 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_get_varm(), nc_get_vars_short(), nco_get_varm(), and test_nc_get_varm_short(). |
|
|
Definition at line 159 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_get_varm(), nc_get_vars_text(), and test_nc_get_varm_text(). |
|
|
Definition at line 161 of file nc3convert.h. Referenced by main(), nc_get_vars_uchar(), and test_nc_get_varm_uchar(). |
|
|
Definition at line 136 of file nc3convert.h. Referenced by main(), ncvargets(), and test_nc_get_vars(). |
|
|
Definition at line 152 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_double(). |
|
|
Definition at line 150 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_float(). |
|
|
Definition at line 146 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_int(). |
|
|
Definition at line 148 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_long(). |
|
|
Definition at line 142 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_schar(). |
|
|
Definition at line 144 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_short(). |
|
|
Definition at line 138 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_text(). |
|
|
Definition at line 140 of file nc3convert.h. Referenced by main(), and test_nc_get_vars_uchar(). |
|
|
Definition at line 28 of file nc3convert.h. Referenced by copy_dataset(), do_ncdump_rec(), do_ncdumpx(), main(), nc_inq_natts(), nc_inq_ndims(), nc_inq_nvars(), ncinquire(), nco_inq(), test_axis(), test_nc_abort(), test_nc_create(), test_nc_inq(), test_redef(), test_system(), test_system_assign(), and test_transform(). |
|
|
|
Definition at line 47 of file nc3convert.h. Referenced by main(), nco_inq_attid(), nco_inq_attid_flg(), test_nc_del_att(), test_nc_inq_attid(), and test_nc_rename_att(). |
|
|
Definition at line 49 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_inq_transform(), nco_inq_attlen(), and test_nc_inq_attlen(). |
|
|
Definition at line 50 of file nc3convert.h. Referenced by check_atts(), copy_dataset(), main(), nc_copy_var(), ncattname(), nco_inq_attname(), pr_att(), pr_attx(), test_nc_inq_attname(), and test_nc_rename_att(). |
|
|
Definition at line 48 of file nc3convert.h. Referenced by FCALLSCSUB5(), FCALLSCSUB6(), main(), nc_get_att(), nco_inq_atttype(), and test_nc_inq_atttype(). |
|
|
Definition at line 222 of file nc3convert.h. |
|
|
Definition at line 40 of file nc3convert.h. Referenced by check_dims(), check_vars(), check_vars_double(), check_vars_float(), check_vars_int(), check_vars_long(), check_vars_schar(), check_vars_short(), check_vars_text(), check_vars_uchar(), copy_dataset(), do_ncdump_rec(), do_ncdumpx(), main(), nc_inq_dimlen(), nc_inq_dimname(), ncdiminq(), nco_inq_dim(), nco_inq_dim_flg(), test_nc_inq_dim(), test_nc_redef(), test_redef(), and testdims(). |
|
|
Definition at line 39 of file nc3convert.h. Referenced by main(), nc_def_axis_type(), nc_def_coord_system(), ncdimid(), nco_inq_dimid(), nco_inq_dimid_flg(), and test_nc_inq_dimid(). |
|
|
Definition at line 42 of file nc3convert.h. Referenced by dimsizes(), f2c_v2imap(), main(), nc_copy_var(), nco_inq_dimlen(), ncrecsize(), pg_var(), pg_vara(), pg_varm(), test_nc_def_dim(), and test_nc_inq_dimlen(). |
|
|
Definition at line 41 of file nc3convert.h. Referenced by iscoordvar(), main(), nco_inq_dimname(), test_nc_inq_dimname(), and test_nc_rename_dim(). |
|
|
Definition at line 33 of file nc3convert.h. |
|
|
Definition at line 33 of file nc3convert.h. Referenced by do_ncdump_rec(), NcFile::get_format(), main(), nc_copy_var(), pr_fmtvariant(), pr_fmtvariantx(), and test_nc_redef(). |
|
|
Definition at line 15 of file nc3convert.h. Referenced by main(), nco_lbr_vrs_prn(), and usage(). |
|
|
Definition at line 31 of file nc3convert.h. Referenced by main(), nc_inq_varnatts(), nco_inq_natts(), test_nc_del_att(), and test_nc_inq_natts(). |
|
|
Definition at line 29 of file nc3convert.h. Referenced by iscoordvar(), main(), nco_inq_ndims(), and test_nc_inq_ndims(). |
|
|
Definition at line 30 of file nc3convert.h. Referenced by main(), nc_inq_rec(), nco_inq_nvars(), numrecvars(), and test_nc_inq_nvars(). |
|
|
Definition at line 32 of file nc3convert.h. Referenced by isrecvar(), main(), nc_inq_rec(), nco_inq_unlimdim(), ncrecsize(), numrecvars(), test_nc_def_dim(), and test_nc_inq_unlimdim(). |
|
|
|
Definition at line 82 of file nc3convert.h. Referenced by dimsizes(), f2c_v2imap(), isrecvar(), main(), nco_inq_vardimid(), ncrecsize(), numrecvars(), and test_nc_inq_vardimid(). |
|
|
|
Definition at line 79 of file nc3convert.h. Referenced by iscoordvar(), main(), nc_assign_coord_system(), nc_assign_transform(), nc_def_axis_type(), nc_def_coord_system(), nc_inq_coord_system(), nc_inq_transform(), nco_inq_varname(), and test_nc_inq_varname(). |
|
|
Definition at line 83 of file nc3convert.h. Referenced by main(), nco_inq_varnatts(), test_nc_del_att(), test_nc_inq_varnatts(), and test_system_assign(). |
|
|
Definition at line 81 of file nc3convert.h. Referenced by c2f_dimids(), dimsizes(), do_ncdump_rec(), do_ncdumpx(), f2c_coords(), f2c_counts(), f2c_strides(), f2c_v2imap(), FCALLSCSUB6(), FCALLSCSUB7(), FCALLSCSUB8(), iscoordvar(), isrecvar(), main(), nc_get_varm(), nc_put_varm(), nco_inq_varndims(), ncrecsize(), numrecvars(), and test_nc_inq_varndims(). |
|
|
Definition at line 80 of file nc3convert.h. Referenced by f2c_v2imap(), FCALLSCSUB5(), FCALLSCSUB6(), FCALLSCSUB7(), FCALLSCSUB8(), main(), nc_get_var1(), nc_get_vara(), nc_get_varm(), nc_put_var1(), nc_put_vara(), nc_put_varm(), nco_inq_vartype(), ncrecsize(), and test_nc_inq_vartype(). |
|
|
|
Definition at line 196 of file nc3convert.h. |
|
|
Definition at line 196 of file nc3convert.h. Referenced by main(), ncattput(), and test_nc_put_att(). |
|
|
Definition at line 72 of file nc3convert.h. Referenced by createtestvars(), FCALLSCSUB4(), gen_netcdf(), main(), nc_copy_att(), nc_put_att(), nco_put_att(), put_atts(), test_nc_put_att_double(), test_nc_set_fill(), test_pio_attr(), and test_redef(). |
|
|
Definition at line 70 of file nc3convert.h. Referenced by FCALLSCSUB4(), gen_netcdf(), main(), nc_copy_att(), nc_put_att(), nco_put_att(), and test_nc_put_att_float(). |
|
|
Definition at line 66 of file nc3convert.h. Referenced by FCALLSCSUB4(), gen_netcdf(), main(), nc_copy_att(), nc_put_att(), nco_put_att(), and test_nc_put_att_int(). |
|
|
Definition at line 68 of file nc3convert.h. Referenced by FCALLSCSUB4(), main(), nc_put_att(), nco_put_att(), and test_nc_put_att_long(). |
|
|
Definition at line 62 of file nc3convert.h. Referenced by FCALLSCSUB4(), gen_netcdf(), main(), nc_copy_att(), nc_put_att(), and test_nc_put_att_schar(). |
|
|
Definition at line 64 of file nc3convert.h. Referenced by FCALLSCSUB4(), gen_netcdf(), main(), nc_copy_att(), nc_put_att(), nco_put_att(), test_nc_put_att_short(), and test_redef(). |
|
|
Definition at line 58 of file nc3convert.h. Referenced by createtestvars(), FCALLSCSUB7(), gen_netcdf(), main(), nc_assign_coord_system(), nc_assign_transform(), nc_copy_att(), nc_def_axis_type(), nc_def_coord_system(), nc_def_transform(), nc_put_att(), nco_put_att(), put_atts(), test_nc_copy_att(), test_nc_inq(), test_nc_put_att_text(), test_nc_redef(), test_nc_set_default_format(), test_nc_set_fill(), and test_pio_attr(). |
|
|
Definition at line 60 of file nc3convert.h. Referenced by main(), test_nc_put_att_uchar(), and test_redef(). |
|
|
Definition at line 92 of file nc3convert.h. Referenced by main(), ncvarput1(), and test_nc_put_var1(). |
|
|
Definition at line 108 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_var1(), nco_put_var(), nco_put_var1(), test_nc_put_var1_double(), and test_nc_redef(). |
|
|
Definition at line 106 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_var1(), nco_put_var(), nco_put_var1(), and test_nc_put_var1_float(). |
|
|
Definition at line 102 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_var1(), nco_put_var(), and test_nc_put_var1_int(). |
|
|
Definition at line 104 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nco_put_var(), and test_nc_put_var1_long(). |
|
|
Definition at line 98 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_var1(), and test_nc_put_var1_schar(). |
|
|
Definition at line 100 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_var1(), nco_put_var(), nco_put_var1(), and test_nc_put_var1_short(). |
|
|
Definition at line 94 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_put_var1(), test_nc_put_var1_text(), test_nc_put_var_double(), test_nc_put_var_float(), test_nc_put_var_int(), test_nc_put_var_long(), test_nc_put_var_schar(), test_nc_put_var_short(), test_nc_put_var_text(), test_nc_put_var_uchar(), and test_nc_set_fill(). |
|
|
Definition at line 96 of file nc3convert.h. Referenced by main(), and test_nc_put_var1_uchar(). |
|
|
Definition at line 192 of file nc3convert.h. Referenced by main(), nco_put_var(), and test_nc_put_var_double(). |
|
|
Definition at line 190 of file nc3convert.h. Referenced by main(), nco_put_var(), and test_nc_put_var_float(). |
|
|
Definition at line 186 of file nc3convert.h. Referenced by main(), nco_put_var(), and test_nc_put_var_int(). |
|
|
Definition at line 188 of file nc3convert.h. Referenced by main(), nco_put_var(), and test_nc_put_var_long(). |
|
|
Definition at line 182 of file nc3convert.h. Referenced by main(), and test_nc_put_var_schar(). |
|
|
Definition at line 184 of file nc3convert.h. Referenced by main(), nco_put_var(), and test_nc_put_var_short(). |
|
|
Definition at line 178 of file nc3convert.h. Referenced by main(), and test_nc_put_var_text(). |
|
|
Definition at line 180 of file nc3convert.h. Referenced by create_file(), main(), and test_nc_put_var_uchar(). |
|
|
Definition at line 112 of file nc3convert.h. Referenced by main(), nc_put_rec(), ncvarput(), and test_nc_put_vara(). |
|
|
Definition at line 129 of file nc3convert.h. Referenced by FCALLSCSUB5(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_double(), nco_put_vara(), put_vars(), and test_nc_put_vara_double(). |
|
|
Definition at line 127 of file nc3convert.h. Referenced by FCALLSCSUB5(), fill_seq(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_float(), nco_put_vara(), and test_nc_put_vara_float(). |
|
|
Definition at line 123 of file nc3convert.h. Referenced by FCALLSCSUB5(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_int(), nco_put_vara(), test_nc_put_vara_int(), test_pio(), test_pio_attr(), and test_pio_hyper(). |
|
|
Definition at line 125 of file nc3convert.h. Referenced by FCALLSCSUB5(), main(), nc_put_varm_long(), nco_put_vara(), and test_nc_put_vara_long(). |
|
|
Definition at line 119 of file nc3convert.h. Referenced by FCALLSCSUB5(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_schar(), and test_nc_put_vara_schar(). |
|
|
Definition at line 121 of file nc3convert.h. Referenced by FCALLSCSUB5(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_short(), nco_put_vara(), and test_nc_put_vara_short(). |
|
|
Definition at line 115 of file nc3convert.h. |
|
|
Definition at line 115 of file nc3convert.h. Referenced by FCALLSCSUB6(), load_netcdf(), main(), nc_copy_var(), nc_put_vara(), nc_put_varm_text(), put_vars(), and test_nc_put_vara_text(). |
|
|
Definition at line 117 of file nc3convert.h. Referenced by main(), nc_put_varm_uchar(), and test_nc_put_vara_uchar(). |
|
|
Definition at line 156 of file nc3convert.h. Referenced by main(), nc_put_vars(), ncvarputg(), and test_nc_put_varm(). |
|
|
Definition at line 172 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_double(), nco_put_varm(), and test_nc_put_varm_double(). |
|
|
Definition at line 170 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_float(), nco_put_varm(), and test_nc_put_varm_float(). |
|
|
Definition at line 166 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_int(), and test_nc_put_varm_int(). |
|
|
Definition at line 168 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_long(), and test_nc_put_varm_long(). |
|
|
Definition at line 162 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_schar(), and test_nc_put_varm_schar(). |
|
|
Definition at line 164 of file nc3convert.h. Referenced by FCALLSCSUB7(), main(), nc_put_varm(), nc_put_vars_short(), nco_put_varm(), and test_nc_put_varm_short(). |
|
|
Definition at line 158 of file nc3convert.h. Referenced by FCALLSCSUB8(), main(), nc_put_varm(), nc_put_vars_text(), and test_nc_put_varm_text(). |
|
|
Definition at line 160 of file nc3convert.h. Referenced by main(), nc_put_vars_uchar(), and test_nc_put_varm_uchar(). |
|
|
Definition at line 135 of file nc3convert.h. Referenced by main(), ncvarputs(), and test_nc_put_vars(). |
|
|
Definition at line 151 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_double(). |
|
|
Definition at line 149 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_float(). |
|
|
Definition at line 145 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_int(). |
|
|
Definition at line 147 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_long(). |
|
|
Definition at line 141 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_schar(). |
|
|
Definition at line 143 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_short(). |
|
|
Definition at line 137 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_text(). |
|
|
Definition at line 139 of file nc3convert.h. Referenced by main(), and test_nc_put_vars_uchar(). |
|
|
Definition at line 22 of file nc3convert.h. Referenced by main(), nc4_put_att(), nc_copy_var(), nc_def_dim(), nc_def_var_full(), nc_del_att(), nco_redef(), ncredef(), test_nc_abort(), test_nc_copy_att(), test_nc_def_dim(), test_nc_del_att(), test_nc_inq(), test_nc_open(), test_nc_redef(), and test_redef(). |
|
|
Definition at line 52 of file nc3convert.h. Referenced by main(), ncattrename(), nco_rename_att(), test_nc_copy_att(), and test_nc_rename_att(). |
|
|
Definition at line 43 of file nc3convert.h. Referenced by main(), ncdimrename(), nco_rename_dim(), and test_nc_rename_dim(). |
|
|
Definition at line 84 of file nc3convert.h. Referenced by main(), nco_rename_var(), ncvarrename(), and test_nc_rename_var(). |
|
|
Definition at line 221 of file nc3convert.h. |
|
|
Definition at line 21 of file nc3convert.h. Referenced by gen_netcdf(), nco_set_fill(), ncsetfill(), test_nc_redef(), and test_nc_set_fill(). |
|
|
|
Definition at line 25 of file nc3convert.h. Referenced by main(), nc_copy_var(), nco_sync(), ncsync(), and test_nc_sync(). |
|
|
Definition at line 88 of file nc3convert.h. |
1.4.4