Go to the source code of this file.
|
character(len=80) function | nf90_inq_libvers () |
|
character(len=80) function | nf90_strerror (ncerr) |
|
integer function | nf90_inq_base_pe (ncid, pe) |
|
integer function | nf90_set_base_pe (ncid, pe) |
|
integer function | nf90_create_mp (path, cmode, initalsz, basepe, chunksizehint, ncid) |
|
integer function | nf90_open_mp (path, mode, basepe, chunksizeint, ncid) |
|
integer function | nf90_set_fill (ncid, fillmode, old_mode) |
|
integer function | nf90_redef (ncid) |
|
integer function | nf90_enddef (ncid, h_minfree, v_align, v_minfree, r_align) |
|
integer function | nf90_sync (ncid) |
|
integer function | nf90_abort (ncid) |
|
integer function | nf90_close (ncid) |
|
integer function | nf90_delete (name) |
|
integer function | nf90_inquire (ncid, nDimensions, nVariables, nAttributes, unlimitedDimId, formatNum) |
|
integer function | nf90_inq_path (ncid, pathlen, path) |
|
◆ nf90_abort()
integer function nf90_abort |
( |
integer, intent(in) |
ncid | ) |
|
◆ nf90_close()
integer function nf90_close |
( |
integer, intent(in) |
ncid | ) |
|
◆ nf90_create_mp()
integer function nf90_create_mp |
( |
character (len = *), intent(in) |
path, |
|
|
integer, intent(in) |
cmode, |
|
|
integer, intent(in) |
initalsz, |
|
|
integer, intent(in) |
basepe, |
|
|
integer, intent(in) |
chunksizehint, |
|
|
integer, intent(out) |
ncid |
|
) |
| |
◆ nf90_delete()
integer function nf90_delete |
( |
character(len = *), intent(in) |
name | ) |
|
◆ nf90_enddef()
integer function nf90_enddef |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in), optional |
h_minfree, |
|
|
integer, intent(in), optional |
v_align, |
|
|
integer, intent(in), optional |
v_minfree, |
|
|
integer, intent(in), optional |
r_align |
|
) |
| |
◆ nf90_inq_base_pe()
integer function nf90_inq_base_pe |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(out) |
pe |
|
) |
| |
◆ nf90_inq_libvers()
character(len = 80) function nf90_inq_libvers |
( |
| ) |
|
◆ nf90_inq_path()
integer function nf90_inq_path |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(inout) |
pathlen, |
|
|
character(len = *), intent(inout) |
path |
|
) |
| |
◆ nf90_inquire()
integer function nf90_inquire |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(out), optional |
nDimensions, |
|
|
integer, intent(out), optional |
nVariables, |
|
|
integer, intent(out), optional |
nAttributes, |
|
|
integer, intent(out), optional |
unlimitedDimId, |
|
|
integer, intent(out), optional |
formatNum |
|
) |
| |
◆ nf90_open_mp()
integer function nf90_open_mp |
( |
character (len = *), intent(in) |
path, |
|
|
integer, intent(in) |
mode, |
|
|
integer, intent(in) |
basepe, |
|
|
integer, intent(in) |
chunksizeint, |
|
|
integer, intent(out) |
ncid |
|
) |
| |
◆ nf90_redef()
integer function nf90_redef |
( |
integer, intent(in) |
ncid | ) |
|
◆ nf90_set_base_pe()
integer function nf90_set_base_pe |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
pe |
|
) |
| |
◆ nf90_set_fill()
integer function nf90_set_fill |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
fillmode, |
|
|
integer, intent(out) |
old_mode |
|
) |
| |
◆ nf90_strerror()
character(len = 80) function nf90_strerror |
( |
integer, intent(in) |
ncerr | ) |
|
◆ nf90_sync()
integer function nf90_sync |
( |
integer, intent(in) |
ncid | ) |
|