OOPS
qg_getvalues_mod Module Reference

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...
 

Function/Subroutine Documentation

◆ qg_getvalues_interp()

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.

Parameters
[in]locsLocations
[in]fldFields
[in]t2times
[in,out]gomInterpolated values

Definition at line 33 of file qg_getvalues_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qg_getvalues_interp_ad()

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.

Parameters
[in]locsLocations
[in,out]fldFields
[in]t2times
[in]gomInterpolated values

Definition at line 144 of file qg_getvalues_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qg_getvalues_interp_tl()

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.

Parameters
[in]locsLocations
[in]fldFields
[in]t2times
[in,out]gomInterpolated values

Definition at line 89 of file qg_getvalues_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function: