has_output_field Function

public pure function has_output_field(config, name)

Check whether a field name is present in the output_fields list.

Arguments

Type IntentOptional Attributes Name
type(checkpoint_config_t), intent(in) :: config
character(len=*), intent(in) :: name

Return Value logical


Called by

proc~~has_output_field~~CalledByGraph proc~has_output_field m_config::has_output_field none~handle_snapshot_step m_snapshot_manager::snapshot_manager_t%handle_snapshot_step none~handle_snapshot_step->proc~has_output_field proc~case_init m_base_case::base_case_t%case_init proc~case_init->proc~has_output_field proc~run m_base_case::base_case_t%run proc~run->proc~has_output_field none~handle_io_step m_io_manager::io_manager_t%handle_io_step proc~run->none~handle_io_step none~handle_io_step->none~handle_snapshot_step proc~case_channel_init m_case_channel::case_channel_init proc~case_channel_init->proc~case_init proc~case_cylinder_init m_case_cylinder::case_cylinder_init proc~case_cylinder_init->proc~case_init proc~case_generic_init m_case_generic::case_generic_init proc~case_generic_init->proc~case_init proc~case_tgv_init m_case_tgv::case_tgv_init proc~case_tgv_init->proc~case_init program~xcompact xcompact program~xcompact->proc~run interface~case_channel_t m_case_channel::case_channel_t interface~case_channel_t->proc~case_channel_init interface~case_cylinder_t m_case_cylinder::case_cylinder_t interface~case_cylinder_t->proc~case_cylinder_init interface~case_generic_t m_case_generic::case_generic_t interface~case_generic_t->proc~case_generic_init interface~case_tgv_t m_case_tgv::case_tgv_t interface~case_tgv_t->proc~case_tgv_init