OOPS
|
Functions/Subroutines | |
subroutine | qg_getvalues_interp_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom) |
Interpolation from fields. More... | |
subroutine | qg_getvalues_interp_tl_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom) |
Interpolation from fields, tangent linear. More... | |
subroutine | qg_getvalues_interp_ad_c (c_locs, c_key_fld, c_t1, c_t2, c_key_gom) |
Interpolation from fields, adjoint. More... | |
|
private |
Interpolation from fields, adjoint.
[in] | c_locs | locations |
[in] | c_key_fld | Fields |
[in] | c_t2 | times |
[in] | c_key_gom | Interpolated values |
Definition at line 81 of file qg_getvalues_interface.F90.
|
private |
Interpolation from fields.
[in] | c_locs | locations |
[in] | c_key_fld | Fields |
[in] | c_t2 | times |
[in] | c_key_gom | Interpolated values |
Definition at line 24 of file qg_getvalues_interface.F90.
|
private |
Interpolation from fields, tangent linear.
[in] | c_locs | Locations |
[in] | c_key_fld | Fields |
[in] | c_t2 | times |
[in] | c_key_gom | Interpolated values |
Definition at line 52 of file qg_getvalues_interface.F90.