OOPS
unstructured_interpolation_mod Module Reference

Data Types

type  unstrc_interp
 

Functions/Subroutines

subroutine create_new (self, comm, nn, wtype, ngrid_in, lats_in, lons_in, ngrid_out, lats_out, lons_out)
 Linked list implementation. More...
 
subroutine create_read (self, comm, filename_in)
 
subroutine delete (self)
 
subroutine apply (self, field_in, field_out, field_nn_out)
 
subroutine apply_ad (self, field_in, field_out)
 
subroutine write (self, filename_in)
 
subroutine input_grid_share (comm, ngrid_in, rcvcnt, displs)
 
subroutine getfilename (procrank, filename)
 

Variables

type(registry_t), public unstrc_interp_registry
 Registry for unstrc_interpo objects. More...
 

Function/Subroutine Documentation

◆ apply()

subroutine unstructured_interpolation_mod::apply ( class(unstrc_interp), intent(in)  self,
real(kind=kind_real), dimension(self%ngrid_in), intent(in)  field_in,
real(kind=kind_real), dimension(self%ngrid_out), intent(out)  field_out,
real(kind=kind_real), dimension(self%nn,self%ngrid_out), intent(out), optional  field_nn_out 
)
private

Definition at line 282 of file unstructured_interpolation_mod.F90.

Here is the caller graph for this function:

◆ apply_ad()

subroutine unstructured_interpolation_mod::apply_ad ( class(unstrc_interp), intent(in)  self,
real(kind=kind_real), dimension(self%ngrid_in), intent(out)  field_in,
real(kind=kind_real), dimension(self%ngrid_out), intent(in), optional  field_out 
)
private

Definition at line 326 of file unstructured_interpolation_mod.F90.

◆ create_new()

subroutine unstructured_interpolation_mod::create_new ( class(unstrc_interp), intent(inout)  self,
type(fckit_mpi_comm), intent(in)  comm,
integer, intent(in)  nn,
character(len=*), intent(in)  wtype,
integer, intent(in)  ngrid_in,
real(kind=kind_real), dimension(ngrid_in), intent(in)  lats_in,
real(kind=kind_real), dimension(ngrid_in), intent(in)  lons_in,
integer, intent(in)  ngrid_out,
real(kind=kind_real), dimension(ngrid_out), intent(in)  lats_out,
real(kind=kind_real), dimension(ngrid_out), intent(in)  lons_out 
)
private

Linked list implementation.

Definition at line 64 of file unstructured_interpolation_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_read()

subroutine unstructured_interpolation_mod::create_read ( class(unstrc_interp), intent(inout)  self,
type(fckit_mpi_comm), intent(in)  comm,
character(len=*), intent(in)  filename_in 
)
private

Definition at line 223 of file unstructured_interpolation_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ delete()

subroutine unstructured_interpolation_mod::delete ( class(unstrc_interp), intent(inout)  self)
private

Definition at line 270 of file unstructured_interpolation_mod.F90.

◆ getfilename()

subroutine unstructured_interpolation_mod::getfilename ( integer, intent(in)  procrank,
character(len=*), intent(inout)  filename 
)
private

Definition at line 422 of file unstructured_interpolation_mod.F90.

Here is the caller graph for this function:

◆ input_grid_share()

subroutine unstructured_interpolation_mod::input_grid_share ( type(fckit_mpi_comm), intent(in)  comm,
integer, intent(in)  ngrid_in,
integer, dimension(:), intent(inout), allocatable  rcvcnt,
integer, dimension(:), intent(inout), allocatable  displs 
)
private

Definition at line 399 of file unstructured_interpolation_mod.F90.

Here is the caller graph for this function:

◆ write()

subroutine unstructured_interpolation_mod::write ( class(unstrc_interp), intent(in)  self,
character(len=*), intent(in)  filename_in 
)
private

Definition at line 362 of file unstructured_interpolation_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ unstrc_interp_registry

type(registry_t), public unstructured_interpolation_mod::unstrc_interp_registry

Registry for unstrc_interpo objects.

Linked list interface - defines registry_t type Global registry

Definition at line 53 of file unstructured_interpolation_mod.F90.