| 8 | |
| 9 | == System requirements == |
| 10 | The official VAPOR FAQ say: |
| 11 | |
| 12 | * // We recommend a minimum of 512 MBs of main memory. VAPOR relies heavily on RAM for caching data in order to improve performance. So the more memory you have, the better the performance, in general.This is particularly true when animating through temporal data.// |
| 13 | |
| 14 | * // A graphics card with 3D hardware texture support and an OpenGL driver that can take advantage of the card are a must. Note that standard Linux distributions come with a generic driver that will work on all systems, but this will usually not give adequate performance. For best performance a driver provided by the graphics card vendor is essential. If you plan to use Linux and have not yet purchased a graphics card, you should check that the card you are considering purchasing has a driver optimized for Linux.// |
| 15 | |
| 16 | |
| 17 | == Conversion of NetCDF to VDF data == |
| 18 | coming soon. |
| 19 | |
| 20 | == Starting VAPOR at IMUK == |
| 21 | VAPOR (version 2.1.0) is installed on the Linux server at IMUK and can be started from the terminal: |
| 22 | |
| 23 | {{{. /muksoft/packages/vapor/2.1.0/bin/vapor-setup.sh; vaporgui&}}}. |
| 24 | |
| 25 | The VAPOR window will appear. |
| 26 | |