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

    r4845 r4848  
    2424! -----------------
    2525! $Id$
     26! bugfix: removed syn_turb_gen from restart files
     27!
     28! 4845 2021-01-18 11:15:37Z raasch
    2629! arrays removed that were required for radiation boundary conditions
    2730!
     
    3437! 4671 2020-09-09 20:27:58Z pavelkrc
    3538! Implementation of downward facing USM and LSM surfaces
    36 ! 
     39!
    3740! 4564 2020-06-12 14:03:36Z raasch
    3841! Vertical nesting method of Huq et al. (2019) removed
    39 ! 
     42!
    4043! 4536 2020-05-17 17:24:13Z raasch
    4144! binary version incremented
    42 ! 
     45!
    4346! 4535 2020-05-15 12:07:23Z raasch
    4447! bugfix for restart data format query
    45 ! 
     48!
    4649! 4514 2020-04-30 16:29:59Z suehring
    4750! qsurf and ssurf added
    48 ! 
     51!
    4952! 4495 2020-04-13 20:11:20Z raasch
    5053! restart data handling with MPI-IO added
    51 ! 
     54!
    5255! 4489 2020-04-04 10:54:08Z raasch
    5356! file re-formatted to follow the PALM coding standard
     
    198201    INTEGER ::  i                                !< loop index
    199202
    200     binary_version_global = '5.1'
     203    binary_version_global = '5.2'
    201204
    202205    IF ( restart_data_format_output == 'fortran_binary' )  THEN
     
    10761079       CALL wrd_mpi_io( 'surface_scalarflux', surface_scalarflux )
    10771080       CALL wrd_mpi_io( 'surface_waterflux', surface_waterflux )
    1078        CALL wrd_mpi_io( 'syn_turb_gen', syn_turb_gen )
    10791081       CALL wrd_mpi_io( 'time_coupling', time_coupling )
    10801082       CALL wrd_mpi_io( 'time_disturb', time_disturb )
Note: See TracChangeset for help on using the changeset viewer.