Ignore:
Timestamp:
Apr 13, 2020 8:11:20 PM (4 years ago)
Author:
raasch
Message:

restart data handling with MPI-IO added, first part

File:
1 edited

Legend:

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

    r4476 r4495  
    2525! -----------------
    2626! $Id$
     27! +restart_data_format, restart_data_format_input|output, include_total_domain_boundaries
     28!
     29! 4476 2020-03-27 12:56:41Z maronga
    2730! Renamed variables for subgrids-scale model steering
    2831!
     
    550553    CHARACTER (LEN=80)   ::  recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation'        !< namelist parameter
    551554    CHARACTER (LEN=20)   ::  reference_state = 'initial_profile'          !< namelist parameter
     555    CHARACTER (LEN=20)   ::  restart_data_format = 'fortran_binary'       !< namelist parameter
     556    CHARACTER (LEN=20)   ::  restart_data_format_input = 'undefined'      !< namelist parameter
     557    CHARACTER (LEN=20)   ::  restart_data_format_output = 'undefined'     !< namelist parameter
    552558    CHARACTER (LEN=20)   ::  timestep_scheme = 'runge-kutta-3'            !< namelist parameter
    553559    CHARACTER (LEN=20)   ::  turbulence_closure = '1.5-order'             !< namelist parameter
     
    748754    LOGICAL ::  humidity = .FALSE.                               !< namelist parameter
    749755    LOGICAL ::  humidity_remote = .FALSE.                        !< switch for receiving near-surface humidity flux (atmosphere-ocean coupling)
     756    LOGICAL ::  include_total_domain_boundaries = .FALSE.        !< store outer boundaries in restart file (MPI-IO)
    750757    LOGICAL ::  indoor_model = .FALSE.                           !< switch for indoor-climate and energy-demand model
    751758    LOGICAL ::  kolmogorov_length_scale = .FALSE.                !< switch to activate calculations in flow_statistics for the kolmogorov length scale
Note: See TracChangeset for help on using the changeset viewer.