UPP 11.0.0
Loading...
Searching...
No Matches
IFI.F File Reference

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)
 

Detailed Description

upp_ifi_mod declares variables used in the in-flight icing (IFI) routines.

Definition in file IFI.F.

Function/Subroutine Documentation

◆ run_ifi()

subroutine, public upp_ifi_mod::run_ifi

Fills in any requested IFI fields with stub values for missing data.

Definition at line 145 of file IFI.F.

◆ set_ifi_dims()

subroutine, public upp_ifi_mod::set_ifi_dims

Contains stub values for flight levels, which are used in public UPP.

Definition at line 127 of file IFI.F.

Variable Documentation

◆ first_supported_ifi_hour

real, parameter, public upp_ifi_mod::first_supported_ifi_hour = 1

First supported in-flight icing hour.

Definition at line 20 of file IFI.F.

◆ ifi_real_t

integer, parameter, public upp_ifi_mod::ifi_real_t = c_float

Value used to make public UPP code run.

Definition at line 25 of file IFI.F.

◆ last_supported_ifi_hour

real, parameter, public upp_ifi_mod::last_supported_ifi_hour = 21

Last supported in-flight icing hour.

Definition at line 21 of file IFI.F.

◆ write_ifi_debug_files

logical, public upp_ifi_mod::write_ifi_debug_files = .false.

Whether to output IFI debug files (true) or not (false)

Definition at line 19 of file IFI.F.