ocssw
V2022
|
modis_numerical_module.f90 File Reference
Go to the source code of this file.
Modules | |
module | modis_numerical_module |
Functions/Subroutines | |
subroutine, public | bisectionsimple (theta, thetaArray, ntheta, iAngLow, iAngHi) |
subroutine, public | bisectionsearch (xx, x, jlo, jhi) |
real function, public | linearinterpolation (X, Y, XX) |
real function, public | bilinear_interpolation (X, Y, XX, YY, source, method) |
real function, public | linearinterpolation_3d (index_theta01, index_theta02, index_theta1, index_theta2, index_phi1, index_phi2, theta, theta0, phi, theta_grid, theta0_grid, phi_grid, debug, reflectance) |