Commit ac67db376e25bd2e22b81b3da7a4af2ed4cc629b
1 parent
13cf7c34
Exists in
juice_jdc
and in
4 other branches
Fix MMS electric currents
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
NumericalData/CDPP-AMDA/MMS/MMS1/FPI/mms1-fpi-brst.current.xml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <ReleaseDate>2017-01-16T11:50:00</ReleaseDate> |
10 | 10 | <Description>Derived parameter from electron and ion datasets of FPI instrument in Burst Mode. |
11 | 11 | |
12 | - Electric current: mms1_brst_jgse = ($mms1_brst_desm_n+$mms1_brst_dism_n)*0.5*($mms1_brst_dism_v-$mms1_brst_desm_v) | |
12 | + Electric current: mms1_brst_jgse = 1.6e-10*(mms1_brst_desm_n+mms1_brst_dism_n)*0.5*(mms1_brst_dism_v-mms1_brst_desm_v) | |
13 | 13 | </Description> |
14 | 14 | <Contact> |
15 | 15 | <PersonID>spase://CNES/Person/James.L.Burch</PersonID> |
... | ... | @@ -56,10 +56,10 @@ |
56 | 56 | <Parameter> |
57 | 57 | <Name>j_gse</Name> |
58 | 58 | <ParameterKey>mms1_brst_jgse</ParameterKey> |
59 | - <Description>Electric current</Description> | |
59 | + <Description>Electric current = 1.6e-10*(mms1_brst_desm_n+mms1_brst_dism_n)*0.5*(mms1_brst_dism_v-mms1_brst_desm_v)</Description> | |
60 | 60 | <FillValue>-1e+31</FillValue> |
61 | 61 | <Ucd/> |
62 | - <Units>A.m^-2</Units> | |
62 | + <Units>A/m**2</Units> | |
63 | 63 | <UnitsConversion/> |
64 | 64 | <CoordinateSystem> |
65 | 65 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
... | ... |
NumericalData/CDPP-AMDA/MMS/MMS1/FPI/mms1-fpi-current.xml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <ReleaseDate>2017-01-16T11:50:00</ReleaseDate> |
10 | 10 | <Description>Derived parameter from electron and ion datasets of FPI instrument in Fast Survey Mode. |
11 | 11 | |
12 | - Electric current: mms1_fast_jgse = (mms1_des_ne+mms1_dis_ni)*0.5*(mms1_dis_vgse-mms1_des_vgse) | |
12 | + Electric current: mms1_fast_jgse = 1.6e-10*(mms1_des_ne+mms1_dis_ni)*0.5*(mms1_dis_vgse-mms1_des_vgse) | |
13 | 13 | </Description> |
14 | 14 | <Contact> |
15 | 15 | <PersonID>spase://CNES/Person/James.L.Burch</PersonID> |
... | ... | @@ -56,10 +56,10 @@ |
56 | 56 | <Parameter> |
57 | 57 | <Name>j_gse</Name> |
58 | 58 | <ParameterKey>mms1_fast_jgse</ParameterKey> |
59 | - <Description>Electric current</Description> | |
59 | + <Description>Electric current = 1.6e-10*(mms1_des_ne+mms1_dis_ni)*0.5*(mms1_dis_vgse-mms1_des_vgse)</Description> | |
60 | 60 | <FillValue>-1e+31</FillValue> |
61 | 61 | <Ucd/> |
62 | - <Units>A.m^-2</Units> | |
62 | + <Units>A/m**2</Units> | |
63 | 63 | <UnitsConversion/> |
64 | 64 | <CoordinateSystem> |
65 | 65 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
... | ... |