OOPS
interpolator_unstrc_interface Module Reference

Functions/Subroutines

subroutine unstrc_create_c (c_key_unstrc, c_comm, c_lonlat1, c_lonlat2, c_config)
 Create Unstructured Interpolator from lonlat. More...
 
subroutine unstrc_write_c (c_key_unstrc, c_config)
 Write Unstructured Interpolator to a file. More...
 
subroutine unstrc_apply_c (c_key_unstrc, c_infield, c_outfield)
 Apply Unstructured Interpolator. More...
 
subroutine unstrc_apply_ad_c (c_key_unstrc, c_field2, c_field1)
 Apply Unstructured Interpolator Adjoint. More...
 
subroutine unstrc_delete_c (c_key_unstrc)
 Delete unstructured_interpolator. More...
 

Function/Subroutine Documentation

◆ unstrc_apply_ad_c()

subroutine interpolator_unstrc_interface::unstrc_apply_ad_c ( integer(c_int), intent(in)  c_key_unstrc,
type(c_ptr), intent(in), value  c_field2,
type(c_ptr), intent(in), value  c_field1 
)
private

Apply Unstructured Interpolator Adjoint.

Parameters
[in]c_key_unstrckey to unstructured interpolator
[in]c_field2input field
[in]c_field1output field

Definition at line 179 of file interpolatorunstrc_interface.F90.

◆ unstrc_apply_c()

subroutine interpolator_unstrc_interface::unstrc_apply_c ( integer(c_int), intent(in)  c_key_unstrc,
type(c_ptr), intent(in), value  c_infield,
type(c_ptr), intent(in), value  c_outfield 
)
private

Apply Unstructured Interpolator.

Parameters
[in]c_key_unstrckey to unstructured interpolator
[in]c_infieldinput field
[in]c_outfieldoutput field

Definition at line 143 of file interpolatorunstrc_interface.F90.

◆ unstrc_create_c()

subroutine interpolator_unstrc_interface::unstrc_create_c ( integer(c_int), intent(inout)  c_key_unstrc,
type(c_ptr), intent(in), value  c_comm,
type(c_ptr), intent(in), value  c_lonlat1,
type(c_ptr), intent(in), value  c_lonlat2,
type(c_ptr), intent(in), value  c_config 
)
private

Create Unstructured Interpolator from lonlat.

Parameters
[in,out]c_key_unstrcbump interpolator
[in]c_commMPI Communicator
[in]c_lonlat1source grid (atlas field)
[in]c_lonlat2target grid (atlas field)
[in]c_configConfiguration

Definition at line 23 of file interpolatorunstrc_interface.F90.

◆ unstrc_delete_c()

subroutine interpolator_unstrc_interface::unstrc_delete_c ( integer(c_int), intent(inout)  c_key_unstrc)
private

Delete unstructured_interpolator.

Definition at line 214 of file interpolatorunstrc_interface.F90.

◆ unstrc_write_c()

subroutine interpolator_unstrc_interface::unstrc_write_c ( integer(c_int), intent(inout)  c_key_unstrc,
type(c_ptr), intent(in), value  c_config 
)
private

Write Unstructured Interpolator to a file.

Parameters
[in,out]c_key_unstrcunstructured interpolator
[in]c_configConfiguration

Definition at line 118 of file interpolatorunstrc_interface.F90.