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/check_open.f90

    r3655 r3704  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Open binary files for virtual measurements
    2323!
    2424! Former revisions:
     
    470470          OPEN ( 26, FILE='SURFACE_DATA_AV_BIN'//TRIM( coupling_char )//myid_char,  &
    471471                 FORM='UNFORMATTED', POSITION='APPEND' )
    472        
     472                 
     473       CASE ( 27 )
     474!
     475!--       Binary files for virtual measurement data
     476          OPEN ( 27, FILE='VIRTUAL_MEAS_BIN'//TRIM( coupling_char )//myid_char,&
     477                 FORM='UNFORMATTED', POSITION='APPEND' )
    473478
    474479       CASE ( 30 )
Note: See TracChangeset for help on using the changeset viewer.