cable_netcdf_file_write_darray_int32_3d Interface

interface
private subroutine cable_netcdf_file_write_darray_int32_3d(this, var_name, values, decomp, fill_value, frame)

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_file_t), intent(inout) :: this
character(len=*), intent(in) :: var_name
integer(kind=CABLE_NETCDF_INT32_KIND), intent(in) :: values(:,:,:)
class(cable_netcdf_decomp_t), intent(inout) :: decomp
integer(kind=CABLE_NETCDF_INT32_KIND), intent(in), optional :: fill_value
integer, intent(in), optional :: frame