Changeset 776 for palm/trunk/SOURCE


Ignore:
Timestamp:
Oct 31, 2011 8:02:51 AM (12 years ago)
Author:
heinze
Message:

Bugfixes: increase of binary_version due to output of lpt_av, palmplot: adjustment for DKRZ (ibmh)

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r772 r776  
    44! Current revisions:
    55! -----------------
     6! bugfix: increase binary_version due to last commit
    67!
    78! Former revisions:
     
    250251!--    First compare the version numbers
    251252       READ ( 13 )  version_on_file
    252        binary_version = '3.1'
     253       binary_version = '3.2'
    253254       IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
    254255          WRITE( message_string, * ) 'version mismatch concerning data ',      &
  • palm/trunk/SOURCE/write_3d_binary.f90

    r772 r776  
    44! Current revisions:
    55! -----------------
     6! bugfix: increase binary_version due to last commit
    67!
    78! Former revisions:
     
    7879!
    7980!-- Write arrays.
    80     binary_version = '3.1'
     81    binary_version = '3.2'
    8182
    8283    WRITE ( 14 )  binary_version
Note: See TracChangeset for help on using the changeset viewer.