Ignore:
Timestamp:
Jun 29, 2017 9:28:18 AM (7 years ago)
Author:
raasch
Message:

write_binary is of type LOGICAL now, MPI2-related code removed, obsolete variables removed, sendrecv_in_background related parts removed, missing variable descriptions added

File:
1 edited

Legend:

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

    r2101 r2298  
    2525! -----------------
    2626! $Id$
     27! type of write_binary changed from CHARACTER to LOGICAL
     28!
     29! 2101 2017-01-05 16:42:31Z suehring
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
     
    5962!-- Here the user-defined actions at the end of a job follow.
    6063!-- Sample for user-defined output:
    61     IF ( write_binary(1:4) == 'true' )  THEN
     64    IF ( write_binary )  THEN
    6265!       IF ( ALLOCATED( u2_av ) )  THEN
    6366!          WRITE ( 14 )  'u2_av               ';  WRITE ( 14 )  u2_av
Note: See TracChangeset for help on using the changeset viewer.