Ignore:
Timestamp:
Jan 21, 2021 3:51:51 PM (3 years ago)
Author:
gronemeier
Message:

bugfix: removed syn_turb_gen from restart files, replaced use_syn_turb_gen by syn_turb_gen

File:
1 edited

Legend:

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

    r4845 r4848  
    2525! -----------------
    2626! $Id$
     27! bugfix: removed syn_turb_gen from restart files
     28!
     29! 4845 2021-01-18 11:15:37Z raasch
    2730! arrays removed that were required for radiation boundary conditions
    2831!
     
    4245! Bugfix in allocation of hom and hom_sum in case of mpi-io restart when
    4346! chemistry or salsa are employed
    44 ! 
     47!
    4548! 4580 2020-06-29 07:54:21Z raasch
    4649! data handling with MPI-IO for cyclic-fill added (so far only for global data)
    47 ! 
     50!
    4851! 4564 2020-06-12 14:03:36Z raasch
    4952! Vertical nesting method of Huq et al. (2019) removed
    50 ! 
     53!
    5154! 4539 2020-05-18 14:05:17Z raasch
    5255! location message added
    53 ! 
     56!
    5457! 4536 2020-05-17 17:24:13Z raasch
    5558! binary version incremented
    56 ! 
     59!
    5760! 4534 2020-05-14 18:35:22Z raasch
    5861! adjustments for I/O on reduced number of cores using shared memory MPI
    59 ! 
     62!
    6063! 4518 2020-05-04 15:44:28Z suehring
    6164! Move input of diagnostic output quantities to doq_rrd_local
    62 ! 
     65!
    6366! 4517 2020-05-03 14:29:30Z raasch
    6467! qsurf and ssurf added
    65 ! 
     68!
    6669! 4498 2020-04-15 14:26:31Z raasch
    6770! argument removed from rd_mpi_io_open
    68 ! 
     71!
    6972! 4496 2020-04-15 08:37:26Z raasch
    7073! bugfix: MPI barrier removed, coupling character added to input filename
    71 ! 
     74!
    7275! 4495 2020-04-13 20:11:20Z raasch
    7376! restart data handling with MPI-IO added
    74 ! 
     77!
    7578! 4435 2020-03-03 10:38:41Z raasch
    7679! bugfix for message that reports about files that are read from in case that the virtual PE grid
    7780! has chenged (in case of large number of files format was exceeded), detailed messages about the
    7881! files are now output to the debug file
    79 ! 
     82!
    8083! 4431 2020-02-27 23:23:01Z gronemeier
    8184! added u_center_av, v_center_av, wspeed_av
     
    283286       READ ( 13 )  version_on_file
    284287
    285        binary_version_global = '5.1'
     288       binary_version_global = '5.2'
    286289       IF ( TRIM( version_on_file ) /= TRIM( binary_version_global ) )  THEN
    287290          WRITE( message_string, * ) 'version mismatch concerning ',           &
     
    10931096       CALL rrd_mpi_io( 'surface_scalarflux', surface_scalarflux )
    10941097       CALL rrd_mpi_io( 'surface_waterflux', surface_waterflux )
    1095        CALL rrd_mpi_io( 'syn_turb_gen', syn_turb_gen )
    10961098       CALL rrd_mpi_io( 'time_coupling', time_coupling )
    10971099       CALL rrd_mpi_io( 'time_disturb', time_disturb )
Note: See TracChangeset for help on using the changeset viewer.