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

    r4564 r4671  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26! Implementation of downward facing USM and LSM surfaces
     27!
     28! 4564 2020-06-12 14:03:36Z raasch
    2629! Vertical nesting method of Huq et al. (2019) removed
    2730!
     
    184187    INTEGER ::  i                                !< loop index
    185188
    186     binary_version_global = '5.0'
     189    binary_version_global = '5.1'
    187190
    188191    IF ( restart_data_format_output == 'fortran_binary' )  THEN
     
    11611164!
    11621165!-- Write arrays.
    1163     binary_version_local = '5.0'
     1166    binary_version_local = '5.1'
    11641167
    11651168    IF ( TRIM( restart_data_format_output ) == 'fortran_binary' )  THEN
Note: See TracChangeset for help on using the changeset viewer.