@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
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(inout) | :: | File |