UPP (develop)
|
upp_ifi_mod declares variables used in the in-flight icing (IFI) routines. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | upp_ifi_mod::run_ifi () |
Fills in any requested IFI fields with stub values for missing data. | |
subroutine, public | upp_ifi_mod::set_ifi_dims () |
Contains stub values for flight levels, which are used in public UPP. | |
Variables | |
real, parameter, public | upp_ifi_mod::first_supported_ifi_hour = 1 |
First supported in-flight icing hour. | |
integer, parameter, public | upp_ifi_mod::ifi_real_t = c_float |
Value used to make public UPP code run. | |
real, parameter, public | upp_ifi_mod::last_supported_ifi_hour = 21 |
Last supported in-flight icing hour. | |
logical, public | upp_ifi_mod::write_ifi_debug_files = .false. |
Whether to output IFI debug files (true) or not (false) | |
upp_ifi_mod declares variables used in the in-flight icing (IFI) routines.
Definition in file IFI.F.
subroutine, public upp_ifi_mod::run_ifi |
subroutine, public upp_ifi_mod::set_ifi_dims |
real, parameter, public upp_ifi_mod::first_supported_ifi_hour = 1 |
integer, parameter, public upp_ifi_mod::ifi_real_t = c_float |
real, parameter, public upp_ifi_mod::last_supported_ifi_hour = 21 |