|
subroutine, public | qg_interp_mod::qg_interp_trilinear (geom, lon, lat, z, field, val) |
| Trilinear interpolation. More...
|
|
subroutine, public | qg_interp_mod::qg_interp_trilinear_ad (geom, lon, lat, z, val, field) |
| Interpolation - adjoint. More...
|
|
subroutine, public | qg_interp_mod::qg_interp_bicubic (geom, x, y, gfld2dext, val) |
| Bicubic horizontal interpolation. More...
|
|
subroutine, public | qg_interp_mod::qg_interp_bicubic_tl (geom, x, y, gfld2dext_traj, dx, dy, gfld2dext, val) |
| Bicubic horizontal interpolation - tangent linear. More...
|
|
subroutine, public | qg_interp_mod::qg_interp_bicubic_ad (geom, x, y, gfld2dext_traj, val, dx, dy, gfld2dext) |
| Bicubic horizontal interpolation - adjoint. More...
|
|
subroutine, public | qg_interp_mod::find_x_indices (geom, x, jxm1, jxo, jxp1, jxp2, ax) |
| Find x indices. More...
|
|
subroutine, public | qg_interp_mod::find_y_indices (geom, y, jym1, jyo, jyp1, jyp2, ay) |
| Find y indices. More...
|
|
subroutine | qg_interp_mod::find_z_indices (geom, z, jzo, jzp1, az) |
| Find z indices. More...
|
|
subroutine | qg_interp_mod::cubic (a, m1, o, p1, p2, res) |
| Cubic interpolation. More...
|
|
subroutine | qg_interp_mod::cubic_tl (a_traj, m1_traj, o_traj, p1_traj, p2_traj, a, m1, o, p1, p2, res) |
| Cubic interpolation - tangent linear. More...
|
|
subroutine | qg_interp_mod::cubic_ad (a_traj, m1_traj, o_traj, p1_traj, p2_traj, res, a, m1, o, p1, p2) |
| Cubic interpolation - adjoint. More...
|
|