| 
    OOPS
    
   | 
 
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... | |
      
  | 
  private | 
Apply Unstructured Interpolator Adjoint.
| [in] | c_key_unstrc | key to unstructured interpolator | 
| [in] | c_field2 | input field | 
| [in] | c_field1 | output field | 
Definition at line 179 of file interpolatorunstrc_interface.F90.
      
  | 
  private | 
Apply Unstructured Interpolator.
| [in] | c_key_unstrc | key to unstructured interpolator | 
| [in] | c_infield | input field | 
| [in] | c_outfield | output field | 
Definition at line 143 of file interpolatorunstrc_interface.F90.
      
  | 
  private | 
Create Unstructured Interpolator from lonlat.
| [in,out] | c_key_unstrc | bump interpolator | 
| [in] | c_comm | MPI Communicator | 
| [in] | c_lonlat1 | source grid (atlas field) | 
| [in] | c_lonlat2 | target grid (atlas field) | 
| [in] | c_config | Configuration | 
Definition at line 23 of file interpolatorunstrc_interface.F90.
      
  | 
  private | 
Delete unstructured_interpolator.
Definition at line 214 of file interpolatorunstrc_interface.F90.
      
  | 
  private | 
Write Unstructured Interpolator to a file.
| [in,out] | c_key_unstrc | unstructured interpolator | 
| [in] | c_config | Configuration | 
Definition at line 118 of file interpolatorunstrc_interface.F90.