OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
general_science_module Module Reference

Functions/Subroutines

subroutine set_drel (threshold_relative_azimuth, drel)
 
subroutine set_interp_controls (i, j, scattering_angle, cur_wind_speed, drel, threshold_solar_zenith, threshold_sensor_zenith, wind_speed_only, interp_SS, interp_MS)
 
subroutine set_water_path_answers (i, j, finalize_liq, finalize_ice)
 
subroutine set_failure_answers (i, j, RSS_final, set_near)
 
subroutine init_science_arrays
 
subroutine capture_arrays
 
subroutine assign_retrieval_error (xpoint, ypoint)
 
subroutine split_pcl (xdim, ydim)
 

Function/Subroutine Documentation

◆ assign_retrieval_error()

subroutine general_science_module::assign_retrieval_error ( integer, intent(in)  xpoint,
integer, intent(in)  ypoint 
)

Definition at line 696 of file general_science_module.f90.

◆ capture_arrays()

subroutine general_science_module::capture_arrays

Definition at line 555 of file general_science_module.f90.

◆ init_science_arrays()

subroutine general_science_module::init_science_arrays

Definition at line 288 of file general_science_module.f90.

◆ set_drel()

subroutine general_science_module::set_drel ( real, intent(in)  threshold_relative_azimuth,
real, intent(inout)  drel 
)

Definition at line 8 of file general_science_module.f90.

◆ set_failure_answers()

subroutine general_science_module::set_failure_answers ( integer, intent(in)  i,
integer, intent(in)  j,
real, dimension(:), intent(in)  RSS_final,
logical, dimension(:), intent(in)  set_near 
)

Definition at line 231 of file general_science_module.f90.

◆ set_interp_controls()

subroutine general_science_module::set_interp_controls ( integer, intent(in)  i,
integer, intent(in)  j,
real, intent(in)  scattering_angle,
real, intent(in)  cur_wind_speed,
real, intent(in)  drel,
real, intent(in)  threshold_solar_zenith,
real, intent(in)  threshold_sensor_zenith,
logical, intent(inout)  wind_speed_only,
logical, intent(inout)  interp_SS,
logical, intent(inout)  interp_MS 
)

Definition at line 30 of file general_science_module.f90.

◆ set_water_path_answers()

subroutine general_science_module::set_water_path_answers ( integer, intent(in)  i,
integer, intent(in)  j,
logical, dimension(:), intent(in)  finalize_liq,
logical, dimension(:), intent(in)  finalize_ice 
)

Definition at line 134 of file general_science_module.f90.

◆ split_pcl()

subroutine general_science_module::split_pcl ( integer, intent(in)  xdim,
integer, intent(in)  ydim 
)

Definition at line 746 of file general_science_module.f90.