Ignore:
Timestamp:
Jan 22, 2021 9:25:05 AM (3 years ago)
Author:
gronemeier
Message:

bugfix: deactivated header output (dynamics_mod); change: formatting clean-up (synthetic_turbulence_generator_mod)

File:
1 edited

Legend:

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

    r4845 r4851  
    2424! -----------------
    2525! $Id$
     26! bugfix: deactivated header output
     27!
     28! 4845 2021-01-18 11:15:37Z raasch
    2629! radiation boundary condition always uses maximum phase velocity, respective code for calculating
    2730! the phase velocity is removed
     
    352355                                             !< although the respective module namelist appears in
    353356                                             !< the namelist file
    354    
     357
    355358    NAMELIST /dynamics_parameters/  switch_off_module
    356359
     
    639642
    640643
    641     INTEGER(iwp) ::  io   !<
    642 
    643 !
    644 !-- If no module-specific variables are read from the namelist-file, no information will be printed.
    645     IF ( .NOT. dynamics_module_enabled )  THEN
    646        WRITE ( io, 100 )
    647        RETURN
    648     ENDIF
    649 
    650 !
    651 !-- Printing the information.
    652     WRITE ( io, 110 )
     644    INTEGER(iwp) ::  io   !< output-file id
     645
     646!
     647!-- Write dynamics module header
     648!-- NOTE: Deactivated because no relevant information to write so far
     649    IF ( .FALSE. )  WRITE ( io, 100 )
    653650
    654651!
    655652!-- Format-descriptors
    656 100 FORMAT (//' *** dynamic module disabled'/)
    657 110 FORMAT (//1X,78('#')                                                                           &
    658             //' User-defined variables and actions:'/                                              &
     653100 FORMAT (//' Dynamics module information:'/                                              &
    659654              ' -----------------------------------'//)
    660655
Note: See TracChangeset for help on using the changeset viewer.