SABER
|
Functions/Subroutines | |
subroutine | bint_create_c (c_key_bint, c_comm, c_fspace1, c_fspace2, c_masks, c_config) |
Create Bump Interpolator (abbreviated as bint) More... | |
subroutine | bint_apply_c (c_key_bint, c_infields, c_outfields) |
Apply Bump Interpolator. More... | |
subroutine | bint_apply_ad_c (c_key_bint, c_fields2, c_fields1) |
Apply Bump Interpolator Adjoint. More... | |
subroutine | bint_delete_c (c_key_bint) |
Delete bump_interpolator. More... | |
|
private |
Apply Bump Interpolator Adjoint.
[in] | c_key_bint | < key to bump interpolator |
[in] | c_fields2 | < input fields |
[in] | c_fields1 | < output fields |
Definition at line 87 of file interpolatorbump_interface.F90.
|
private |
Apply Bump Interpolator.
[in] | c_key_bint | < key to bump interpolator |
[in] | c_infields | < input fields |
[in] | c_outfields | < output fields |
Definition at line 63 of file interpolatorbump_interface.F90.
|
private |
Create Bump Interpolator (abbreviated as bint)
[in,out] | c_key_bint | < bump interpolator |
[in] | c_comm | < MPI Communicator |
[in] | c_fspace1 | < source grid (atlas functionspace) |
[in] | c_fspace2 | < target grid (atlas functionspace) |
[in] | c_masks | < masks and other metadata |
[in] | c_config | < Configuration |
Definition at line 22 of file interpolatorbump_interface.F90.
|
private |
Delete bump_interpolator.
Definition at line 110 of file interpolatorbump_interface.F90.