assign qVal to corresponding BC and level-wise if qVal not provided by seeder. qVal from seeder are assigned in assignBCList in mus_construction_module, So set qVal from config only when it is not provided by seeder.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | refQVal | |||
| type(mus_scheme_layout_type), | intent(in) | :: | layout | |||
| type(glob_boundary_type), | intent(inout) | :: | globBC | |||
| integer, | intent(in) | :: | minLevel | |||
| integer, | intent(in) | :: | maxLevel |