read_bndry_polygons Interface

interface
public module subroutine read_bndry_polygons(self, filename, variable, phi_array, polygon_vertices)

Arguments

Type IntentOptional Attributes Name
class(dommaschk_t), intent(in) :: self

Instance of the type

character(len=*), intent(in) :: filename

NetCDF filename

character(len=*), intent(in) :: variable

NetCDF variable name

real(kind=FP), dimension(:), allocatable :: phi_array

Toroidal angles of each polygon

real(kind=FP), intent(out), dimension(:,:,:), allocatable :: polygon_vertices

Closed polygon vertices at each toroidal angle

Description

Reads in boundary / exclusion polygon data from NetCDF