ocssw
V2022
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | find_v_veg (month, season, realbuf, tmpvg, r412sv, r470sv, gzflg, outbufvg, tau_x470_flag) |
subroutine | get_sfcrfl_veg (season, lcvr, refln21, rc_ndvi, xeAs_B1, xeAs_B3) |
subroutine | get_sfcrfl_veg_high (season, lcvr, refln21, rc_ndvi, xeAs_B1, xeAs_B3) |
subroutine | get_sfcrfl_swir_vis (season, lcvr, refln21, rc_ndvi, xeAs_B1, xeAs_B3) |
subroutine | get_sfcrfl_nir_vis (season, lcvr, refn865_rc, rc_ndvi, xeAs_B1, xeAs_B3) |
subroutine | aero_470veg (refl, x1, x2, x3, mm, nn, ll, ma, imod, r470, tau_x470, tau_x470_flag) |
subroutine | aero_650veg (refl, x1, x2, x3, mm, nn, ll, ma, r650, tau_x650, tau_x650_flag, tau_x470_flag, tau_x470) |
subroutine | cmb_stddb_veg (outbuf, outbufvg, tmpvg, idalg) |
subroutine | calc_sfc21 (sza, xthet, xphi, refl21, aot21, As_21) |
subroutine | calc_rc_ref672 (sza, xthet, xphi, ref_toa, ref_rc) |
subroutine | calc_rc_ref865 (sza, xthet, xphi, ref_toa, ref_rc) |
subroutine | new_intepsf (x1a, x2a, x3a, ya, m, n, l, x1, x2, x3, y, dy, mbeg, nbeg, frac) |
Function/Subroutine Documentation
◆ aero_470veg()
subroutine aero_470veg | ( | refl, | |
x1, | |||
x2, | |||
x3, | |||
mm, | |||
nn, | |||
ll, | |||
ma, | |||
integer | imod, | ||
r470, | |||
tau_x470, | |||
integer | tau_x470_flag | ||
) |
Definition at line 1732 of file find_v_vegset_nc4.f.
◆ aero_650veg()
subroutine aero_650veg | ( | real | refl, |
real | x1, | ||
real | x2, | ||
real | x3, | ||
mm, | |||
nn, | |||
ll, | |||
ma, | |||
real | r650, | ||
real | tau_x650, | ||
integer | tau_x650_flag, | ||
integer | tau_x470_flag, | ||
real | tau_x470 | ||
) |
Definition at line 1881 of file find_v_vegset_nc4.f.
◆ calc_rc_ref672()
subroutine calc_rc_ref672 | ( | sza, | |
xthet, | |||
xphi, | |||
ref_toa, | |||
ref_rc | |||
) |
Definition at line 2363 of file find_v_vegset_nc4.f.
◆ calc_rc_ref865()
subroutine calc_rc_ref865 | ( | sza, | |
xthet, | |||
xphi, | |||
ref_toa, | |||
ref_rc | |||
) |
Definition at line 2488 of file find_v_vegset_nc4.f.
◆ calc_sfc21()
subroutine calc_sfc21 | ( | sza, | |
xthet, | |||
xphi, | |||
refl21, | |||
aot21, | |||
As_21 | |||
) |
Definition at line 2196 of file find_v_vegset_nc4.f.
◆ cmb_stddb_veg()
subroutine cmb_stddb_veg | ( | real, dimension(20) | outbuf, |
real, dimension(20) | outbufvg, | ||
real, dimension(6) | tmpvg, | ||
integer | idalg | ||
) |
Definition at line 2084 of file find_v_vegset_nc4.f.
◆ find_v_veg()
subroutine find_v_veg | ( | integer | month, |
integer | season, | ||
real, dimension(26) | realbuf, | ||
real, dimension(7) | tmpvg, | ||
real | r412sv, | ||
real | r470sv, | ||
integer | gzflg, | ||
real, dimension(21) | outbufvg, | ||
integer | tau_x470_flag | ||
) |
Definition at line 3 of file find_v_vegset_nc4.f.
◆ get_sfcrfl_nir_vis()
subroutine get_sfcrfl_nir_vis | ( | integer | season, |
lcvr, | |||
refn865_rc, | |||
rc_ndvi, | |||
xeAs_B1, | |||
xeAs_B3 | |||
) |
Definition at line 1469 of file find_v_vegset_nc4.f.
◆ get_sfcrfl_swir_vis()
subroutine get_sfcrfl_swir_vis | ( | integer | season, |
lcvr, | |||
refln21, | |||
rc_ndvi, | |||
xeAs_B1, | |||
xeAs_B3 | |||
) |
Definition at line 1176 of file find_v_vegset_nc4.f.
◆ get_sfcrfl_veg()
subroutine get_sfcrfl_veg | ( | integer | season, |
lcvr, | |||
refln21, | |||
rc_ndvi, | |||
xeAs_B1, | |||
xeAs_B3 | |||
) |
Definition at line 998 of file find_v_vegset_nc4.f.
◆ get_sfcrfl_veg_high()
subroutine get_sfcrfl_veg_high | ( | integer | season, |
lcvr, | |||
refln21, | |||
rc_ndvi, | |||
xeAs_B1, | |||
xeAs_B3 | |||
) |
Definition at line 1087 of file find_v_vegset_nc4.f.
◆ new_intepsf()
subroutine new_intepsf | ( | dimension(m) | x1a, |
dimension(n) | x2a, | ||
dimension(l) | x3a, | ||
dimension(4,4,2) | ya, | ||
m, | |||
n, | |||
l, | |||
x1, | |||
x2, | |||
x3, | |||
y, | |||
dy, | |||
mbeg, | |||
nbeg, | |||
frac | |||
) |
Definition at line 2613 of file find_v_vegset_nc4.f.