| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(PARAMS), | private | :: | pdf_params | ||||
| real(kind=rp), | private, | parameter | :: | xo | = | (C_ME*C_C**2/C_E)/1.0E6 | |
| real(kind=rp), | private, | parameter | :: | Tol | = | 1.0E-5_rp | |
| real(kind=rp), | private, | parameter | :: | minmax_buffer_size | = | 10.0_rp |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rp), | public | :: | E | ||||
| real(kind=rp), | public | :: | Zeff | ||||
| real(kind=rp), | public | :: | max_pitch_angle | ||||
| real(kind=rp), | public | :: | min_pitch_angle | ||||
| real(kind=rp), | public | :: | po | ||||
| real(kind=rp), | public | :: | Bo | ||||
| real(kind=rp), | public | :: | lambda |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | eta | |||
| real(kind=rp), | intent(in) | :: | p |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | mean | |||
| real(kind=rp), | intent(in) | :: | sigma |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | v | |||
| real(kind=rp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | v | |||
| real(kind=rp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | a | |||
| real(kind=rp), | intent(in) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | eta | |||
| real(kind=rp), | intent(in) | :: | p | |||
| real(kind=rp), | intent(in) | :: | Bo | |||
| real(kind=rp), | intent(in) | :: | l |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(KORC_PARAMS), | intent(in) | :: | params | |||
| real(kind=rp), | intent(inout), | DIMENSION(:), ALLOCATABLE | :: | eta | ||
| real(kind=rp), | intent(in) | :: | go | |||
| real(kind=rp), | intent(out) | :: | etao |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(KORC_PARAMS), | intent(in) | :: | params | |||
| real(kind=rp), | intent(in) | :: | go |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | z | |||
| real(kind=rp), | intent(out) | :: | P |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(KORC_PARAMS), | intent(in) | :: | params | |||
| real(kind=rp), | intent(inout), | DIMENSION(:), ALLOCATABLE | :: | eta | ||
| real(kind=rp), | intent(out) | :: | etao |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(KORC_PARAMS), | intent(in) | :: | params |