Go to the source code of this file.
|
integer function | nf90_open (path, mode, ncid, chunksize) |
|
integer function | nf90_create (path, cmode, ncid, initialsize, chunksize) |
|
integer function nf90_create |
( |
character (len = *), intent(in) |
path, |
|
|
integer, intent(in) |
cmode, |
|
|
integer, intent(out) |
ncid, |
|
|
integer, intent(in), optional |
initialsize, |
|
|
integer, intent(inout), optional |
chunksize |
|
) |
| |
integer function nf90_open |
( |
character (len = *), intent(in) |
path, |
|
|
integer, intent(in) |
mode, |
|
|
integer, intent(out) |
ncid, |
|
|
integer, intent(inout), optional |
chunksize |
|
) |
| |