Horizontal wind model
Model API name: hwm
Horizontal wind model
Version: v14
Input group: hwm / multiplicity: one
Input | Description | Valid values | Default | Quantity |
---|---|---|---|---|
datetime | Date of calculation |
min: 0 max: 0 |
2020-01-01T00:00 | text |
general
Input | Description | Valid values | Default | Quantity |
---|---|---|---|---|
altitude | Altitude |
min: 1 max: 1000 |
100 | altitude |
latitude | Geodetic latitude |
min: -90 max: 90 |
0 | plane_angle |
longitude | Geodetic longitude |
min: -180 max: 180 |
0 | plane_angle |
Ap | Ap index |
min: 0 max: unbounded |
3 | number |
|
None
# coding=utf-8
import matplotlib.pyplot as plt
from nom_client.nom_client import NoMClient
nom_client = NoMClient(project_name="HWM model example")
gcr_model = nom_client.get_model('hwm')
gcr_results = nom_client.run_model(gcr_model)
No references