OOPS
qg_stream_interface Module Reference

Functions/Subroutines

subroutine qg_stream_equiv_c (c_key_gom, c_key_hofx, c_bias)
 Get equivalent for streamfunction. More...
 
subroutine qg_stream_equiv_tl_c (c_key_gom, c_key_hofx, c_bias)
 Get equivalent for streamfunction - tangent linear. More...
 
subroutine qg_stream_equiv_ad_c (c_key_gom, c_key_hofx, c_bias)
 Get equivalent for streamfunction - adjoint. More...
 

Function/Subroutine Documentation

◆ qg_stream_equiv_ad_c()

subroutine qg_stream_interface::qg_stream_equiv_ad_c ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), intent(inout)  c_bias 
)
private

Get equivalent for streamfunction - adjoint.

Parameters
[in]c_key_gomGOM
[in]c_key_hofxObservation vector
[in,out]c_biasBias

Definition at line 70 of file qg_stream_interface.F90.

Here is the call graph for this function:

◆ qg_stream_equiv_c()

subroutine qg_stream_interface::qg_stream_equiv_c ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), intent(in)  c_bias 
)
private

Get equivalent for streamfunction.

Parameters
[in]c_key_gomGOM
[in]c_key_hofxObservation vector
[in]c_biasBias

Definition at line 24 of file qg_stream_interface.F90.

Here is the call graph for this function:

◆ qg_stream_equiv_tl_c()

subroutine qg_stream_interface::qg_stream_equiv_tl_c ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), intent(in)  c_bias 
)
private

Get equivalent for streamfunction - tangent linear.

Parameters
[in]c_key_gomGOM
[in]c_key_hofxObservation vector
[in]c_biasBias

Definition at line 47 of file qg_stream_interface.F90.

Here is the call graph for this function: