PIO
2.5.4
|
Set the record number for distributed array reads/writes in Fortran. More...
Functions/Subroutines | |
subroutine | piolib_mod::advanceframe (file, vardesc) |
File descriptor structure. More... | |
subroutine | piolib_mod::setframe (file, vardesc, frame) |
File descriptor structure. More... | |
Set the record number for distributed array reads/writes in Fortran.
subroutine piolib_mod::advanceframe | ( | type(file_desc_t), intent(in) | file, |
type(var_desc_t), intent(inout) | vardesc | ||
) |
File descriptor structure.
Advance the record dimension of a variable in a netcdf format file.
File | This structure holds information associated with each open file |
vardesc | Variable description structure. |
subroutine piolib_mod::setframe | ( | type(file_desc_t) | file, |
type(var_desc_t), intent(inout) | vardesc, | ||
integer(pio_offset_kind), intent(in) | frame | ||
) |
File descriptor structure.
Set the record dimension of a variable in a netcdf format file or the block address in a binary file.
File | This structure holds information associated with each open file |
vardesc | Variable description structure. |
frame | record number |