OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
atrem_f90_cubeio.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

program __atrem_f90_cubeio.f__

Definition at line 274 of file atrem_f90_cubeio.f.

◆ chnlratio()

subroutine chnlratio

Definition at line 2584 of file atrem_f90_cubeio.f.

◆ cubspln()

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

Definition at line 3364 of file atrem_f90_cubeio.f.

◆ findmatch()

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

Definition at line 3724 of file atrem_f90_cubeio.f.

◆ geometry()

subroutine geometry

Definition at line 1330 of file atrem_f90_cubeio.f.

◆ get_input()

subroutine get_input

Definition at line 395 of file atrem_f90_cubeio.f.

◆ hazel()

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

Definition at line 3690 of file atrem_f90_cubeio.f.

◆ hunt()

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

Definition at line 3519 of file atrem_f90_cubeio.f.

◆ init_speccal()

subroutine init_speccal

Definition at line 1590 of file atrem_f90_cubeio.f.

◆ julian()

function julian (   IDAY,
  MONTH,
  IYR 
)

Definition at line 3653 of file atrem_f90_cubeio.f.

◆ locate()

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

Definition at line 3322 of file atrem_f90_cubeio.f.

◆ model_adj()

subroutine model_adj

Definition at line 1075 of file atrem_f90_cubeio.f.

◆ process_cube()

subroutine process_cube

Definition at line 2683 of file atrem_f90_cubeio.f.

◆ refldrv()

subroutine refldrv (   CLMWVP)

Definition at line 2825 of file atrem_f90_cubeio.f.

◆ solcor()

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

Definition at line 3605 of file atrem_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 3419 of file atrem_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 3478 of file atrem_f90_cubeio.f.

◆ suncor()

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

Definition at line 3583 of file atrem_f90_cubeio.f.

◆ tran_smooth()

subroutine tran_smooth

Definition at line 2357 of file atrem_f90_cubeio.f.

◆ tran_table()

subroutine tran_table

Definition at line 2156 of file atrem_f90_cubeio.f.

◆ trancal()

subroutine trancal

Definition at line 2255 of file atrem_f90_cubeio.f.