OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
find_v_viirs_nc4.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine find_v_viirs (realbuf, tmpvg, outbuf, qa_flag, px_elev, lm, windsp, wv)
 
subroutine search (dflag, xbar, x, n, i)
 
subroutine search2 (dflag, xbar, x, n, i, fx)
 
subroutine aero_mod (tau_x412, tau_x470, tau_x650,
 
integer function handle_lut_out_of_bounds (geo_zone, retr_flag, aot)
 
subroutine smoke_mod (view, scat_ang, dd412, dd470, dd650,
 

Function/Subroutine Documentation

◆ aero_mod()

subroutine aero_mod (   tau_x412,
  tau_x470,
  tau_x650 
)

Definition at line 3475 of file find_v_viirs_nc4.f.

◆ find_v_viirs()

subroutine find_v_viirs ( real, dimension(26)  realbuf,
real, dimension(7)  tmpvg,
real, dimension(21)  outbuf,
integer, dimension(4)  qa_flag,
real  px_elev,
integer  lm,
real  windsp,
real  wv 
)

Definition at line 10 of file find_v_viirs_nc4.f.

◆ handle_lut_out_of_bounds()

integer function handle_lut_out_of_bounds ( integer, intent(in)  geo_zone,
integer, intent(in)  retr_flag,
real, intent(inout)  aot 
)

Definition at line 3489 of file find_v_viirs_nc4.f.

◆ search()

subroutine search ( logical  dflag,
  xbar,
dimension(n)  x,
  n,
  i 
)

Definition at line 3401 of file find_v_viirs_nc4.f.

◆ search2()

subroutine search2 ( logical  dflag,
  xbar,
dimension(n)  x,
  n,
  i,
  fx 
)

Definition at line 3452 of file find_v_viirs_nc4.f.

◆ smoke_mod()

subroutine smoke_mod ( real, intent(in)  view,
real, intent(in)  scat_ang,
real, intent(in)  dd412,
real, intent(in)  dd470,
real, intent(in)  dd650 
)

Definition at line 3520 of file find_v_viirs_nc4.f.