to_netcdf_int32_3d Subroutine

private subroutine to_netcdf_int32_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
integer(kind=int32), intent(in), DIMENSION(:,:,:) :: values