@public @ingroup PIO_def_dim @brief Defines the netcdf dimension @details @param File @copydoc file_desc_t @param name : The name of the dimension to define @param len : The size of the dimension @param dimid : The dimension identifier
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
character(len=*), | intent(in) | :: | name | |||
integer(kind=i4), | intent(in) | :: | len | |||
integer(kind=i4), | intent(out) | :: | dimid |