Difference between revisions of "UCVM 3D Viz"
From SCECpedia
Jump to navigationJump to searchLine 3: | Line 3: | ||
== Installing IRIS EMC Plugins == | == Installing IRIS EMC Plugins == | ||
+ | |||
+ | Retrieve the latest EMC Paraview distribution | ||
+ | |||
+ | Install bundle by executing the python2 script "build_plugin_macros.py" | ||
+ | <pre> | ||
+ | |||
+ | Option 2: As indicated on top of the Plugin Manager window, you may place your plugin files under the designated plugin directory so they would | ||
+ | be loaded automatically. A better option would be to make the designated plugin directory a soft symbolic link of your plugin directory: | ||
+ | |||
+ | ln -s {FULL PATH TOIRIS_EMC_Paraview}/plugins {FULL PATH TO PARAVIEW APPLICATION DIRECTORY}/Contents/MacOS/plugins | ||
+ | |||
+ | then restart ParaView | ||
+ | |||
+ | - In ParaView go to "Sources --> IRIS EMC" to see various EMC sources you have installed | ||
+ | - In ParaView go to "Filters--> IRIS EMC" to see the single EMC filter you have installed (it should be grayed out since you have no data to filter yet!) | ||
+ | |||
+ | |||
+ | |||
+ | </pre> | ||
== Creating NetCDF files from UCVM models == | == Creating NetCDF files from UCVM models == |
Revision as of 20:32, 24 October 2018
These are notes on the steps we used to visualize UCVM models in 3D. Current efforts are to visualize the supported models using IRIS EMC Paraview plugin tools.
Contents
Installing IRIS EMC Plugins
Retrieve the latest EMC Paraview distribution
Install bundle by executing the python2 script "build_plugin_macros.py"
Option 2: As indicated on top of the Plugin Manager window, you may place your plugin files under the designated plugin directory so they would be loaded automatically. A better option would be to make the designated plugin directory a soft symbolic link of your plugin directory: ln -s {FULL PATH TOIRIS_EMC_Paraview}/plugins {FULL PATH TO PARAVIEW APPLICATION DIRECTORY}/Contents/MacOS/plugins then restart ParaView - In ParaView go to "Sources --> IRIS EMC" to see various EMC sources you have installed - In ParaView go to "Filters--> IRIS EMC" to see the single EMC filter you have installed (it should be grayed out since you have no data to filter yet!)