Searched refs:nf90mpi_def_var_ManyDims (Results 1 – 2 of 2) sorted by relevance
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libf90/ |
H A D | variables.f90 | 40 function nf90mpi_def_var_ManyDims(ncid, name, xtype, dimids, varid) function 46 integer :: nf90mpi_def_var_ManyDims local 48 nf90mpi_def_var_ManyDims = nfmpi_def_var(ncid, name, xtype, size(dimids), dimids, varid) 49 end function nf90mpi_def_var_ManyDims
|
H A D | overloads.f90 | 13 module procedure nf90mpi_def_var_Scalar, nf90mpi_def_var_oneDim, nf90mpi_def_var_ManyDims
|