FV3 Bundle
qg_wind_mod Module Reference

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

Functions/Subroutines

subroutine c_qg_wind_setup (c_key_self, c_conf)
 
subroutine c_qg_wind_delete (c_key_self)
 
subroutine qg_wind_equiv (c_key_gom, c_key_hofx, c_bias)
 
subroutine qg_wind_equiv_tl (c_key_gom, c_key_hofx, c_bias)
 
subroutine qg_wind_equiv_ad (c_key_gom, c_key_hofx, c_bias)
 

Detailed Description

Fortran module to handle wind observations for the QG model.

Function/Subroutine Documentation

◆ c_qg_wind_delete()

subroutine qg_wind_mod::c_qg_wind_delete ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 49 of file qg_wind_mod.F90.

◆ c_qg_wind_setup()

subroutine qg_wind_mod::c_qg_wind_setup ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf 
)
private

Definition at line 31 of file qg_wind_mod.F90.

Here is the call graph for this function:

◆ qg_wind_equiv()

subroutine qg_wind_mod::qg_wind_equiv ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), dimension(2), intent(in)  c_bias 
)
private

Definition at line 60 of file qg_wind_mod.F90.

◆ qg_wind_equiv_ad()

subroutine qg_wind_mod::qg_wind_equiv_ad ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), dimension(2), intent(inout)  c_bias 
)
private

Definition at line 100 of file qg_wind_mod.F90.

◆ qg_wind_equiv_tl()

subroutine qg_wind_mod::qg_wind_equiv_tl ( integer(c_int), intent(in)  c_key_gom,
integer(c_int), intent(in)  c_key_hofx,
real(c_double), dimension(2), intent(in)  c_bias 
)
private

Definition at line 80 of file qg_wind_mod.F90.