@file m_qbmm.f90 @brief Contains module m_qbmm @author S. Bryngelson @version 1.0 @date MAY 28, 2020 @brief This module is used to compute moment inversion via qbmm
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0.d0)), | intent(in) | :: | pres | |||
| real(kind=kind(0.d0)), | intent(in) | :: | rho | |||
| real(kind=kind(0.d0)), | intent(in) | :: | c | |||
| real(kind=kind(0.d0)), | intent(out), | dimension(:, 0:, 0:) | :: | coeffs |
$acc loop seq
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(scalar_field), | intent(in), | dimension(:) | :: | q_prim_vf | ||
| type(scalar_field), | intent(inout), | dimension(:) | :: | momsp | ||
| type(scalar_field), | intent(inout), | dimension(0:, 0:, :) | :: | moms3d | ||
| type(int_bounds_info), | intent(in) | :: | ix | |||
| type(int_bounds_info), | intent(in) | :: | iy | |||
| type(int_bounds_info), | intent(in) | :: | iz |