Commit 756f20bf31e8ef5a30da071aa19a1f97e1935dae
1 parent
efd6b369
Exists in
master
and in
4 other branches
Add JRM33 parameters
Showing
5 changed files
with
70 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> | ... | ... |
ParamTemplateList.xml
... | ... | @@ -1152,6 +1152,46 @@ |
1152 | 1152 | <param>b_jrm09_can_tot_60_1_gll_xyz_iau</param> |
1153 | 1153 | </predefined> |
1154 | 1154 | </paramTemplate> |
1155 | + <paramTemplate paramId="b_jrm33_con" fileName="b_jrm33_con_##sampling##_##con##_##orbit##"> | |
1156 | + <arguments> | |
1157 | + <argument key="sampling" name="Time Step (sec)" type="float" default="60"/> | |
1158 | + <argument key="con" name="Use Con2020 model" type="bool" default="1"/> | |
1159 | + <argument key="orbit" name="Spacecraft Orbit" type="list" default="juno_jup_xyz"> | |
1160 | + <item key="juno_jup_xyz" name="JUNO"/> | |
1161 | + <item key='juice_jucr30_xyz' name='JUICE_cr30'/> | |
1162 | + <item key='juice_jucr32_xyz' name='JUICE_cr32'/> | |
1163 | + <item key='juice_jucr41_xyz' name='JUICE_cr41'/> | |
1164 | + <item key="gll_xyz_iau" name="Galileo"/> | |
1165 | + </argument> | |
1166 | + </arguments> | |
1167 | + <predefined> | |
1168 | + <param>b_jrm33_con_60_1_juno_jup_xyz</param> | |
1169 | + <param>b_jrm33_con_60_1_juice_jucr30_xyz</param> | |
1170 | + <param>b_jrm33_con_60_1_juice_jucr32_xyz</param> | |
1171 | + <param>b_jrm33_con_60_1_juice_jucr41_xyz</param> | |
1172 | + <param>b_jrm33_con_60_1_gll_xyz_iau</param> | |
1173 | + </predefined> | |
1174 | + </paramTemplate> | |
1175 | + <paramTemplate paramId="b_jrm33_con_tot" fileName="b_jrm33_con_tot_##sampling##_##con##_##orbit##"> | |
1176 | + <arguments> | |
1177 | + <argument key="sampling" name="Time Step (sec)" type="float" default="60"/> | |
1178 | + <argument key="con" name="Use Con2020 model" type="bool" default="1"/> | |
1179 | + <argument key="orbit" name="Spacecraft Orbit" type="list" default="juno_jup_xyz"> | |
1180 | + <item key="juno_jup_xyz" name="JUNO"/> | |
1181 | + <item key='juice_jucr30_xyz' name='JUICE_cr30'/> | |
1182 | + <item key='juice_jucr32_xyz' name='JUICE_cr32'/> | |
1183 | + <item key='juice_jucr41_xyz' name='JUICE_cr41'/> | |
1184 | + <item key="gll_xyz_iau" name="Galileo"/> | |
1185 | + </argument> | |
1186 | + </arguments> | |
1187 | + <predefined> | |
1188 | + <param>b_jrm33_con_tot_60_1_juno_jup_xyz</param> | |
1189 | + <param>b_jrm33_con_tot_60_1_juice_jucr30_xyz</param> | |
1190 | + <param>b_jrm33_con_tot_60_1_juice_jucr32_xyz</param> | |
1191 | + <param>b_jrm33_con_tot_60_1_juice_jucr41_xyz</param> | |
1192 | + <param>b_jrm33_con_tot_60_1_gll_xyz_iau</param> | |
1193 | + </predefined> | |
1194 | + </paramTemplate> | |
1155 | 1195 | <paramTemplate paramId="eiscat_esr42m_ne" fileName="eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##"> |
1156 | 1196 | <arguments> |
1157 | 1197 | <argument key="mode" name="Mode" type="list" default="fieldaligned"> | ... | ... |