Flight plan - ATR-20240903a

Contents

Flight plan - ATR-20240903a#

c_atr

Flight plan#

  • The flight is planned to take off at 2024-09-03 15:00:00+00:00 UTC and land at 2024-09-03 18:30:00+00:00 UTC.

  • Flight track has coordination with HALO.

  • Two options possible

    • 1: Standard MAESTRO flight pattern from WP1 to WP2 with takeoff at 15:00 UTC

    • 2: ‘Millefeuille’ flight pattern (lower-troposphere only, multiple levels) to better sample shallow convection from WP1 to WP3 with takeoff at 18 UTC.

  • Slight change in ATR circle location has been requested

Hide code cell source
from orcestra.flightplan import sal, bco, LatLon, IntoCircle, path_preview, plot_cwv
from datetime import datetime
import intake

cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/internal.yaml")

date_time = datetime(2024, 9, 2, 12, 0, 0)
date_time_str = date_time.strftime('%Y-%m-%d')
flight_time = datetime(2024, 9, 3, 18, 0, 0)

radius = 70e3 # units: km
circle_atr = LatLon(lat=14.5, lon=-22.5, label="circle_atr")
halo_circle = IntoCircle(circle_atr, radius, 360)

airport = sal
wp1 = LatLon(lat=16.204, lon=-22.500, label='wp1')
wp2 = LatLon(lat=13.386, lon=-22.500, label='wp2')
wp3 = LatLon(lat=14.2, lon=-22.500, label='wp3')


path = [airport, wp1, wp2, wp3, wp1, airport]

ds = cat.HIFS(refdate=date_time_str, reftime=date_time.hour).to_dask()
cwv_flight_time = ds["tcwv"].sel(time=flight_time, method = "nearest")

ax = path_preview(path)
path_preview([circle_atr.course(0, radius), halo_circle], ax=ax)  # HACK: Add HALO circle
ax.scatter(circle_atr.lon, circle_atr.lat, color="tab:orange")
ax.text(circle_atr.lon+0.05, circle_atr.lat, color="tab:orange", s='HALO_Circle', bbox=dict(facecolor='white',edgecolor='white', boxstyle='round,pad=0.1'))

ax.set_extent([-24, -20, 13, 17])

plot_cwv(cwv_flight_time)
../_images/ee73825809b218f02f9eba4f387c8e936701d79f659ae4213a2d23834815350d.png
  • SAFIRE Flight Plan submitted to Air Traffic Control (ATC)

Page 1 –>

Hide code cell source
import pandas as pd
from dataclasses import asdict

pd.DataFrame.from_records(map(asdict, path+[circle_atr])).set_index("label")
lat lon fl time note
label
SAL 16.734488 -22.943974 0.0 None None
wp1 16.204000 -22.500000 NaN None None
wp2 13.386000 -22.500000 NaN None None
wp3 14.200000 -22.500000 NaN None None
wp1 16.204000 -22.500000 NaN None None
SAL 16.734488 -22.943974 0.0 None None
circle_atr 14.500000 -22.500000 NaN None None

Crew#

Job

Name

Pilot

None

Pilot

None

Mechanics

None

Expé Principal

None

Expé

None

PI

Louis Jaffeux

LNG

None

aWALI

None

Microphys 1

None

Microphys 2

None

RASTA

None

BASTA

None