to_netcdf_real32_3d Subroutine

private subroutine to_netcdf_real32_3d(filename, values)

Dump values to NetCDF file. Any existing dataset with the same filename will be overwritten.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
real(kind=real32), intent(in), DIMENSION(:,:,:) :: values