get_CDMS_data Module Subroutine

public module subroutine get_CDMS_data(filename, output_directory, CDMS_states, CDMS_transitions)

Uses

    • CDMSreader__types
    • CDMSreader__readwrite

Read a file from the CDMS search to get Einstein A coefficients that will be used in determining Coulomb-Born cross sections.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
character(len=*), intent(in) :: output_directory
type(asymtop_state_type), intent(out), allocatable :: CDMS_states(:)
type(asymtop_transition_type), intent(out), allocatable :: CDMS_transitions(:)