Hi everyone,
I’m using ASPECT version 3.0.0 and I’ve encountered an issue with the dynamic topography output resolution.
The files dynamic_topography_top00000 to dynamic_topography_top00010 have a consistent output grid spacing of 0.125 degrees. However, starting from dynamic_topography_top00011, the horizontal resolution changes to 0.5 degrees and remains at that coarser resolution for all subsequent outputs.
In contrast, the corresponding dynamic_topography_bottom files maintain a resolution of 0.125 degrees throughout the simulation.
The relevant parameters of my model are as follows:
subsection Geometry model
set Model name = box
subsection Box
set X extent = 666.e3 #6°
set Y extent = 666.e3 #6°
set Z extent = 660.e3 #660km
set X repetitions = 12
set Y repetitions = 12
set Z repetitions = 33
end
end
subsection Mesh refinement
set Initial global refinement = 1
set Initial adaptive refinement = 0
set Strategy = temperature
end
subsection Postprocess
set List of postprocessors = visualization, velocity statistics, temperature statistics,basic statistics,dynamic topography
subsection Visualization
set List of output variables =stress, strain rate, dynamic topography,maximum horizontal compressive stress, material properties
set Time between graphical output = 1e3
# set Output format = vtk
set Interpolate output = true
end
end
I’m not sure what might be causing this problem. Any guidance would be greatly appreciated.
Best,
Haolin