Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | include_neoclassical_terms | ||||
integer, | private | :: | nradii | ||||
real, | private | :: | drho | ||||
integer, | private | :: | neo_option_switch | ||||
integer, | private, | parameter | :: | neo_option_sfincs | = | 1 | |
real, | public, | dimension(:, :, :), allocatable | :: | dfneo_dzed | |||
real, | public, | dimension(:, :, :), allocatable | :: | dfneo_dvpa | |||
real, | public, | dimension(:, :, :), allocatable | :: | dfneo_drho | |||
real, | public, | dimension(:, :, :), allocatable | :: | dfneo_dalpha | |||
real, | public, | dimension(:, :), allocatable | :: | dphineo_dzed | |||
real, | public, | dimension(:, :), allocatable | :: | dphineo_drho | |||
real, | public, | dimension(:, :), allocatable | :: | dphineo_dalpha | |||
logical, | private | :: | neoinit | = | .false. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :, :) | :: | local | ||
real, | intent(out), | dimension(vmu_lo%llim_proc:) | :: | distributed |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:, :, :, :) | :: | fneo | ||
real, | intent(out), | dimension(:, -nzgrid:, vmu_lo%llim_proc:) | :: | dfneo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:, :, :, :) | :: | fneo | ||
real, | intent(out), | dimension(:, -nzgrid:, vmu_lo%llim_proc:) | :: | dfneo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:, :, :, :, -nradii/2:) | :: | fneo | ||
real, | intent(out), | dimension(:, -nzgrid:, vmu_lo%llim_proc:) | :: | dfneo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:) | :: | phineo | ||
real, | intent(out), | dimension(:, -nzgrid:) | :: | dphineo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:, -nradii/2:) | :: | phineo | ||
real, | intent(out), | dimension(:, -nzgrid:) | :: | dphineo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, -nzgrid:, :, :, :, -nradii/2:) | :: | fnc | ||
real, | intent(in), | dimension(:, -nzgrid:, -nradii/2:) | :: | phinc |