| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nc | |||
| real(kind=pr), | intent(in) | :: | rn(nc) | |||
| real(kind=pr), | intent(out) | :: | Bmix | |||
| real(kind=pr), | intent(out) | :: | dBi(nc) | |||
| real(kind=pr), | intent(out) | :: | dBij(nc,nc) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | public | :: | aux(nc) | ||||
| integer, | public | :: | i | ||||
| integer, | public | :: | j | ||||
| real(kind=pr), | public | :: | totn |