PIO
2.5.4
|
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) |
The overloaded PIO_write_darray writes a distributed array to disk in Fortran.
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.
File | file_desc_t |
varDesc | var_desc_t |
ioDesc | io_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 |