Changes between Version 7 and Version 8 of Examples/Ear5Animating


Ignore:
Timestamp:
07/10/18 11:57:27 (6 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Ear5Animating

    v7 v8  
    1313}}}
    1414
    15 For JURECA software stage 2018a, the modules can be loaded by:
     15For JURECA software stage 2018a, the needed modules are:
    1616{{{
    1717#!bash
     
    5151{{{
    5252#!bash
    53 module spider python
     53module spider h5py
    5454}}}
    5555{{{
     
    137137How To transfer colormaps from GUI to script:\\
    138138Once you have designed a good colormap in the GUI, you can save it there as a preset. This preset can then be renamed and saved to disk as a *.json file.
    139 Since a different colormap makes sense for each variable, one will end up with more then one colormap file. In this example the naming scheme for colormap files is "stein_''variable''.json", e.g. "stein_vo.json" for the vorticity. This naming scheme is expected in the Python scripts, which among other things load the color tables:
     139Since a different colormap makes sense for each variable, one will end up with more then one colormap file. In this example the naming scheme for colormap files is "stein_''variable''.json", e.g. "stein_vo.json" for the vorticity. This naming scheme is expected in the Python script, which among other things loads the color tables:
    140140{{{
    141141#!python
     
    165165As you can see above, the script expects the naming convention "camera_''variable''.pvcvbc", e.g. "camera_vo.pvcvbc" for the vorticity.
    166166
    167 === How-To start a !ParaView script ===
     167=== How-To start a !ParaView-Python script ===
    168168Generally a !ParaView python script is started with "pvpython script.py" (or, on a VNC-server, like JURECA, by "vglrun pvpython script.py"). On JURECA, however, the following approach is necessary: first start a pvserver on display :0.0 and let pvpython connect to this server. This can be done in one command line:
    169169{{{
     
    204204./make_movie_pvserver.sh
    205205}}}
    206 Rendering takes about 10 minutes. As a result, 10 images for the variables "ciwc" and "clwc" should be generated. The images can be viewed on JURECA with "/usr/local/jsc/etc/xdg/scripts/launch_gpicview.sh image*.jpg".
     206Rendering takes about 10 minutes. As a result, 10 images for the variables "ciwc" and "clwc" should be generated. The images can be viewed with GPicView on JURECA via "/usr/local/jsc/etc/xdg/scripts/launch_gpicview.sh image*.jpg".