IODA Bundle
gnssro_bufr2ioda Module Reference

Functions/Subroutines

subroutine read_write_gnssro (infile, outdir)
 
subroutine check (status)
 
subroutine refractivity_err_gsi (obsLat, obsZ, GlobalModel, obsErr)
 
subroutine bendingangle_err_gsi (obsLat, obsZ, obsErr)
 
subroutine w3fs21 (IDATE, NMIN)
 

Variables

integer, parameter i_short = selected_int_kind(4)
 
integer, parameter i_kind = selected_int_kind(8)
 
integer, parameter r_double = selected_real_kind(15)
 
integer, parameter r_kind = selected_real_kind(15)
 
integer(i_kindsaid
 
logical verbose = .false.
 

Function/Subroutine Documentation

◆ bendingangle_err_gsi()

subroutine gnssro_bufr2ioda::bendingangle_err_gsi ( real(r_double), intent(in)  obsLat,
real(r_double), intent(in)  obsZ,
real(r_double), intent(out)  obsErr 
)

Definition at line 481 of file gnssro_mod.f90.

◆ check()

subroutine gnssro_bufr2ioda::check ( integer, intent(in)  status)

Definition at line 430 of file gnssro_mod.f90.

◆ read_write_gnssro()

subroutine gnssro_bufr2ioda::read_write_gnssro ( character(len=*), intent(in)  infile,
character(len=*), intent(in)  outdir 
)

Definition at line 22 of file gnssro_mod.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ refractivity_err_gsi()

subroutine gnssro_bufr2ioda::refractivity_err_gsi ( real(r_double), intent(in)  obsLat,
real(r_double), intent(in)  obsZ,
logical, intent(in)  GlobalModel,
real(r_double), intent(out)  obsErr 
)

Definition at line 441 of file gnssro_mod.f90.

◆ w3fs21()

subroutine gnssro_bufr2ioda::w3fs21 ( integer, dimension(5)  IDATE,
integer  NMIN 
)

Definition at line 527 of file gnssro_mod.f90.

Variable Documentation

◆ i_kind

integer, parameter gnssro_bufr2ioda::i_kind = selected_int_kind(8)

Definition at line 13 of file gnssro_mod.f90.

◆ i_short

integer, parameter gnssro_bufr2ioda::i_short = selected_int_kind(4)

Definition at line 12 of file gnssro_mod.f90.

◆ r_double

integer, parameter gnssro_bufr2ioda::r_double = selected_real_kind(15)

Definition at line 14 of file gnssro_mod.f90.

◆ r_kind

integer, parameter gnssro_bufr2ioda::r_kind = selected_real_kind(15)

Definition at line 15 of file gnssro_mod.f90.

◆ said

integer(i_kind) gnssro_bufr2ioda::said

Definition at line 17 of file gnssro_mod.f90.

◆ verbose

logical gnssro_bufr2ioda::verbose = .false.

Definition at line 18 of file gnssro_mod.f90.