OOPS
qg_wspeed_mod Module Reference

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

Detailed Description

Fortran module to handle wind speed observations for the QG model.

Function/Subroutine Documentation

◆ qg_wspeed_equiv()

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.

Parameters
[in,out]hofxObservation vector

Definition at line 28 of file qg_wspeed_mod.F90.

Here is the caller graph for this function:

◆ qg_wspeed_equiv_ad()

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.

Parameters
[in]hofxObservation vector
[in]trajGOM trajectory

Definition at line 80 of file qg_wspeed_mod.F90.

Here is the caller graph for this function:

◆ qg_wspeed_equiv_tl()

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.

Parameters
[in,out]hofxObservation vector
[in]trajGOM trajectory

Definition at line 51 of file qg_wspeed_mod.F90.

Here is the caller graph for this function:

◆ qg_wspeed_settraj()

subroutine, public qg_wspeed_mod::qg_wspeed_settraj ( type(qg_gom), intent(in)  gom,
type(qg_gom), intent(inout)  traj 
)

Set wind speed trajectory.

Parameters
[in,out]trajGOM trajectory

Definition at line 111 of file qg_wspeed_mod.F90.

Here is the caller graph for this function: