Commit bfe956ad8aa815eb7c99970c4ffd15371a4531ef
1 parent
43bd258d
Exists in
juice_jdc
and in
1 other branch
Add JRM33
Showing
1 changed file
with
40 additions
and
0 deletions
Show diff stats
ParamTemplateList.xml
... | ... | @@ -1232,6 +1232,46 @@ |
1232 | 1232 | <param>b_jrm09_can_tot_60_1_gll_xyz_iau</param> |
1233 | 1233 | </predefined> |
1234 | 1234 | </paramTemplate> |
1235 | + <paramTemplate paramId="b_jrm33_con" fileName="b_jrm33_con_##sampling##_##con##_##orbit##"> | |
1236 | + <arguments> | |
1237 | + <argument key="sampling" name="Time Step (sec)" type="float" default="60"/> | |
1238 | + <argument key="con" name="Use Con2020 model" type="bool" default="1"/> | |
1239 | + <argument key="orbit" name="Spacecraft Orbit" type="list" default="juno_jup_xyz"> | |
1240 | + <item key="juno_jup_xyz" name="JUNO"/> | |
1241 | + <item key='juice_jucr30_xyz' name='JUICE_cr30'/> | |
1242 | + <item key='juice_jucr32_xyz' name='JUICE_cr32'/> | |
1243 | + <item key='juice_jucr41_xyz' name='JUICE_cr41'/> | |
1244 | + <item key="gll_xyz_iau" name="Galileo"/> | |
1245 | + </argument> | |
1246 | + </arguments> | |
1247 | + <predefined> | |
1248 | + <param>b_jrm33_con_60_1_juno_jup_xyz</param> | |
1249 | + <param>b_jrm33_con_60_1_juice_jucr30_xyz</param> | |
1250 | + <param>b_jrm33_con_60_1_juice_jucr32_xyz</param> | |
1251 | + <param>b_jrm33_con_60_1_juice_jucr41_xyz</param> | |
1252 | + <param>b_jrm33_con_60_1_gll_xyz_iau</param> | |
1253 | + </predefined> | |
1254 | + </paramTemplate> | |
1255 | + <paramTemplate paramId="b_jrm33_con_tot" fileName="b_jrm33_con_tot_##sampling##_##con##_##orbit##"> | |
1256 | + <arguments> | |
1257 | + <argument key="sampling" name="Time Step (sec)" type="float" default="60"/> | |
1258 | + <argument key="con" name="Use Con2020 model" type="bool" default="1"/> | |
1259 | + <argument key="orbit" name="Spacecraft Orbit" type="list" default="juno_jup_xyz"> | |
1260 | + <item key="juno_jup_xyz" name="JUNO"/> | |
1261 | + <item key='juice_jucr30_xyz' name='JUICE_cr30'/> | |
1262 | + <item key='juice_jucr32_xyz' name='JUICE_cr32'/> | |
1263 | + <item key='juice_jucr41_xyz' name='JUICE_cr41'/> | |
1264 | + <item key="gll_xyz_iau" name="Galileo"/> | |
1265 | + </argument> | |
1266 | + </arguments> | |
1267 | + <predefined> | |
1268 | + <param>b_jrm33_con_tot_60_1_juno_jup_xyz</param> | |
1269 | + <param>b_jrm33_con_tot_60_1_juice_jucr30_xyz</param> | |
1270 | + <param>b_jrm33_con_tot_60_1_juice_jucr32_xyz</param> | |
1271 | + <param>b_jrm33_con_tot_60_1_juice_jucr41_xyz</param> | |
1272 | + <param>b_jrm33_con_tot_60_1_gll_xyz_iau</param> | |
1273 | + </predefined> | |
1274 | + </paramTemplate> | |
1235 | 1275 | <paramTemplate paramId="bcain_mso" fileName="bcain_mso_##sampling##_##orbit##"> |
1236 | 1276 | <arguments> |
1237 | 1277 | <argument key="sampling" name="Time Step (sec)" type="float" default="60"/> |
... | ... |