PIO  2.5.4
Functions/Subroutines
Set Record Number

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...
 

Detailed Description

Set the record number for distributed array reads/writes in Fortran.

Function/Subroutine Documentation

◆ advanceframe()

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.

Parameters
FileThis structure holds information associated with each open file
vardescVariable description structure.
Author
Jim Edwards

◆ setframe()

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.

Parameters
FileThis structure holds information associated with each open file
vardescVariable description structure.
framerecord number
Author
Jim Edwards