![]() |
NetCDF-Fortran
4.4.4
|
#include <netcdf.h>

Go to the source code of this file.
Functions | |
| EXTERNL int | nc_inq_var_chunking_ints (int ncid, int varid, int *contiguousp, int *chunksizesp) |
| EXTERNL int | nc_def_var_chunking_ints (int ncid, int varid, int contiguous, int *chunksizesp) |
| EXTERNL int | nc_open_par_fortran (const char *path, int mode, int comm, int info, int *ncidp) |
| EXTERNL int | nc_create_par_fortran (const char *path, int cmode, int comm, int info, int *ncidp) |
| EXTERNL int | nc_set_chunk_cache_ints (int size, int nelems, int preemption) |
| EXTERNL int | nc_get_chunk_cache_ints (int *sizep, int *nelemsp, int *preemptionp) |
| EXTERNL int | nc_set_var_chunk_cache_ints (int ncid, int varid, int size, int nelems, int preemption) |
| EXTERNL int | nc_get_var_chunk_cache_ints (int ncid, int varid, int *sizep, int *nelemsp, int *preemptionp) |
| EXTERNL int | nc_inq_varids_f (int ncid, int *nvars, int *fvarids) |
| EXTERNL int | nc_inq_dimids_f (int ncid, int *ndims, int *fdimids, int parent) |
| EXTERNL int | nc_insert_array_compound_f (int ncid, int typeid, char *name, size_t offset, nc_type field_typeid, int ndims, int *dim_sizesp) |
| EXTERNL int | nc_inq_compound_field_f (int ncid, nc_type xtype, int fieldid, char *name, size_t *offsetp, nc_type *field_typeidp, int *ndimsp, int *dim_sizesp) |
| EXTERNL int nc_create_par_fortran | ( | const char * | path, |
| int | cmode, | ||
| int | comm, | ||
| int | info, | ||
| int * | ncidp | ||
| ) |
| EXTERNL int nc_def_var_chunking_ints | ( | int | ncid, |
| int | varid, | ||
| int | contiguous, | ||
| int * | chunksizesp | ||
| ) |
| EXTERNL int nc_get_chunk_cache_ints | ( | int * | sizep, |
| int * | nelemsp, | ||
| int * | preemptionp | ||
| ) |
| EXTERNL int nc_get_var_chunk_cache_ints | ( | int | ncid, |
| int | varid, | ||
| int * | sizep, | ||
| int * | nelemsp, | ||
| int * | preemptionp | ||
| ) |
| EXTERNL int nc_inq_compound_field_f | ( | int | ncid, |
| nc_type | xtype, | ||
| int | fieldid, | ||
| char * | name, | ||
| size_t * | offsetp, | ||
| nc_type * | field_typeidp, | ||
| int * | ndimsp, | ||
| int * | dim_sizesp | ||
| ) |
Definition at line 244 of file fort-lib.c.
| EXTERNL int nc_inq_dimids_f | ( | int | ncid, |
| int * | ndims, | ||
| int * | fdimids, | ||
| int | parent | ||
| ) |
Definition at line 188 of file fort-lib.c.
| EXTERNL int nc_inq_var_chunking_ints | ( | int | ncid, |
| int | varid, | ||
| int * | contiguousp, | ||
| int * | chunksizesp | ||
| ) |
| EXTERNL int nc_inq_varids_f | ( | int | ncid, |
| int * | nvars, | ||
| int * | fvarids | ||
| ) |
Definition at line 159 of file fort-lib.c.
| EXTERNL int nc_insert_array_compound_f | ( | int | ncid, |
| int | typeid, | ||
| char * | name, | ||
| size_t | offset, | ||
| nc_type | field_typeid, | ||
| int | ndims, | ||
| int * | dim_sizesp | ||
| ) |
Definition at line 216 of file fort-lib.c.
| EXTERNL int nc_open_par_fortran | ( | const char * | path, |
| int | mode, | ||
| int | comm, | ||
| int | info, | ||
| int * | ncidp | ||
| ) |
| EXTERNL int nc_set_chunk_cache_ints | ( | int | size, |
| int | nelems, | ||
| int | preemption | ||
| ) |
| EXTERNL int nc_set_var_chunk_cache_ints | ( | int | ncid, |
| int | varid, | ||
| int | size, | ||
| int | nelems, | ||
| int | preemption | ||
| ) |
Generated on Fri Aug 4 2017 17:20:58 for NetCDF-Fortran. NetCDF is
a Unidata library.