The first is the result at the start time and the second is the result at the end time.
Based on my understanding, I have to run the provided Python code (/aspect/contirb/fastscape/fastscape_rewrite_VTK_with_time.py) to visualize calculated topography on top view like below
Sorry to bother you. I want to know whether you find the way to visualization the fastscape results?
I really want to know how to deal with it. Because I’ve tried many ways but still wrong. T_T
Sorry for taking so long to get back to this. Do both the .vtk and .vts not show up in paraview? I have ran into this problem often before, but it has always been an issue with not correctly setting
export GFORTRAN_CONVERT_UNIT=‘big_endian’
Do you have this set in your .bashrc, and was it set during fastscape installation and is it set whenever you run models? If this is the case and the visualizations still won’t work, I am not exactly sure what is going on.
If you run fastscape outside of ASPECT, do the visualizations show up?
A potential option to also check this is to revert to an older fastscape version (git checkout 508d4c3) where this setting wasn’t necessary. If it still appears in that then something else is going on. The quickest way to check this would be to also to run it solely in fastscape.
To run fastscape on it’s own, after building the .so library you can build/run one of the examples with something like this:
gfortran -O3 Fan.f90 libfastscapelib_fortran.a -o Fan