Changeset 3494 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Nov 6, 2018 2:51:27 PM (5 years ago)
Author:
suehring
Message:

Surface output revised and some bugs are fixed + new post-processing tool to convert binary surface output to Paraview readable VTK files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3455 r3494  
    2727# -----------------
    2828# $Id$
     29# Add tool for surface-output post-processing
     30#
     31# 3455 2018-10-30 14:12:31Z raasch
    2932# options -h and -d renamed -c and -r, respectively
    3033#
     
    497500 cp -p  ../UTIL/compare_palm_logs.f90  .
    498501 cp -p  ../UTIL/agent_preprocessing/agent_preprocessing.f90  .
     502 cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
    499503 cp -p  ../UTIL/Makefile_utilities  .
    500504 tar -cf  ${program_name}_sources.tar  Makefile*  *.$suf
    501  rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90  Makefile_utilities
     505 rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90  surface_output_to_vtk.f90 Makefile_utilities
    502506
    503507
Note: See TracChangeset for help on using the changeset viewer.