Commit c8d23bcb87a652a9722ff5a6be8f11ed9dcd6186
1 parent
478424d8
Exists in
master
and in
7 other branches
Fix b_jrm09_can templated params
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
PARAM_DEF/b_jrm09_can.xml
PARAM_DEF/b_jrm09_can_tot.xml
ParamTemplateList.xml
... | ... | @@ -773,9 +773,10 @@ |
773 | 773 | </argument> |
774 | 774 | </arguments> |
775 | 775 | </paramTemplate> |
776 | - <paramTemplate paramId='b_jrm09_can' fileName='b_jrm09_can_##sampling##_##orbit##_##can##'> | |
776 | + <paramTemplate paramId='b_jrm09_can' fileName='b_jrm09_can_##sampling##_##can##_##orbit##'> | |
777 | 777 | <arguments> |
778 | 778 | <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> |
779 | + <argument key='can' name='Use CAN81 model' type='bool' default='1'/> | |
779 | 780 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='juno_jup_xyz'> |
780 | 781 | <item key='juno_jup_xyz' name='JUNO'/> |
781 | 782 | <item key='juice_jucr30_xyz' name='JUICE_cr30'/> |
... | ... | @@ -783,12 +784,12 @@ |
783 | 784 | <item key='juice_jucr41_xyz' name='JUICE_cr41'/> |
784 | 785 | <item key='gll_xyz_iau' name='Galileo'/> |
785 | 786 | </argument> |
786 | - <argument key='can' name='Use CAN81 model' type='bool' default='1'/> | |
787 | 787 | </arguments> |
788 | 788 | </paramTemplate> |
789 | - <paramTemplate paramId='b_jrm09_can_tot' fileName='b_jrm09_can_tot_##sampling##_##orbit##_##can##'> | |
789 | + <paramTemplate paramId='b_jrm09_can_tot' fileName='b_jrm09_can_tot_##sampling##_##can#_##orbit##'> | |
790 | 790 | <arguments> |
791 | 791 | <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> |
792 | + <argument key='can' name='Use CAN81 model' type='bool' default='1'/> | |
792 | 793 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='juno_jup_xyz'> |
793 | 794 | <item key='juno_jup_xyz' name='JUNO'/> |
794 | 795 | <item key='juice_jucr30_xyz' name='JUICE_cr30'/> |
... | ... | @@ -796,7 +797,6 @@ |
796 | 797 | <item key='juice_jucr41_xyz' name='JUICE_cr41'/> |
797 | 798 | <item key='gll_xyz_iau' name='Galileo'/> |
798 | 799 | </argument> |
799 | - <argument key='can' name='Use CAN81 model' type='bool' default='1'/> | |
800 | 800 | </arguments> |
801 | 801 | </paramTemplate> |
802 | 802 | <paramTemplate paramId='eiscat_esr42m_ne' fileName='eiscat_esr42m_ne_##mode##_##corrected##_##yaxis##'> | ... | ... |