| 
    OOPS
    
   | 
 
Fortran module to handle wind speed observations for the QG model. More...
Functions/Subroutines | |
| subroutine, public | qg_wspeed_equiv (gom, hofx, bias) | 
| Get equivalent for wind speed.  More... | |
| subroutine, public | qg_wspeed_equiv_tl (gom, hofx, traj, bias) | 
| Get equivalent for wind speed - tangent linear.  More... | |
| subroutine, public | qg_wspeed_equiv_ad (gom, hofx, traj, bias) | 
| Get equivalent for wind speed - adjoint.  More... | |
| subroutine, public | qg_wspeed_settraj (gom, traj) | 
| Set wind speed trajectory.  More... | |
Fortran module to handle wind speed observations for the QG model.
| subroutine, public qg_wspeed_mod::qg_wspeed_equiv | ( | type(qg_gom), intent(in) | gom, | 
| type(qg_obsvec), intent(inout) | hofx, | ||
| real(kind_real), intent(in) | bias | ||
| ) | 
Get equivalent for wind speed.
| [in,out] | hofx | Observation vector | 
Definition at line 28 of file qg_wspeed_mod.F90.

| subroutine, public qg_wspeed_mod::qg_wspeed_equiv_ad | ( | type(qg_gom), intent(inout) | gom, | 
| type(qg_obsvec), intent(in) | hofx, | ||
| type(qg_gom), intent(in) | traj, | ||
| real(kind_real), intent(inout) | bias | ||
| ) | 
Get equivalent for wind speed - adjoint.
| [in] | hofx | Observation vector | 
| [in] | traj | GOM trajectory | 
Definition at line 80 of file qg_wspeed_mod.F90.

| subroutine, public qg_wspeed_mod::qg_wspeed_equiv_tl | ( | type(qg_gom), intent(in) | gom, | 
| type(qg_obsvec), intent(inout) | hofx, | ||
| type(qg_gom), intent(in) | traj, | ||
| real(kind_real), intent(in) | bias | ||
| ) | 
Get equivalent for wind speed - tangent linear.
| [in,out] | hofx | Observation vector | 
| [in] | traj | GOM trajectory | 
Definition at line 51 of file qg_wspeed_mod.F90.

| subroutine, public qg_wspeed_mod::qg_wspeed_settraj | ( | type(qg_gom), intent(in) | gom, | 
| type(qg_gom), intent(inout) | traj | ||
| ) | 
Set wind speed trajectory.
| [in,out] | traj | GOM trajectory | 
Definition at line 111 of file qg_wspeed_mod.F90.
