Last change
on this file since 3936 was
3494,
checked in by suehring, 6 years ago
|
Surface output revised and some bugs are fixed + new post-processing tool to convert binary surface output to Paraview readable VTK files
|
File size:
444 bytes
|
Rev | Line | |
---|
[3494] | 1 | &surface_output |
---|
| 2 | |
---|
| 3 | ! |
---|
| 4 | !-- Number of processors of the run - equal the number of binary files with surface data. |
---|
| 5 | num_pe = 4, |
---|
| 6 | ! |
---|
| 7 | !-- Path to the output binary files. |
---|
| 8 | path = '~/palm/current_version/JOBS/test_urban/OUTPUT/', |
---|
| 9 | ! |
---|
| 10 | !-- Name of the run. |
---|
| 11 | run = 'test_urban', |
---|
| 12 | ! |
---|
| 13 | !-- Cycle number of the output data which should be processed. |
---|
| 14 | cycle_number = 0, |
---|
| 15 | ! |
---|
| 16 | !-- Convert instantaneous or average data. |
---|
| 17 | convert_average_data = .F., |
---|
| 18 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.