Ignore:
Timestamp:
Jan 14, 2019 12:49:24 PM (5 years ago)
Author:
maronga
Message:

removed most_methods circular and lookup. added improved version of palm_csd

File:
1 edited

Legend:

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

    r3655 r3668  
    2525! -----------------
    2626! $Id$
     27! Removed most_method and increased binary version
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Implementation of the PALM module interface
    2831!
     
    203206       READ ( 13 )  version_on_file
    204207
    205        binary_version_global = '4.7'
     208       binary_version_global = '4.8'
    206209       IF ( TRIM( version_on_file ) /= TRIM( binary_version_global ) )  THEN
    207210          WRITE( message_string, * ) 'version mismatch concerning ',           &
     
    488491             CASE ( 'momentum_advec' )
    489492                READ ( 13 )  momentum_advec
    490              CASE ( 'most_method' )
    491                 READ ( 13 )  most_method
    492493             CASE ( 'netcdf_precision' )
    493494                READ ( 13 )  netcdf_precision
Note: See TracChangeset for help on using the changeset viewer.