PIO_redef Function

public function PIO_redef(File) result(ierr)

@public @details

Warning

Entering and leaving netcdf define mode causes a file sync operation to occur, these operations can be very expensive in parallel systems. We recommend structuring your code to minimize calls to this function.

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File

copydoc: file_desc_t

Return Value integer