Commit ec85c76a0ebcb076e856ccbc93aaf4dd46d58d6b
1 parent
cf3cf6f5
Exists in
master
and in
7 other branches
parameters for ballistics model using DSCOVR as input
Showing
2 changed files
with
21 additions
and
0 deletions
Show diff stats
... | ... | @@ -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> | ... | ... |
... | ... | @@ -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> | ... | ... |