| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | Dx | |||
| complex(kind=wp), | intent(in) | :: | SCm | |||
| integer, | intent(in) | :: | Inp | |||
| real(kind=wp), | intent(in), | dimension(Inp) | :: | Dqv | ||
| real(kind=wp), | intent(out) | :: | Dqxt | |||
| real(kind=wp), | intent(out) | :: | Dqsc | |||
| real(kind=wp), | intent(out) | :: | Dbsc | |||
| real(kind=wp), | intent(out) | :: | Dg | |||
| complex(kind=wp), | intent(out), | dimension(InP) | :: | Xs1 | ||
| complex(kind=wp), | intent(out), | dimension(InP) | :: | Xs2 | ||
| real(kind=wp), | intent(out), | dimension(InP) | :: | DPh | ||
| integer | :: | Error |