File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ Ions::Ions(Grid grid, Planets planet) {
66
66
species.push_back (tmp);
67
67
}
68
68
69
- velocity_name.push_back (" Ion Velocity (Zonal) " );
70
- velocity_name.push_back (" Ion Velocity (Meridional) " );
71
- velocity_name.push_back (" Ion Velocity (Vertical) " );
69
+ velocity_name.push_back (" velocity_east " );
70
+ velocity_name.push_back (" velocity_north " );
71
+ velocity_name.push_back (" velocity_up " );
72
72
73
- par_velocity_name.push_back (" Parallel Ion Velocity (Zonal) " );
74
- par_velocity_name.push_back (" Parallel Ion Velocity (Meridional) " );
75
- par_velocity_name.push_back (" Parallel Ion Velocity (Vertical) " );
73
+ par_velocity_name.push_back (" velocity_parallel_east " );
74
+ par_velocity_name.push_back (" velocity_parallel_north " );
75
+ par_velocity_name.push_back (" velocity_parallel_up " );
76
76
77
- perp_velocity_name.push_back (" Perp. Ion Velocity (Zonal) " );
78
- perp_velocity_name.push_back (" Perp. Ion Velocity (Meridional) " );
79
- perp_velocity_name.push_back (" Perp. Ion Velocity (Vertical) " );
77
+ perp_velocity_name.push_back (" velocity_perp_east " );
78
+ perp_velocity_name.push_back (" velocity_perp_north " );
79
+ perp_velocity_name.push_back (" velocity_perp_up " );
80
80
81
81
// Create one extra species for electrons
82
82
tmp = create_species (grid);
You can’t perform that action at this time.
0 commit comments