Commit 43bd258d893d8798fc455ead96afc4db0ca96a9f
1 parent
b9a4c4ac
Exists in
juice_jdc
and in
1 other branch
Add JRM33
Showing
4 changed files
with
30 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="b_jrm33_con_##sampling##_##con##_##orbit##"> | |
3 | + <get> | |
4 | + <amdaParam name="##orbit##"/> | |
5 | + </get> | |
6 | + <process description="jupiter_JRM33_CON2020_bcart(##sampling##,##orbit##,##can##)">#internalfield_cart((#sampling_classic($##orbit##;##sampling##;5));1;##con##)</process> | |
7 | + <output/> | |
8 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="b_jrm33_con_tot_##sampling##_##con##_##orbit##"> | |
3 | + <get> | |
4 | + <amdaParam name="##orbit##"/> | |
5 | + </get> | |
6 | + <process description="jupiter_JRM33_CON2022_bmag(##sampling##,##orbit##,##can##)">#internalfield_mag((#sampling_classic($##orbit##;##sampling##;5));1;##con##)</process> | |
7 | + <output/> | |
8 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="b_jrm33_con"> | |
3 | + <dimensions dim_1="3"/> | |
4 | + <components> | |
5 | + <component index_1="0" name="bx"/> | |
6 | + <component index_1="1" name="by"/> | |
7 | + <component index_1="2" name="bz"/> | |
8 | + </components> | |
9 | +</paraminfo> | |
... | ... |