Ignore:
Timestamp:
May 17, 2020 5:24:13 PM (4 years ago)
Author:
raasch
Message:

messages and debug output converted to PALM routines (restart_data_mpi_io_mod), binary version number set to 5.0, heeader output for restart data format added, restart data filesize and I/O transfer speed added in cpu_measures, handling of single restart files (created with MPI-I/O) added to palmrun, bugfix: preprocessor directive adjusted (virtual_measurement_mod), location message format changed

File:
1 edited

Legend:

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

    r4514 r4536  
    949949    REAL(wp) ::  recycling_width = 9999999.9_wp                !< namelist parameter
    950950    REAL(wp) ::  residual_limit = 1.0E-4_wp                    !< namelist parameter
     951    REAL(wp) ::  restart_file_size                             !< size of restart file in mbyte
    951952    REAL(wp) ::  restart_time = 9999999.9_wp                   !< namelist parameter
    952953    REAL(wp) ::  rho_reference                                 !< reference state of density
Note: See TracChangeset for help on using the changeset viewer.