FV3 Bundle
nesdis_amsu_snowem_module Module Reference

Functions/Subroutines

subroutine, public nesdis_amsu_snowem (Satellite_Angle, User_Angle, frequency, Snow_Depth, Ts, tba, tbb, Emissivity_H, Emissivity_V)
 
subroutine em_initialization (frequency, em_vector)
 
subroutine em_interpolate (frequency, discriminator, emissivity, snow_type)
 
subroutine amsu_abts (frequency, tb, ts, snow_type, em_vector)
 
subroutine six_indices (nind, index_in, threshold, tindex)
 
subroutine amsu_ab (frequency, tb, snow_type, em_vector)
 
subroutine amsu_ats (frequency, tba, ts, snow_type, em_vector)
 
subroutine amsu_amsua (frequency, tba, snow_type, em_vector)
 
subroutine amsu_bts (frequency, tbb, ts, snow_type, em_vector)
 
subroutine amsu_amsub (frequency, tbb, snow_type, em_vector)
 
subroutine amsu_alandem_snow (theta, frequency, snow_depth, ts, snow_type, em_vector)
 
subroutine ems_adjust (theta, frequency, depth, ts, esv_3w, esh_3w, em_vector, snow_type)
 

Variables

character(*), parameter module_version_id = '$Id: NESDIS_AMSU_SnowEM_Module.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 

Function/Subroutine Documentation

◆ amsu_ab()

subroutine nesdis_amsu_snowem_module::amsu_ab ( real(fp)  frequency,
real(fp), dimension(*)  tb,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 1122 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_abts()

subroutine nesdis_amsu_snowem_module::amsu_abts ( real(fp)  frequency,
real(fp), dimension(*)  tb,
real(fp)  ts,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 722 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_alandem_snow()

subroutine nesdis_amsu_snowem_module::amsu_alandem_snow ( real(fp)  theta,
real(fp)  frequency,
real(fp)  snow_depth,
real(fp)  ts,
integer  snow_type,
real(fp), dimension(2)  em_vector 
)
private

Definition at line 1639 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_amsua()

subroutine nesdis_amsu_snowem_module::amsu_amsua ( real(fp)  frequency,
real(fp), dimension(*)  tba,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 1344 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_amsub()

subroutine nesdis_amsu_snowem_module::amsu_amsub ( real(fp)  frequency,
real(fp), dimension(*)  tbb,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 1550 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_ats()

subroutine nesdis_amsu_snowem_module::amsu_ats ( real(fp)  frequency,
real(fp), dimension(*)  tba,
real(fp)  ts,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 1235 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ amsu_bts()

subroutine nesdis_amsu_snowem_module::amsu_bts ( real(fp)  frequency,
real(fp), dimension(*)  tbb,
real(fp)  ts,
integer  snow_type,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 1459 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ em_initialization()

subroutine nesdis_amsu_snowem_module::em_initialization ( real(fp)  frequency,
real(fp), dimension(*)  em_vector 
)
private

Definition at line 438 of file NESDIS_AMSU_SnowEM_Module.f90.

Here is the caller graph for this function:

◆ em_interpolate()

subroutine nesdis_amsu_snowem_module::em_interpolate ( real(fp)  frequency,
real(fp), dimension(*)  discriminator,
real(fp)  emissivity,
integer  snow_type 
)
private

Definition at line 539 of file NESDIS_AMSU_SnowEM_Module.f90.

Here is the caller graph for this function:

◆ ems_adjust()

subroutine nesdis_amsu_snowem_module::ems_adjust ( real(fp)  theta,
real(fp)  frequency,
real(fp)  depth,
real(fp)  ts,
real(fp), dimension(*)  esv_3w,
real(fp), dimension(*)  esh_3w,
real(fp), dimension(2)  em_vector,
integer  snow_type 
)
private

Definition at line 1717 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ nesdis_amsu_snowem()

subroutine, public nesdis_amsu_snowem_module::nesdis_amsu_snowem ( real(fp)  Satellite_Angle,
real(fp)  User_Angle,
real(fp)  frequency,
real(fp)  Snow_Depth,
real(fp)  Ts,
real(fp), dimension(nwcha)  tba,
real(fp), dimension(nwchb)  tbb,
real(fp), intent(out)  Emissivity_H,
real(fp), intent(out)  Emissivity_V 
)

Definition at line 259 of file NESDIS_AMSU_SnowEM_Module.f90.

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

◆ six_indices()

subroutine nesdis_amsu_snowem_module::six_indices ( integer  nind,
real(fp), dimension(*)  index_in,
real(fp), dimension(*)  threshold,
logical, dimension(*)  tindex 
)
private

Definition at line 1065 of file NESDIS_AMSU_SnowEM_Module.f90.

Here is the caller graph for this function:

Variable Documentation

◆ module_version_id

character(*), parameter nesdis_amsu_snowem_module::module_version_id = '$Id: NESDIS_AMSU_SnowEM_Module.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 42 of file NESDIS_AMSU_SnowEM_Module.f90.