Read a file containing transitions from the CDMS, get ony states and transitions without hyperfine resolution. Wrapper for CDMS_readfile.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | funit_in |
File unit for the CDMS data |
||
| integer, | intent(in) | :: | funit_out |
File unti for the processed data. If funit is 0, do not write output |
||
| type(asymtop_state_nohfs), | intent(inout), | allocatable | :: | states_nohfs(:) |
Array of states statistically averaged over hyperfine levels |
|
| type(asymtop_transition_nohfs), | intent(inout), | allocatable | :: | transitions_nohfs(:) |
Array of transitions avveraged over hyperfine levels |