ESPREM
Model API name: esprem
ESPREM
Version: v1
External Input: trajectory
Input | Value |
---|---|
Model name |
sapre
sapre_upload
|
trajectory
|
Model result name | trajectory |
Quantity | trajectory |
Input group: trajectory / multiplicity: one
Input | Description | Valid values | Default | Quantity |
---|---|---|---|---|
missionTitle | Mission title |
note: text |
mission_title | text |
orbitTitle | Orbit title |
note: text |
orbit_title | text |
initialFrame | Initial frame. |
|
1 | number |
naifCode | NAIF code |
399=Earth 499=Mars 599=Jupiter |
399 | number |
startDate | Start date |
min: unbounded max: unbounded note: ISO date format |
2020-01-01 00:00:00 | text |
stopDate | Stop date |
min: unbounded max: unbounded note: ISO date format |
2020-01-02 00:00:00 | text |
missionDuration | Duration |
min: 0 max: unbounded |
1 | dt_duration |
missionDurationDays | mission_duration_days |
min: 0 max: unbounded |
1 | dt_duration |
timeStep | Timestep |
min: 0 max: unbounded |
600 | dt_duration |
orbitSpecificationCode | Orbit specification |
202=202 220=220 300=300 301=301 310=310 |
202 | number |
perigeeAltitude | Perigee altitude. |
min: 0 max: unbounded |
300 | altitude |
apogeeAltitude | Apogee altitude. |
min: 0 max: unbounded |
36000 | altitude |
inclination | Orbit inclination |
min: 0 max: 180 |
0.0 | plane_angle |
raan | Right ascension of the ascending node |
min: 0 max: 360 |
208.0109 | number |
argumentOfPerigee | Argument of perigee. |
min: 0 max: 360 |
104.622 | plane_angle |
trueAnomaly | True anomaly |
min: 0 max: 360 |
0.0 | plane_angle |
|
None
# coding=utf-8
from os import path
from nom_client.nom_client import NoMClient
_here = path.abspath(path.dirname(__file__))
nom_client = NoMClient(project_name="ESPREM example",
default_server_id="local_server", debug_output=False)
greet_model = nom_client.get_model('greet')
greet_model.set_params(orbitSpecificationCode=202, startDate="2020-01-01 00:00:00",
missionDuration=3, durationSpecification=2)
greet_result = nom_client.run_model(greet_model)
print(greet_result)
esprem_model = nom_client.get_model('esprem')
esprem_model.set_external_input(external_input_name="trajectory", external_input=greet_result)
esprem_result = nom_client.run_model(esprem_model)
/geometry/layer/delete 0
/geometry/material/addNIST G4_Al
/geometry/layer/shape sphere
/geometry/layer/add 0 G4_Al 1 1.000E-02 mm
/geometry/layer/add 1 Vacuum 1 1.000E+00 mm
/geometry/layer/add 2 G4_Al 1 1.000E-02 mm
/geometry/layer/add 3 Vacuum 1 1.000E+00 mm
No references