This subroutine normalises the fine interpolation grid.
Type | Intent | Optional | 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. |