Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testpackage/test_definitions_small.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ variable_components[${index}]="0 0 1 2 0 1 2 0 1 2 0 1 2 0 1 2"
test_name[${index}]="Magnetosphere_3D_small"
comparison_vlsv[${index}]="bulk.0000001.vlsv bulk.0000002.vlsv"
comparison_phiprof[${index}]="phiprof_0.txt"
variable_names[${index}]="proton/vg_rho proton/vg_v proton/vg_v proton/vg_v fg_b fg_b fg_b fg_e fg_e fg_e"
variable_components[${index}]="0 0 1 2 0 1 2 0 1 2"
variable_names[${index}]="proton/vg_rho proton/vg_v proton/vg_v proton/vg_v fg_b fg_b fg_b fg_e fg_e fg_e vg_connection vg_connection_coordinates_fw vg_connection_coordinates_fw vg_connection_coordinates_fw vg_connection_coordinates_bw vg_connection_coordinates_bw vg_connection_coordinates_bw"
variable_components[${index}]="0 0 1 2 0 1 2 0 1 2 0 0 1 2 0 1 2"
((index+=1))

# 24 Ionosphere 3D (not a very physical or successful test at the moment but verifies some things about IG grid and outputs all datareducers)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ output = vg_rank
output = vg_f_saved
diagnostic = populations_vg_blocks

output = vg_connection
output = vg_fluxrope


[boundaries]
periodic_x = no
periodic_y = no
Expand Down Expand Up @@ -141,3 +145,14 @@ taperInnerRadius = 70e6

[bailout]
velocity_space_wall_block_margin = 0

[fieldtracing]
fieldLineTracer = ADPT_Euler
fluxrope_max_curvature_radii_to_trace = 12
fluxrope_max_curvature_radii_extent = 10
tracer_max_allowed_error = 1e5
tracer_max_attempts = 100
fullbox_max_incomplete_cells = 0.0005
fluxrope_max_incomplete_cells = 0
tracer_min_dx = 1e5

Loading