Commit ec85c76a0ebcb076e856ccbc93aaf4dd46d58d6b

Authored by Quentin Brzustowski
1 parent cf3cf6f5

parameters for ballistics model using DSCOVR as input

PARAM_DEF/bepi_bls_dsc_da.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_bls_dsc_da">
  3 + <time_resolution>3600</time_resolution>
  4 + <get>
  5 + <amdaParam name="bepi_xyz_hee"/>
  6 + </get>
  7 + <process>RAD2DEG*acos($bepi_xyz_hee[0]/sqrt($bepi_xyz_hee[0]*$bepi_xyz_hee[0]+$bepi_xyz_hee[1]*$bepi_xyz_hee[1]))*Sign(-$bepi_xyz_hee[1])</process>
  8 + <output/>
  9 +</param>
... ...
PARAM_DEF/bepi_bls_dsc_lag.xml 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_bls_dsc_lag">
  3 + <time_resolution>3600</time_resolution>
  4 + <get>
  5 + <amdaParam name="dsc_vpr"/>
  6 + <amdaParam name="bepi_r_sun"/>
  7 + <amdaParam name="r_earth"/>
  8 + <amdaParam name="bepi_bls_dsc_da"/>
  9 + </get>
  10 + <process>($bepi_r_sun-$r_earth)/$dsc_vpr*1731.46-$bepi_bls_dsc_da/14.1844</process>
  11 + <output/>
  12 +</param>
... ...