Home
last modified time | relevance | path

Searched defs:ncid (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libf90/
H A Dapi.f90.in36 INTEGER, INTENT(OUT) :: ncid local
44 INTEGER, INTENT(OUT) :: ncid local
48 INTEGER, INTENT(IN) :: ncid local
58 INTEGER, INTENT(IN) :: ncid local
63 INTEGER, INTENT(IN) :: ncid local
73 INTEGER, INTENT(IN) :: ncid local
86 INTEGER, INTENT(IN) :: ncid local
99 INTEGER, INTENT(IN) :: ncid local
103 INTEGER, INTENT(IN) :: ncid local
107 INTEGER, INTENT(IN) :: ncid local
[all …]
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/
H A Dmodule_netcdf_nf_interfaces.F90229 Integer, Intent(IN) :: ncid local
238 Integer, Intent(IN) :: ncid local
258 Integer, Intent(IN) :: ncid local
267 Integer, Intent(IN) :: ncid local
276 Integer, Intent(IN) :: ncid local
313 Integer, Intent(IN) :: ncid local
392 Integer, Intent(IN) :: ncid local
402 Integer, Intent(IN) :: ncid local
412 Integer, Intent(IN) :: ncid local
422 Integer, Intent(IN) :: ncid local
[all …]
H A Dmodule_netcdf4_nf_interfaces.F9041 Integer, Intent(IN) :: ncid local
52 Integer, Intent(IN) :: ncid local
63 Integer, Intent(IN) :: ncid local
73 Integer, Intent(IN) :: ncid local
84 Integer, Intent(IN) :: ncid local
94 Integer, Intent(IN) :: ncid local
126 Integer, Intent(IN) :: ncid local
148 Integer, Intent(IN) :: ncid local
519 Integer, Intent(IN) :: ncid, varid local
560 Integer, Intent(IN) :: ncid, varid local
[all …]
H A Dnetcdf4_func.f9011 integer, intent(out) :: ncid local
56 integer, intent(out) :: ncid local
96 integer, intent(in) :: ncid local
105 integer, intent(in) :: ncid local
114 integer, intent(in) :: ncid local
123 integer, intent(in) :: ncid local
131 integer, intent(in) :: ncid local
140 integer, intent(in) :: ncid local
149 integer, intent(in) :: ncid local
157 integer, intent(in) :: ncid local
[all …]
/dports/math/octave-forge-netcdf/netcdf-1.0.14/inst/private/
H A Dtest_netcdf_attributes.m23 ncid = netcdf.create(fname,'NC_CLOBBER'); variable
38 ncid = netcdf.create(fname,'NC_CLOBBER'); variable
53 ncid = netcdf.create(fname,'NC_CLOBBER'); variable
69 ncid = netcdf.create(fname,'NC_CLOBBER'); variable
82 ncid = netcdf.create(fname,'NC_CLOBBER'); variable
93 ncid = netcdf.create(fname,mode); variable
103 ncid = netcdf.create(fname,mode); variable
115 ncid = netcdf.create(fname,mode); variable
139 ncid = netcdf.create(fname,'NC_NETCDF4'); variable
155 ncid = netcdf.create(fname,'NC_NETCDF4'); variable
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Ddnotnc4.c208 NC_NOTNC4_def_opaque(int ncid, size_t datum_size, const char *name, in NC_NOTNC4_def_opaque()
375 NC_NOTNC4_get_var_chunk_cache(int ncid, int varid, size_t *sizep, in NC_NOTNC4_get_var_chunk_cache()
411 NC_NOTNC4_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC_NOTNC4_def_var_fletcher32()
445 NC_NOTNC4_def_var_endian(int ncid, int varid, int endianness) in NC_NOTNC4_def_var_endian()
461 NC_NOTNC4_var_par_access(int ncid, int varid, int par_access) in NC_NOTNC4_var_par_access()
477 NC_NOTNC4_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC_NOTNC4_inq_ncid()
493 NC_NOTNC4_inq_grps(int ncid, int *numgrps, int *ncids) in NC_NOTNC4_inq_grps()
508 NC_NOTNC4_inq_grpname(int ncid, char *name) in NC_NOTNC4_inq_grpname()
539 NC_NOTNC4_inq_grp_parent(int ncid, int *parent_ncid) in NC_NOTNC4_inq_grp_parent()
571 NC_NOTNC4_inq_varids(int ncid, int *nvars, int *varids) in NC_NOTNC4_inq_varids()
[all …]
H A Ddvarput.c301 int ncid, in NCDEFAULT_put_varm()
1069 nc_put_vars_uchar(int ncid, int varid, in nc_put_vars_uchar()
1079 nc_put_vars_short(int ncid, int varid, in nc_put_vars_short()
1089 nc_put_vars_int(int ncid, int varid, in nc_put_vars_int()
1099 nc_put_vars_long(int ncid, int varid, in nc_put_vars_long()
1109 nc_put_vars_float(int ncid, int varid, in nc_put_vars_float()
1129 nc_put_vars_ubyte(int ncid, int varid, in nc_put_vars_ubyte()
1149 nc_put_vars_uint(int ncid, int varid, in nc_put_vars_uint()
1282 nc_put_varm_int(int ncid, int varid, in nc_put_varm_int()
1292 nc_put_varm_long(int ncid, int varid, in nc_put_varm_long()
[all …]
H A Ddvarget.c91 NC_get_vara(int ncid, int varid, in NC_get_vara()
782 nc_get_vara_int(int ncid, int varid, in nc_get_vara_int()
789 nc_get_vara_long(int ncid, int varid, in nc_get_vara_long()
796 nc_get_vara_float(int ncid, int varid, in nc_get_vara_float()
810 nc_get_vara_ubyte(int ncid, int varid, in nc_get_vara_ubyte()
824 nc_get_vara_uint(int ncid, int varid, in nc_get_vara_uint()
1367 nc_get_varm_schar(int ncid, int varid, in nc_get_varm_schar()
1377 nc_get_varm_uchar(int ncid, int varid, in nc_get_varm_uchar()
1394 nc_get_varm_int(int ncid, int varid, in nc_get_varm_int()
1403 nc_get_varm_long(int ncid, int varid, in nc_get_varm_long()
[all …]
H A Ddreadonly.c41 NC_RO_del_att(int ncid, int varid, const char *name) in NC_RO_del_att()
79 NC_RO_def_dim(int ncid, const char *name, size_t len, int *idp) in NC_RO_def_dim()
95 NC_RO_rename_dim(int ncid, int dimid, const char *name) in NC_RO_rename_dim()
114 NC_RO_def_var(int ncid, const char *name, nc_type xtype, in NC_RO_def_var()
149 NC_RO_rename_var(int ncid, int varid, const char *name) in NC_RO_rename_var()
168 NC_RO_put_vara(int ncid, int varid, const size_t *startp, in NC_RO_put_vara()
185 NC_RO_set_fill(int ncid, int fillmode, int *old_modep) in NC_RO_set_fill()
199 NC_RO_redef(int ncid) in NC_RO_redef()
217 NC_RO__enddef(int ncid, size_t h_minfree, size_t v_align, in NC_RO__enddef()
232 NC_RO_sync(int ncid) in NC_RO_sync()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc3stub.c28 nc3_redef(int ncid) {abort();} in nc3_redef()
35 nc3_sync(int ncid) {abort();} in nc3_sync()
38 nc3_abort(int ncid) {abort();} in nc3_abort()
41 nc3_close(int ncid) {abort();} in nc3_close()
108 nc3_def_var(int ncid, const char *name, in nc3_def_var()
122 nc3_put_vara(int ncid, int varid, in nc3_put_vara()
127 nc3_get_vara(int ncid, int varid, in nc3_get_vara()
295 nc3_show_metadata(int ncid) {abort();} in nc3_show_metadata()
659 nc3_put_vars_int(int ncid, int varid, in nc3_put_vars_int()
664 nc3_get_vars_int(int ncid, int varid, in nc3_get_vars_int()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Ddnotnc4.c179 NC_NOTNC4_def_opaque(int ncid, size_t datum_size, const char *name, in NC_NOTNC4_def_opaque()
346 NC_NOTNC4_get_var_chunk_cache(int ncid, int varid, size_t *sizep, in NC_NOTNC4_get_var_chunk_cache()
382 NC_NOTNC4_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC_NOTNC4_def_var_fletcher32()
416 NC_NOTNC4_def_var_endian(int ncid, int varid, int endianness) in NC_NOTNC4_def_var_endian()
432 NC_NOTNC4_var_par_access(int ncid, int varid, int par_access) in NC_NOTNC4_var_par_access()
448 NC_NOTNC4_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC_NOTNC4_inq_ncid()
464 NC_NOTNC4_inq_grps(int ncid, int *numgrps, int *ncids) in NC_NOTNC4_inq_grps()
479 NC_NOTNC4_inq_grpname(int ncid, char *name) in NC_NOTNC4_inq_grpname()
510 NC_NOTNC4_inq_grp_parent(int ncid, int *parent_ncid) in NC_NOTNC4_inq_grp_parent()
542 NC_NOTNC4_inq_varids(int ncid, int *nvars, int *varids) in NC_NOTNC4_inq_varids()
[all …]
H A Ddvarput.c301 int ncid, in NCDEFAULT_put_varm()
1069 nc_put_vars_uchar(int ncid, int varid, in nc_put_vars_uchar()
1079 nc_put_vars_short(int ncid, int varid, in nc_put_vars_short()
1089 nc_put_vars_int(int ncid, int varid, in nc_put_vars_int()
1099 nc_put_vars_long(int ncid, int varid, in nc_put_vars_long()
1109 nc_put_vars_float(int ncid, int varid, in nc_put_vars_float()
1129 nc_put_vars_ubyte(int ncid, int varid, in nc_put_vars_ubyte()
1149 nc_put_vars_uint(int ncid, int varid, in nc_put_vars_uint()
1282 nc_put_varm_int(int ncid, int varid, in nc_put_varm_int()
1292 nc_put_varm_long(int ncid, int varid, in nc_put_varm_long()
[all …]
H A Ddvarget.c91 NC_get_vara(int ncid, int varid, in NC_get_vara()
782 nc_get_vara_int(int ncid, int varid, in nc_get_vara_int()
789 nc_get_vara_long(int ncid, int varid, in nc_get_vara_long()
796 nc_get_vara_float(int ncid, int varid, in nc_get_vara_float()
810 nc_get_vara_ubyte(int ncid, int varid, in nc_get_vara_ubyte()
824 nc_get_vara_uint(int ncid, int varid, in nc_get_vara_uint()
1367 nc_get_varm_schar(int ncid, int varid, in nc_get_varm_schar()
1377 nc_get_varm_uchar(int ncid, int varid, in nc_get_varm_uchar()
1394 nc_get_varm_int(int ncid, int varid, in nc_get_varm_int()
1403 nc_get_varm_long(int ncid, int varid, in nc_get_varm_long()
[all …]
H A Ddreadonly.c41 NC_RO_del_att(int ncid, int varid, const char *name) in NC_RO_del_att()
79 NC_RO_def_dim(int ncid, const char *name, size_t len, int *idp) in NC_RO_def_dim()
95 NC_RO_rename_dim(int ncid, int dimid, const char *name) in NC_RO_rename_dim()
114 NC_RO_def_var(int ncid, const char *name, nc_type xtype, in NC_RO_def_var()
149 NC_RO_rename_var(int ncid, int varid, const char *name) in NC_RO_rename_var()
168 NC_RO_put_vara(int ncid, int varid, const size_t *startp, in NC_RO_put_vara()
185 NC_RO_set_fill(int ncid, int fillmode, int *old_modep) in NC_RO_set_fill()
199 NC_RO_redef(int ncid) in NC_RO_redef()
217 NC_RO__enddef(int ncid, size_t h_minfree, size_t v_align, in NC_RO__enddef()
232 NC_RO_sync(int ncid) in NC_RO_sync()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libcxx/
H A Dncmpi_notyet.cpp10 ncmpi_insert_compound(int ncid, nc_type xtype, const char *name, in ncmpi_insert_compound()
15 ncmpi_insert_array_compound(int ncid, nc_type xtype, const char *name, in ncmpi_insert_array_compound()
19 ncmpi_insert_enum(int ncid, nc_type xtype, const char *name, in ncmpi_insert_enum()
31 ncmpi_inq_enum_member(int ncid, nc_type xtype, int idx, char *name, in ncmpi_inq_enum_member()
55 ncmpi_inq_compound_fieldname(int ncid, nc_type xtype, int fieldid, in ncmpi_inq_compound_fieldname()
72 ncmpi_inq_compound_fieldtype(int ncid, nc_type xtype, int fieldid, in ncmpi_inq_compound_fieldtype()
143 ncmpi_def_enum(int ncid, nc_type base_typeid, const char *name, in ncmpi_def_enum()
162 ncmpi_put_vlen_element(int ncid, int typeid1, void *vlen_element, in ncmpi_put_vlen_element()
197 ncmpi_inq_var_deflate(int ncid, int varid, int *shufflep, in ncmpi_inq_var_deflate()
220 ncmpi_put_var_string(int ncid, int varid, in ncmpi_put_var_string()
[all …]
/dports/math/octave-forge-netcdf/netcdf-1.0.14/src/
H A D__netcdf__.cc349 int ncid; variable
372 int ncid; variable
395 int ncid = args(0).scalar_value(); variable
417 int ncid = args(0).scalar_value(); variable
438 int ncid = args(0).scalar_value(); variable
465 int ncid = args(0).scalar_value(); variable
492 int ncid = args(0).scalar_value(); variable
526 int ncid = args(0).scalar_value(); variable
560 int ncid = args(0).scalar_value(); variable
588 int ncid = args(0).scalar_value(); variable
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dnc3dispatch.c200 NC3_inq_unlimdims(int ncid, int *ndimsp, int *unlimdimidsp) in NC3_inq_unlimdims()
223 NC3_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC3_inq_ncid()
230 NC3_inq_grps(int ncid, int *numgrps, int *ncids) in NC3_inq_grps()
238 NC3_inq_grpname(int ncid, char *name) in NC3_inq_grpname()
255 NC3_inq_grp_parent(int ncid, int *parent_ncid) in NC3_inq_grp_parent()
267 NC3_inq_varids(int ncid, int *nvarsp, int *varids) in NC3_inq_varids()
297 NC3_show_metadata(int ncid) in NC3_show_metadata()
346 NC3_inq_typeids(int ncid, int *ntypes, int *typeids) in NC3_inq_typeids()
468 NC3_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC3_def_var_fletcher32()
486 NC3_def_var_endian(int ncid, int varid, int endianness) in NC3_def_var_endian()
[all …]
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdf_int.c77 void cdf_close(int ncid) in cdf_close()
84 void cdf_redef(int ncid) in cdf_redef()
91 void cdf_enddef(int ncid) in cdf_enddef()
98 void cdf__enddef(const int ncid, const size_t hdr_pad) in cdf__enddef()
110 void cdf_sync(int ncid) in cdf_sync()
162 void cdf_inq_dimname(int ncid, int dimid, char *name) in cdf_inq_dimname()
217 void cdf_inq_nvars(int ncid, int *nvarsp) in cdf_inq_nvars()
241 void cdf_inq_varname(int ncid, int varid, char *name) in cdf_inq_varname()
568 void cdf_get_var_text(int ncid, int varid, char *tp) in cdf_get_var_text()
590 void cdf_get_var_int(int ncid, int varid, int *ip) in cdf_get_var_int()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Ddvarput.c305 int ncid, in NCDEFAULT_put_varm()
1081 nc_put_vars_uchar(int ncid, int varid, in nc_put_vars_uchar()
1091 nc_put_vars_short(int ncid, int varid, in nc_put_vars_short()
1101 nc_put_vars_int(int ncid, int varid, in nc_put_vars_int()
1111 nc_put_vars_long(int ncid, int varid, in nc_put_vars_long()
1121 nc_put_vars_float(int ncid, int varid, in nc_put_vars_float()
1141 nc_put_vars_ubyte(int ncid, int varid, in nc_put_vars_ubyte()
1161 nc_put_vars_uint(int ncid, int varid, in nc_put_vars_uint()
1295 nc_put_varm_int(int ncid, int varid, in nc_put_varm_int()
1305 nc_put_varm_long(int ncid, int varid, in nc_put_varm_long()
[all …]
H A Ddvarget.c91 NC_get_vara(int ncid, int varid, in NC_get_vara()
791 nc_get_vara_int(int ncid, int varid, in nc_get_vara_int()
798 nc_get_vara_long(int ncid, int varid, in nc_get_vara_long()
805 nc_get_vara_float(int ncid, int varid, in nc_get_vara_float()
819 nc_get_vara_ubyte(int ncid, int varid, in nc_get_vara_ubyte()
833 nc_get_vara_uint(int ncid, int varid, in nc_get_vara_uint()
1382 nc_get_varm_schar(int ncid, int varid, in nc_get_varm_schar()
1392 nc_get_varm_uchar(int ncid, int varid, in nc_get_varm_uchar()
1409 nc_get_varm_int(int ncid, int varid, in nc_get_varm_int()
1418 nc_get_varm_long(int ncid, int varid, in nc_get_varm_long()
[all …]
H A Ddnotnc4.c26 NC_NOTNC4_def_var_filter(int ncid, int varid, unsigned int id, size_t nparams, in NC_NOTNC4_def_var_filter()
115 NC_NOTNC4_insert_array_compound(int ncid, int typeid1, const char *name, in NC_NOTNC4_insert_array_compound()
176 NC_NOTNC4_def_opaque(int ncid, size_t datum_size, const char *name, in NC_NOTNC4_def_opaque()
194 NC_NOTNC4_def_vlen(int ncid, const char *name, nc_type base_typeid, in NC_NOTNC4_def_vlen()
212 NC_NOTNC4_def_enum(int ncid, nc_type base_typeid, const char *name, in NC_NOTNC4_def_enum()
267 NC_NOTNC4_insert_enum(int ncid, nc_type typeid1, const char *identifier, in NC_NOTNC4_insert_enum()
286 NC_NOTNC4_put_vlen_element(int ncid, int typeid1, void *vlen_element, in NC_NOTNC4_put_vlen_element()
343 NC_NOTNC4_get_var_chunk_cache(int ncid, int varid, size_t *sizep, in NC_NOTNC4_get_var_chunk_cache()
379 NC_NOTNC4_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC_NOTNC4_def_var_fletcher32()
413 NC_NOTNC4_def_var_endian(int ncid, int varid, int endianness) in NC_NOTNC4_def_var_endian()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dnc3dispatch.c214 NC3_var_par_access(int ncid, int varid, int par_access) in NC3_var_par_access()
222 NC3_inq_unlimdims(int ncid, int *ndimsp, int *unlimdimidsp) in NC3_inq_unlimdims()
251 NC3_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC3_inq_ncid()
258 NC3_inq_grps(int ncid, int *numgrps, int *ncids) in NC3_inq_grps()
266 NC3_inq_grpname(int ncid, char *name) in NC3_inq_grpname()
283 NC3_inq_grp_parent(int ncid, int *parent_ncid) in NC3_inq_grp_parent()
295 NC3_inq_varids(int ncid, int *nvarsp, int *varids) in NC3_inq_varids()
325 NC3_show_metadata(int ncid) in NC3_show_metadata()
374 NC3_inq_typeids(int ncid, int *ntypes, int *typeids) in NC3_inq_typeids()
496 NC3_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC3_def_var_fletcher32()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dnc3dispatch.c209 NC3_var_par_access(int ncid, int varid, int par_access) in NC3_var_par_access()
217 NC3_inq_unlimdims(int ncid, int *ndimsp, int *unlimdimidsp) in NC3_inq_unlimdims()
246 NC3_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC3_inq_ncid()
253 NC3_inq_grps(int ncid, int *numgrps, int *ncids) in NC3_inq_grps()
261 NC3_inq_grpname(int ncid, char *name) in NC3_inq_grpname()
278 NC3_inq_grp_parent(int ncid, int *parent_ncid) in NC3_inq_grp_parent()
290 NC3_inq_varids(int ncid, int *nvarsp, int *varids) in NC3_inq_varids()
320 NC3_show_metadata(int ncid) in NC3_show_metadata()
369 NC3_inq_typeids(int ncid, int *ntypes, int *typeids) in NC3_inq_typeids()
491 NC3_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC3_def_var_fletcher32()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dnc3dispatch.c208 NC3_var_par_access(int ncid, int varid, int par_access) in NC3_var_par_access()
214 NC3_inq_unlimdims(int ncid, int *ndimsp, int *unlimdimidsp) in NC3_inq_unlimdims()
243 NC3_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC3_inq_ncid()
250 NC3_inq_grps(int ncid, int *numgrps, int *ncids) in NC3_inq_grps()
258 NC3_inq_grpname(int ncid, char *name) in NC3_inq_grpname()
275 NC3_inq_grp_parent(int ncid, int *parent_ncid) in NC3_inq_grp_parent()
287 NC3_inq_varids(int ncid, int *nvarsp, int *varids) in NC3_inq_varids()
317 NC3_show_metadata(int ncid) in NC3_show_metadata()
366 NC3_inq_typeids(int ncid, int *ntypes, int *typeids) in NC3_inq_typeids()
488 NC3_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC3_def_var_fletcher32()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dnc3dispatch.c209 NC3_var_par_access(int ncid, int varid, int par_access) in NC3_var_par_access()
215 NC3_inq_unlimdims(int ncid, int *ndimsp, int *unlimdimidsp) in NC3_inq_unlimdims()
244 NC3_inq_ncid(int ncid, const char *name, int *grp_ncid) in NC3_inq_ncid()
251 NC3_inq_grps(int ncid, int *numgrps, int *ncids) in NC3_inq_grps()
259 NC3_inq_grpname(int ncid, char *name) in NC3_inq_grpname()
276 NC3_inq_grp_parent(int ncid, int *parent_ncid) in NC3_inq_grp_parent()
288 NC3_inq_varids(int ncid, int *nvarsp, int *varids) in NC3_inq_varids()
318 NC3_show_metadata(int ncid) in NC3_show_metadata()
367 NC3_inq_typeids(int ncid, int *ntypes, int *typeids) in NC3_inq_typeids()
489 NC3_def_var_fletcher32(int ncid, int varid, int fletcher32) in NC3_def_var_fletcher32()
[all …]

12345678910>>...44