ocssw
V2022
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_input |
subroutine | model_adj |
subroutine | init_speccal |
subroutine | tran_table |
subroutine | trancal |
subroutine | tran_smooth |
subroutine | chnlratio |
subroutine | process_cube |
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
◆ chnlratio()
subroutine chnlratio |
Definition at line 2641 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ cubspln()
subroutine cubspln | ( | integer | N, |
dimension(1050) | XORGN, | ||
dimension(1050) | YORGN, | ||
dimension(1024) | XINT, | ||
dimension(1024) | YINT | ||
) |
Definition at line 3446 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ findmatch()
Definition at line 3806 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ get_input()
subroutine get_input |
Definition at line 356 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ hazel()
subroutine hazel | ( | H, | |
D, | |||
A, | |||
E, | |||
XLAT | |||
) |
Definition at line 3772 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ hunt()
Definition at line 3601 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ init_speccal()
subroutine init_speccal |
Definition at line 1530 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ julian()
function julian | ( | IDAY, | |
MONTH, | |||
IYR | |||
) |
Definition at line 3735 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ locate()
Definition at line 3404 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ model_adj()
subroutine model_adj |
Definition at line 1013 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ process_cube()
subroutine process_cube |
Definition at line 2740 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ solcor()
subroutine solcor | ( | JD, | |
FJD, | |||
RAS, | |||
DECS, | |||
GSDT, | |||
BZRO, | |||
P, | |||
SOLONG | |||
) |
Definition at line 3687 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ spline()
subroutine spline | ( | real, dimension(n) | x, |
real, dimension(n) | y, | ||
integer | n, | ||
real | yp1, | ||
real | ypn, | ||
real, dimension(n) | y2 | ||
) |
Definition at line 3501 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ splint()
subroutine splint | ( | real, dimension(n) | xa, |
real, dimension(n) | ya, | ||
real, dimension(n) | y2a, | ||
integer | n, | ||
real | x, | ||
real | y | ||
) |
Definition at line 3560 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ suncor()
subroutine suncor | ( | IDAY, | |
MONTH, | |||
IYR, | |||
TZ, | |||
DEC, | |||
HAZ | |||
) |
Definition at line 3665 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ tran_smooth()
subroutine tran_smooth |
Definition at line 2414 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ tran_table()
subroutine tran_table |
Definition at line 2185 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.
◆ trancal()
subroutine trancal |
Definition at line 2284 of file atrem_app_refl_plus_gas_removal_for_l2gen3.f90.