normalize Subroutine

subroutine normalize(pperp, ppar, grid_fine, nperp, npar)

This subroutine normalises the fine interpolation grid.

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: pperp(0:nperp,0:npar)

Coordinates of perpendicular momentum on fine grid.

double precision, intent(in) :: ppar(0:nperp,0:npar)

Coordinates of parallel momentum on fine grid.

double precision, intent(inout) :: grid_fine(0:nperp,0:npar)

Fine output grid from interpolation.

integer, intent(in) :: nperp

Number of perpendicular steps on fine output grid.

integer, intent(in) :: npar

Number of parallel steps on fine output grid.


Called by

proc~~normalize~~CalledByGraph proc~normalize interpolation.f90::normalize program~interpolate interpolate program~interpolate->proc~normalize

Contents