![]() |
NetCDF-Fortran
4.4.4
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ncpopt (ncopts) |
| subroutine | ncgopt (ncopts) |
| integer function | nccre (filename, cmode, rcode) |
| integer function | ncopn (filename, rwmode, rcode) |
| integer function | ncddef (ncid, dimname, dimlen, rcode) |
| integer function | ncdid (ncid, dimname, rcode) |
| integer function | ncvdef (ncid, varname, vartype, nvdims, vdims, rcode) |
| integer function | ncvid (ncid, varname, rcode) |
| integer function | nctlen (datatype, rcode) |
| subroutine | ncclos (ncid, rcode) |
| subroutine | ncredf (ncid, rcode) |
| subroutine | ncendf (ncid, rcode) |
| subroutine | ncinq (ncid, ndims, nvars, natts, recdim, rcode) |
| subroutine | ncsnc (ncid, rcode) |
| subroutine | ncabor (ncid, rcode) |
| subroutine | ncdinq (ncid, dimid, dimname, dimlen, rcode) |
| subroutine | ncdren (ncid, dimid, dimname, rcode) |
| subroutine | ncvinq (ncid, varid, varname, vartype, nvdims, vdims, nvatts, rcode) |
| subroutine | ncvpt1 (ncid, varid, mindex, values, rcode) |
| subroutine | ncvp1c (ncid, varid, mindex, strings, rcode) |
| subroutine | ncvpt (ncid, varid, start, counts, values, rcode) |
| subroutine | ncvptc (ncid, varid, start, counts, strings, lenstr, rcode) |
| subroutine | ncvptg (ncid, varid, start, counts, strides, imap, values, rcode) |
| subroutine | ncvpgc (ncid, varid, start, counts, strides, imap, string, rcode) |
| subroutine | ncvgt1 (ncid, varid, mindex, values, rcode) |
| subroutine | ncvg1c (ncid, varid, mindex, string, rcode) |
| subroutine | ncvgt (ncid, varid, start, counts, values, rcode) |
| subroutine | ncvgtc (ncid, varid, start, counts, string, lenstr, rcode) |
| subroutine | ncvgtg (ncid, varid, start, counts, strides, imap, values, rcode) |
| subroutine | ncvggc (ncid, varid, start, counts, strides, imap, string, rcode) |
| subroutine | ncvren (ncid, varid, newnam, rcode) |
| subroutine | ncapt (ncid, varid, attnam, attype, attlen, value, rcode) |
| subroutine | ncaptc (ncid, varid, attnam, attype, lenstr, string, rcode) |
| subroutine | ncainq (ncid, varid, attnam, attype, attlen, rcode) |
| subroutine | ncagt (ncid, varid, attnam, values, rcode) |
| subroutine | ncagtc (ncid, varid, attnam, string, lenstr, rcode) |
| subroutine | ncacpy (ncid, varid, attnam, outcdf, outvar, rcode) |
| subroutine | ncanam (ncid, varid, attnum, attnam, rcode) |
| subroutine | ncaren (ncid, varid, attnam, newnam, rcode) |
| subroutine | ncadel (ncid, varid, attnam, rcode) |
| integer function | ncsfil (ncid, fillmode, rcode) |
| subroutine ncabor | ( | integer, intent(in) | ncid, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 434 of file nf_fortv2.f90.
| subroutine ncacpy | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| integer, intent(in) | outcdf, | ||
| integer, intent(in) | outvar, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1523 of file nf_fortv2.f90.
| subroutine ncadel | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1617 of file nf_fortv2.f90.
| subroutine ncagt | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| character(kind=c_char), dimension(*), intent(out) | values, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1459 of file nf_fortv2.f90.
| subroutine ncagtc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| character(len=*), intent(inout) | string, | ||
| integer, intent(in) | lenstr, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1488 of file nf_fortv2.f90.
| subroutine ncainq | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| integer, intent(out) | attype, | ||
| integer, intent(out) | attlen, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1426 of file nf_fortv2.f90.
| subroutine ncanam | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, intent(in) | attnum, | ||
| character(len=*), intent(inout) | attnam, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1554 of file nf_fortv2.f90.
| subroutine ncapt | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| integer, intent(in) | attype, | ||
| integer, intent(in) | attlen, | ||
| character(kind=c_char), dimension(*), intent(in), target | value, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1357 of file nf_fortv2.f90.
| subroutine ncaptc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| integer, intent(in) | attype, | ||
| integer, intent(in) | lenstr, | ||
| character(len=*), intent(in) | string, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1393 of file nf_fortv2.f90.
| subroutine ncaren | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | attnam, | ||
| character(len=*), intent(in) | newnam, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1586 of file nf_fortv2.f90.
| subroutine ncclos | ( | integer, intent(in) | ncid, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 314 of file nf_fortv2.f90.
| integer function nccre | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | cmode, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 74 of file nf_fortv2.f90.
| integer function ncddef | ( | integer, intent(in) | ncid, |
| character(len=*), intent(in) | dimname, | ||
| integer, intent(in) | dimlen, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 138 of file nf_fortv2.f90.
| integer function ncdid | ( | integer, intent(in) | ncid, |
| character(len=*), intent(in) | dimname, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 171 of file nf_fortv2.f90.
| subroutine ncdinq | ( | integer, intent(in) | ncid, |
| integer, intent(in) | dimid, | ||
| character(len=*), intent(out) | dimname, | ||
| integer, intent(out) | dimlen, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 455 of file nf_fortv2.f90.
| subroutine ncdren | ( | integer, intent(in) | ncid, |
| integer, intent(in) | dimid, | ||
| character(len=*), intent(in) | dimname, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 489 of file nf_fortv2.f90.
| subroutine ncendf | ( | integer, intent(in) | ncid, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 356 of file nf_fortv2.f90.
| subroutine ncgopt | ( | integer, intent(inout) | ncopts | ) |
Definition at line 56 of file nf_fortv2.f90.
| subroutine ncinq | ( | integer, intent(in) | ncid, |
| integer, intent(out) | ndims, | ||
| integer, intent(out) | nvars, | ||
| integer, intent(out) | natts, | ||
| integer, intent(out) | recdim, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 377 of file nf_fortv2.f90.
| integer function ncopn | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | rwmode, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 106 of file nf_fortv2.f90.
| subroutine ncpopt | ( | integer, intent(in) | ncopts | ) |
Definition at line 40 of file nf_fortv2.f90.
| subroutine ncredf | ( | integer, intent(in) | ncid, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 335 of file nf_fortv2.f90.
| integer function ncsfil | ( | integer, intent(in) | ncid, |
| integer, intent(in) | fillmode, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1645 of file nf_fortv2.f90.
| subroutine ncsnc | ( | integer, intent(in) | ncid, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 413 of file nf_fortv2.f90.
| integer function nctlen | ( | integer, intent(in) | datatype, |
| integer, intent(out) | rcode | ||
| ) |
Definition at line 288 of file nf_fortv2.f90.
| integer function ncvdef | ( | integer, intent(in) | ncid, |
| character(len=*), intent(in) | varname, | ||
| integer, intent(in) | vartype, | ||
| integer, intent(in) | nvdims, | ||
| integer, dimension(*), intent(in) | vdims, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 203 of file nf_fortv2.f90.
| subroutine ncvg1c | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | mindex, | ||
| character(len=*), intent(inout) | string, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1003 of file nf_fortv2.f90.
| subroutine ncvggc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| integer, dimension(*), intent(in) | strides, | ||
| integer, dimension(*), intent(in) | imap, | ||
| character(len=*), intent(inout) | string, | ||
| integer, intent(out) | rcode | ||
| ) |
| subroutine ncvgt | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| character(kind=c_char), dimension(*), intent(out) | values, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1052 of file nf_fortv2.f90.
| subroutine ncvgt1 | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | mindex, | ||
| character(kind=c_char), dimension(*), intent(out) | values, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 954 of file nf_fortv2.f90.
| subroutine ncvgtc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| character(len=*), intent(inout) | string, | ||
| integer, intent(in) | lenstr, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1107 of file nf_fortv2.f90.
| subroutine ncvgtg | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| integer, dimension(*), intent(in) | strides, | ||
| integer, dimension(*), intent(in) | imap, | ||
| character(kind=c_char), dimension(*), intent(out) | values, | ||
| integer, intent(out) | rcode | ||
| ) |
| integer function ncvid | ( | integer, intent(in) | ncid, |
| character(len=*), intent(in) | varname, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 255 of file nf_fortv2.f90.
| subroutine ncvinq | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(inout) | varname, | ||
| integer, intent(out) | vartype, | ||
| integer, intent(out) | nvdims, | ||
| integer, dimension(*), intent(inout) | vdims, | ||
| integer, intent(out) | nvatts, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 519 of file nf_fortv2.f90.
| subroutine ncvp1c | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | mindex, | ||
| character(len=*), intent(in) | strings, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 636 of file nf_fortv2.f90.
| subroutine ncvpgc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| integer, dimension(*), intent(in) | strides, | ||
| integer, dimension(*), intent(in) | imap, | ||
| character(len=*), intent(in) | string, | ||
| integer, intent(out) | rcode | ||
| ) |
| subroutine ncvpt | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| character(kind=c_char), dimension(*), intent(in), target | values, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 685 of file nf_fortv2.f90.
| subroutine ncvpt1 | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | mindex, | ||
| character(kind=c_char), dimension(*), intent(in), target | values, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 584 of file nf_fortv2.f90.
| subroutine ncvptc | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| character(len=*), intent(inout) | strings, | ||
| integer, intent(in) | lenstr, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 744 of file nf_fortv2.f90.
| subroutine ncvptg | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| integer, dimension(*), intent(in) | start, | ||
| integer, dimension(*), intent(in) | counts, | ||
| integer, dimension(*), intent(in) | strides, | ||
| integer, dimension(*), intent(in) | imap, | ||
| character(kind=c_char), dimension(*), intent(in), target | values, | ||
| integer, intent(out) | rcode | ||
| ) |
| subroutine ncvren | ( | integer, intent(in) | ncid, |
| integer, intent(in) | varid, | ||
| character(len=*), intent(in) | newnam, | ||
| integer, intent(out) | rcode | ||
| ) |
Definition at line 1329 of file nf_fortv2.f90.
Generated on Thu Nov 9 2017 06:56:52 for NetCDF-Fortran. NetCDF is
a Unidata library.