Version 1 (modified by suehring, 9 years ago) (diff)

--

Virtual flight parameters



NAMELIST group name: flight_par


Mode:

Parameter Name FORTRAN
Type
Default
Value
Explanation

flight_angle

R (100)

100*45.0

Horizontal flight angle in degrees describing the flight direction. For example, if flight_angle = 0.0 (180.0), the aircraft moves parallel to the x-axis in positive (negative) x-direction, respectively. If flight_angle = 90.0 (270.0), the aircraft moves parallel to the y-axis in positive (negative) y-direction, respectively. Please note, the parameters has only an effect if the respective leg is in 'cyclic'-mode, else the flight direction is determined by x_start, x_end, y_start and y_end

flight_end

R

9999999.9

End time of virtual flight measurement.

flight_start

R

0.0

Start time of virtual flight measurement.

leg

C (100)

100*'cyclic'

Flight mode, either 'cyclic' or 'return'. In case of 'cyclic', the sensor keep moving further if the end-position (see x_end and y_end) is reached, i.e. the sensor moves cyclically through the model domain. Instead, in case of 'return', the sensor turns around at the end-position and flies back, where it turns around again at the start-position. This case, the sensor only moves between start- and end-position.

level

R (100)

100*100.0

Flight level in meter. Please note, level is given with respect to sea level, not with respect to the underlying terrain.

max_elev_change

R (100)

100*0.0

Maximum possible elevation change in case rate_of_climb is not equal to zero. If the maximum elevation change is reached, the virtual aircraft start descending until the original start level is reached again. For longer flights, the sensor moves vertically between level and level + max_elev_change.

rate_of_climb

R (100)

100*0.0

Vertical speed of the aircraft in meter per second.

speed_agl

R (100)

100*25.0

Horizontal speed of the aircraft above ground level in meter per second.

x_end

R (100)

100*
999999999.0

End-position of the flight leg along x in meter. Please note, in case leg='cyclic', the aircraft moves beyond the x-end-position until it reaches the lateral boundary of the model domain, where cyclic boundary conditions are assumed.

x_start

R (100)

100*
999999999.0

Start-position of the flight leg along x in meter.

y_end

R (100)

100*
999999999.0

Start-position of the flight leg along y in meter.

y_end

R (100)

100*
999999999.0

End-position of the flight leg along y in meter.