PIO  2.5.4
Functions/Subroutines
Write from Distributed Arrays

The overloaded PIO_write_darray writes a distributed array to disk in Fortran. More...

Functions/Subroutines

subroutine piodarray::write_darray_multi_1d_real (File, varDesc, ioDesc, array, iostat, fillval)
 

Detailed Description

The overloaded PIO_write_darray writes a distributed array to disk in Fortran.

Function/Subroutine Documentation

◆ write_darray_multi_1d_real()

subroutine piodarray::write_darray_multi_1d_real ( type (file_desc_t), intent(inout)  File,
type (var_desc_t), dimension(:), intent(inout)  varDesc,
type (io_desc_t), intent(inout)  ioDesc,
real(r4), dimension(:), intent(in), target  array,
integer(i4), intent(out)  iostat,
real(r4), intent(in), optional, target  fillval 
)

Writes a 1D array of type real. Writes a block of TYPE to a netcdf file.

Parameters
Filefile_desc_t
varDescvar_desc_t
ioDescio_desc_t
array: The data to be written
iostat: The status returned from this routine (see Error Handling for Fortran for details)
fillval: An optional fill value to fill holes in the data written
Author
Jim Edwards