OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
atrem_app_refl_f90_cubeio.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __atrem_app_refl_f90_cubeio.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 refldrv (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_f90_cubeio.f__()

program __atrem_app_refl_f90_cubeio.f__

Definition at line 274 of file atrem_app_refl_f90_cubeio.f.

◆ chnlratio()

subroutine chnlratio

Definition at line 2583 of file atrem_app_refl_f90_cubeio.f.

◆ cubspln()

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

Definition at line 3156 of file atrem_app_refl_f90_cubeio.f.

◆ findmatch()

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

Definition at line 3516 of file atrem_app_refl_f90_cubeio.f.

◆ geometry()

subroutine geometry

Definition at line 1329 of file atrem_app_refl_f90_cubeio.f.

◆ get_input()

subroutine get_input

Definition at line 395 of file atrem_app_refl_f90_cubeio.f.

◆ hazel()

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

Definition at line 3482 of file atrem_app_refl_f90_cubeio.f.

◆ hunt()

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

Definition at line 3311 of file atrem_app_refl_f90_cubeio.f.

◆ init_speccal()

subroutine init_speccal

Definition at line 1589 of file atrem_app_refl_f90_cubeio.f.

◆ julian()

function julian (   IDAY,
  MONTH,
  IYR 
)

Definition at line 3445 of file atrem_app_refl_f90_cubeio.f.

◆ locate()

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

Definition at line 3114 of file atrem_app_refl_f90_cubeio.f.

◆ model_adj()

subroutine model_adj

Definition at line 1074 of file atrem_app_refl_f90_cubeio.f.

◆ process_cube()

subroutine process_cube

Definition at line 2682 of file atrem_app_refl_f90_cubeio.f.

◆ refldrv()

subroutine refldrv (   CLMWVP)

Definition at line 2826 of file atrem_app_refl_f90_cubeio.f.

◆ solcor()

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

Definition at line 3397 of file atrem_app_refl_f90_cubeio.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 3211 of file atrem_app_refl_f90_cubeio.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 3270 of file atrem_app_refl_f90_cubeio.f.

◆ suncor()

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

Definition at line 3375 of file atrem_app_refl_f90_cubeio.f.

◆ tran_smooth()

subroutine tran_smooth

Definition at line 2356 of file atrem_app_refl_f90_cubeio.f.

◆ tran_table()

subroutine tran_table

Definition at line 2155 of file atrem_app_refl_f90_cubeio.f.

◆ trancal()

subroutine trancal

Definition at line 2254 of file atrem_app_refl_f90_cubeio.f.