OOPS
|
Functions/Subroutines | |
subroutine, public | qg_stream_equiv (gom, hofx, bias) |
Get equivalent for streamfunction (TL calls this subroutine too) More... | |
subroutine, public | qg_stream_equiv_ad (gom, hofx, bias) |
Get equivalent for streamfunction - adjoint. More... | |
subroutine, public qg_stream_mod::qg_stream_equiv | ( | type(qg_gom), intent(in) | gom, |
type(qg_obsvec), intent(inout) | hofx, | ||
real(kind_real), intent(in) | bias | ||
) |
Get equivalent for streamfunction (TL calls this subroutine too)
[in,out] | hofx | Observation vector |
Definition at line 25 of file qg_stream_mod.F90.
subroutine, public qg_stream_mod::qg_stream_equiv_ad | ( | type(qg_gom), intent(inout) | gom, |
type(qg_obsvec), intent(in) | hofx, | ||
real(kind_real), intent(inout) | bias | ||
) |
Get equivalent for streamfunction - adjoint.
[in] | hofx | Observation vector |
Definition at line 45 of file qg_stream_mod.F90.