read_lut.f90 File Reference
Functions/Subroutines | |
subroutine | read_lut |
The simulator works several times or even an order of magnitude faster when the radiative properties are calculated off-line and stored in LUT without repeating time-consuming computations. This program reads the pre-computed LUT created by the LUT generator make_lut.f90 The values of these tables will be used by the radar_SIM unit to to extract the backscattering and extinction coefficients required to compute the final radar echo variables. You can create your own LUT tables, increasing or decreasing resolution. More... | |
Function/Subroutine Documentation
subroutine read_lut | ( | ) |
The simulator works several times or even an order of magnitude faster when the radiative properties are calculated off-line and stored in LUT without repeating time-consuming computations. This program reads the pre-computed LUT created by the LUT generator make_lut.f90 The values of these tables will be used by the radar_SIM unit to to extract the backscattering and extinction coefficients required to compute the final radar echo variables. You can create your own LUT tables, increasing or decreasing resolution.
- See Also
- make_lut (LUT generator)
- Date
- 2016 - Initial version