OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
atrem_app_refl_plus_gas_removal_2013.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __atrem_app_refl_plus_gas_removal_2013.f__
 
subroutine get_input
 
subroutine model_adj
 
subroutine geometry
 
subroutine init_speccal
 
subroutine tran_table
 
subroutine trancal
 
subroutine tran_smooth
 
subroutine chnlratio
 
subroutine process_cube
 
subroutine app_refl_with_gas_removal_drv (CLMWVP)
 
subroutine locate (xx, n, x, j)
 
subroutine cubspln (N, XORGN, YORGN, XINT, YINT)
 
subroutine spline (x, y, n, yp1, ypn, y2)
 
subroutine splint (xa, ya, y2a, n, x, y)
 
subroutine hunt (xx, n, x, jlo)
 
subroutine suncor (IDAY, MONTH, IYR, TZ, DEC, HAZ)
 
subroutine solcor (JD, FJD, RAS, DECS, GSDT, BZRO, P, SOLONG)
 
function julian (IDAY, MONTH, IYR)
 
subroutine hazel (H, D, A, E, XLAT)
 
function findmatch (LIST, NOBS, ELEM)
 

Function/Subroutine Documentation

◆ __atrem_app_refl_plus_gas_removal_2013.f__()

program __atrem_app_refl_plus_gas_removal_2013.f__

Definition at line 299 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ app_refl_with_gas_removal_drv()

subroutine app_refl_with_gas_removal_drv (   CLMWVP)

Definition at line 2885 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ chnlratio()

subroutine chnlratio

Definition at line 2640 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ cubspln()

subroutine cubspln ( integer  N,
dimension(1050)  XORGN,
dimension(1050)  YORGN,
dimension(1024)  XINT,
dimension(1024)  YINT 
)

Definition at line 3424 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ findmatch()

function findmatch ( real, dimension(1500)  LIST,
integer  NOBS,
real  ELEM 
)

Definition at line 3784 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ geometry()

subroutine geometry

Definition at line 1356 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ get_input()

subroutine get_input

Definition at line 421 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ hazel()

subroutine hazel (   H,
  D,
  A,
  E,
  XLAT 
)

Definition at line 3750 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ hunt()

subroutine hunt ( real, dimension(n)  xx,
integer  n,
real  x,
integer  jlo 
)

Definition at line 3579 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ init_speccal()

subroutine init_speccal

Definition at line 1616 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ julian()

function julian (   IDAY,
  MONTH,
  IYR 
)

Definition at line 3713 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ locate()

subroutine locate ( real, dimension(n)  xx,
integer  n,
real  x,
integer  j 
)

Definition at line 3382 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ model_adj()

subroutine model_adj

Definition at line 1101 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ process_cube()

subroutine process_cube

Definition at line 2739 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ solcor()

subroutine solcor (   JD,
  FJD,
  RAS,
  DECS,
  GSDT,
  BZRO,
  P,
  SOLONG 
)

Definition at line 3665 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ spline()

subroutine spline ( real, dimension(n)  x,
real, dimension(n)  y,
integer  n,
real  yp1,
real  ypn,
real, dimension(n)  y2 
)

Definition at line 3479 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ splint()

subroutine splint ( real, dimension(n)  xa,
real, dimension(n)  ya,
real, dimension(n)  y2a,
integer  n,
real  x,
real  y 
)

Definition at line 3538 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ suncor()

subroutine suncor (   IDAY,
  MONTH,
  IYR,
  TZ,
  DEC,
  HAZ 
)

Definition at line 3643 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ tran_smooth()

subroutine tran_smooth

Definition at line 2413 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ tran_table()

subroutine tran_table

Definition at line 2212 of file atrem_app_refl_plus_gas_removal_2013.f.

◆ trancal()

subroutine trancal

Definition at line 2311 of file atrem_app_refl_plus_gas_removal_2013.f.