attribute_exists Function

public function attribute_exists(this, var_name, attr_name, len) result(is_present)

Arguments

Type IntentOptional Attributes Name
class(netcdf_file) :: this
character(len=*), intent(in) :: var_name
character(len=*), intent(in) :: attr_name
integer, intent(in), optional :: len

Return Value logical


Calls

proc~~attribute_exists~~CallsGraph proc~attribute_exists attribute_exists nf90_inq_varid nf90_inq_varid proc~attribute_exists->nf90_inq_varid nf90_inquire_attribute nf90_inquire_attribute proc~attribute_exists->nf90_inquire_attribute

Contents