OOPS
|
Functions/Subroutines | |
subroutine, public | qg_wind_equiv (gom, hofx, bias) |
Get equivalent for wind (TL calls this subroutine too) More... | |
subroutine, public | qg_wind_equiv_ad (gom, hofx, bias) |
Get equivalent for wind - adjoint. More... | |
subroutine, public qg_wind_mod::qg_wind_equiv | ( | type(qg_gom), intent(in) | gom, |
type(qg_obsvec), intent(inout) | hofx, | ||
real(kind_real), dimension(2), intent(in) | bias | ||
) |
Get equivalent for wind (TL calls this subroutine too)
[in,out] | hofx | Observation vector |
Definition at line 26 of file qg_wind_mod.F90.
subroutine, public qg_wind_mod::qg_wind_equiv_ad | ( | type(qg_gom), intent(inout) | gom, |
type(qg_obsvec), intent(in) | hofx, | ||
real(kind_real), dimension(2), intent(inout) | bias | ||
) |
Get equivalent for wind - adjoint.
[in] | hofx | Observation vector |
Definition at line 47 of file qg_wind_mod.F90.