IODA Bundle
radiance_mod Module Reference

Data Types

type  datalink_radiance
 

Functions/Subroutines

subroutine, public read_amsua_amsub_mhs (filename, filedate)
 
subroutine, public read_airs_colocate_amsua (filename, filedate)
 
subroutine, public sort_obs_radiance
 
subroutine fill_datalink (datalink, rfill, ifill)
 
subroutine calc_sensor_view_angle (name_inst, ifov, view_angle)
 
subroutine get_julian_time (year, month, day, hour, minute, gstime)
 

Variables

real(r_kind), parameter r8bfms = 9.0E08
 
type(datalink_radiance), pointer rhead =>null()
 
type(datalink_radiance), pointer rlink =>null()
 

Function/Subroutine Documentation

◆ calc_sensor_view_angle()

subroutine radiance_mod::calc_sensor_view_angle ( character(len=*), intent(in)  name_inst,
integer(i_kind), intent(in)  ifov,
real(r_kind), intent(out)  view_angle 
)
private

Definition at line 724 of file radiance_mod.f90.

Here is the caller graph for this function:

◆ fill_datalink()

subroutine radiance_mod::fill_datalink ( type (datalink_radiance), intent(inout)  datalink,
real(r_kind), intent(in)  rfill,
integer(i_kind), intent(in)  ifill 
)
private

Definition at line 693 of file radiance_mod.f90.

Here is the caller graph for this function:

◆ get_julian_time()

subroutine radiance_mod::get_julian_time ( integer(i_kind), intent(in)  year,
integer(i_kind), intent(in)  month,
integer(i_kind), intent(in)  day,
integer(i_kind), intent(in)  hour,
integer(i_kind), intent(in)  minute,
real(r_double), intent(out)  gstime 
)
private

Definition at line 761 of file radiance_mod.f90.

Here is the caller graph for this function:

◆ read_airs_colocate_amsua()

subroutine, public radiance_mod::read_airs_colocate_amsua ( character (len=*), intent(in)  filename,
character (len=10), intent(out)  filedate 
)

Definition at line 242 of file radiance_mod.f90.

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

◆ read_amsua_amsub_mhs()

subroutine, public radiance_mod::read_amsua_amsub_mhs ( character (len=*), intent(in)  filename,
character (len=10), intent(out)  filedate 
)

Definition at line 48 of file radiance_mod.f90.

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

◆ sort_obs_radiance()

subroutine, public radiance_mod::sort_obs_radiance

Definition at line 517 of file radiance_mod.f90.

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

Variable Documentation

◆ r8bfms

real(r_kind), parameter radiance_mod::r8bfms = 9.0E08
private

Definition at line 16 of file radiance_mod.f90.

◆ rhead

type(datalink_radiance), pointer radiance_mod::rhead =>null()
private

Definition at line 42 of file radiance_mod.f90.

◆ rlink

type(datalink_radiance), pointer radiance_mod::rlink =>null()
private

Definition at line 42 of file radiance_mod.f90.