|
OOPS
|
Functions/Subroutines | |
| subroutine, public | qg_getvalues_interp (locs, fld, t1, t2, gom) |
| Interpolation from fields. More... | |
| subroutine, public | qg_getvalues_interp_tl (locs, fld, t1, t2, gom) |
| Interpolation from fields - tangent linear. More... | |
| subroutine, public | qg_getvalues_interp_ad (locs, fld, t1, t2, gom) |
| Interpolation from fields - adjoint. More... | |
| subroutine, public qg_getvalues_mod::qg_getvalues_interp | ( | type(qg_locs), intent(in) | locs, |
| type(qg_fields), intent(in) | fld, | ||
| type(datetime), intent(in) | t1, | ||
| type(datetime), intent(in) | t2, | ||
| type(qg_gom), intent(inout) | gom | ||
| ) |
Interpolation from fields.
| [in] | locs | Locations |
| [in] | fld | Fields |
| [in] | t2 | times |
| [in,out] | gom | Interpolated values |
Definition at line 33 of file qg_getvalues_mod.F90.


| subroutine, public qg_getvalues_mod::qg_getvalues_interp_ad | ( | type(qg_locs), intent(in) | locs, |
| type(qg_fields), intent(inout) | fld, | ||
| type(datetime), intent(in) | t1, | ||
| type(datetime), intent(in) | t2, | ||
| type(qg_gom), intent(in) | gom | ||
| ) |
Interpolation from fields - adjoint.
| [in] | locs | Locations |
| [in,out] | fld | Fields |
| [in] | t2 | times |
| [in] | gom | Interpolated values |
Definition at line 144 of file qg_getvalues_mod.F90.


| subroutine, public qg_getvalues_mod::qg_getvalues_interp_tl | ( | type(qg_locs), intent(in) | locs, |
| type(qg_fields), intent(in) | fld, | ||
| type(datetime), intent(in) | t1, | ||
| type(datetime), intent(in) | t2, | ||
| type(qg_gom), intent(inout) | gom | ||
| ) |
Interpolation from fields - tangent linear.
| [in] | locs | Locations |
| [in] | fld | Fields |
| [in] | t2 | times |
| [in,out] | gom | Interpolated values |
Definition at line 89 of file qg_getvalues_mod.F90.

