Ignore:
Timestamp:
Jan 29, 2019 7:51:41 PM (5 years ago)
Author:
suehring
Message:

Revision of virtual-measurement module and data output enabled. Further, post-processing tool added to merge distributed virtually sampled data and to output it into NetCDF files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/time_integration.f90

    r3684 r3704  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Data output for virtual measurements added
    2323!
    2424! Former revisions:
     
    632632               
    633633    USE virtual_measurement_mod,                                               &
    634         ONLY:  vm_sampling, vm_time_start
     634        ONLY:  vm_data_output, vm_sampling, vm_time_start
    635635
    636636    IMPLICIT NONE
     
    16121612!--    Take virtual measurements
    16131613       IF ( virtual_measurement  .AND.                                         &
    1614             vm_time_start <= time_since_reference_point )  CALL vm_sampling
     1614            vm_time_start <= time_since_reference_point )  THEN
     1615          CALL vm_sampling
     1616          CALL vm_data_output
     1617       ENDIF
    16151618
    16161619!
Note: See TracChangeset for help on using the changeset viewer.