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

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/palm.f90

    r3487 r3494  
    2525! -----------------
    2626! $Id$
     27! Last actions for surface output added
     28!
     29! 3487 2018-11-05 07:18:02Z maronga
    2730! Updates version to 6.0
    2831!
     
    315318        ONLY:  nested_run, pmci_child_initialize, pmci_init,                   &
    316319               pmci_modelconfiguration, pmci_parent_initialize
     320               
     321    USE surface_output_mod,                                                    &
     322        ONLY:  surface_output_last_action
    317323
    318324    USE write_restart_data_mod,                                                &
     
    576582       
    577583    ENDIF
     584!
     585!-- Last actions for surface output, for instantaneous and time-averaged data
     586    CALL surface_output_last_action( 0 )
     587    CALL surface_output_last_action( 1 )
    578588
    579589!
Note: See TracChangeset for help on using the changeset viewer.