Changes between Version 5 and Version 6 of Examples/WRF


Ignore:
Timestamp:
07/20/18 12:36:38 (6 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/WRF

    v5 v6  
    9393Predefined camera positions are loaded from "cam4.pvcvbc" and are used in 3 keyframes for the camera flight.
    9494
    95 In a first try we had problems with !ParaView, because during the camera flight, which only shows the last timestep, !ParaView loaded this single timestep again and again for each camera move, slowing down the rendering process significantly. Therefore in a first try the script "paraview_movie_script_singletimestep.py" was developed, which (in connection with "make_xdmf_structuredgrid_singletimesteps.py") only loaded the last timestep for the camera flight. Actually, this approach is no longer necessary, as a workaround was found and implemented in "paraview_movie_script_test.py". The workaround was just to disable the timeTrack from using the animation time by "timeTrack.!UseAnimationTime = 0".
     95In a first try we had problems with !ParaView, because during the camera flight, which only shows the last timestep, !ParaView loaded this single timestep again and again for each camera move, slowing down the rendering process significantly. Therefore, as a workaround, the script "paraview_movie_script_singletimestep.py" was developed, which (in connection with "make_xdmf_structuredgrid_singletimesteps.py") only loaded the last timestep for the camera flight. Actually, this approach is no longer necessary, as a solution was found and implemented in "paraview_movie_script_test.py". The solution was just to disable the timeTrack from using the animation time by "timeTrack.!UseAnimationTime = 0".