FIXME : Add documentation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
complex, | private, | dimension (:,:,:), allocatable | :: | g0 |
g0 will be used in calculate_collisional, |
||
complex, | private, | dimension (:,:,:,:), allocatable | :: | tot |
they must be dummy arguments... |
||
complex, | private, | dimension(:,:), allocatable | :: | coll_heating |
we will use the hk variable in diagnostics_heating |
||
complex, | private, | dimension(:,:), allocatable | :: | coll_heating_2 |
we will use the hk variable in diagnostics_heating |
||
logical, | private | :: | initialized | = | .false. |
FIXME : Add documentation
!calls every initiation routine we need: le_grids for integration, init_gs2 transforms to initiate fourier transforms routines...
benefit: calls init_theta_grid, init_kt_grids, init_gs2_layouts and init_species for later use
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(inout) | :: | gnostics |
FIXME : Add documentation
FIXME : Add documentation
transforms g into h (minus boltzmann response), anyway fbpar=0
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(in) | :: | gnostics |