| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | fileID_r | ||||
| integer, | public | :: | OutputLevel_r | ||||
| type(PP_T_HMAP), | public, | ALLOCATABLE | :: | hmap_r | |||
| class(PP_T_HMAP), | public, | ALLOCATABLE | :: | hmap_r | |||
| type(t_sGrid), | public | :: | sgrid_r |
container for the grid of X1,X2,LA |
|||
| class(t_sBase), | public, | ALLOCATABLE | :: | sbase_prof |
container for base for profiles |
||
| class(t_base), | public, | ALLOCATABLE | :: | X1_base_r |
container for base of X1 |
||
| class(t_base), | public, | ALLOCATABLE | :: | X2_base_r |
container for base of X2 |
||
| class(t_base), | public, | ALLOCATABLE | :: | LA_base_r |
container for base of LA |
||
| real(kind=wp), | public, | ALLOCATABLE | :: | X1_r(:,:) |
spline x fourier coefs of solution X1 |
||
| real(kind=wp), | public, | ALLOCATABLE | :: | X2_r(:,:) |
spline x fourier coefs of solution X2 |
||
| real(kind=wp), | public, | ALLOCATABLE | :: | LA_r(:,:) |
spline x fourier coefs of solution LA |
||
| real(kind=wp), | public, | ALLOCATABLE | :: | profiles_1d(:,:) |
spline coefficients for 1d profiles (using X1_base...needs to be improved!) |
||
| real(kind=wp), | public | :: | a_minor | ||||
| real(kind=wp), | public | :: | r_major | ||||
| real(kind=wp), | public | :: | volume |