PIO_redef Function

public function PIO_redef(File) result(ierr)

@public @ingroup PIO_redef @brief Re-enters netcdf define mode. @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. @param File @copydoc file_desc_t @retval ierr @copydoc error_return

Arguments

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

Return Value integer