Ignore:
Timestamp:
Sep 9, 2020 8:27:58 PM (4 years ago)
Author:
pavelkrc
Message:

Radiative transfer model RTM version 4.1

File:
1 edited

Legend:

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

    r4617 r4671  
    2525! -----------------
    2626! $Id$
     27! Implementation of downward facing USM and LSM surfaces
     28!
     29! 4617 2020-07-22 09:48:50Z raasch
    2730! check, if boundary conditions in the prerun are both set to cyclic
    2831!
     
    269272       READ ( 13 )  version_on_file
    270273
    271        binary_version_global = '5.0'
     274       binary_version_global = '5.1'
    272275       IF ( TRIM( version_on_file ) /= TRIM( binary_version_global ) )  THEN
    273276          WRITE( message_string, * ) 'version mismatch concerning ',           &
     
    867870       CALL rrd_mpi_io( 'binary_version_global',  version_on_file )
    868871
    869        binary_version_global = '5.0'
     872       binary_version_global = '5.1'
    870873       IF ( TRIM( version_on_file ) /= TRIM( binary_version_global ) )  THEN
    871874          WRITE( message_string, * ) 'version mismatch concerning binary_version_global:',         &
     
    17001703          READ ( 13 )  version_on_file
    17011704
    1702           binary_version_local = '5.0'
     1705          binary_version_local = '5.1'
    17031706          IF ( TRIM( version_on_file ) /= TRIM( binary_version_local ) )  THEN
    17041707             WRITE( message_string, * ) 'version mismatch concerning ',                               &
Note: See TracChangeset for help on using the changeset viewer.