Changeset 4300 for palm


Ignore:
Timestamp:
Nov 22, 2019 10:39:29 AM (4 years ago)
Author:
scharf
Message:

Adjusted format for simulated time and related quantities

File:
1 edited

Legend:

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

    r4297 r4300  
    2525! -----------------
    2626! $Id$
     27! Adjusted format for simulated time and related quantities
     28!
     29! 4297 2019-11-21 10:37:50Z oliver.maas
    2730! adjusted message to the changed parameter recycling_yshift
    2831!
     
    16461649             '    CFL-factor:',F5.2)
    16471650202 FORMAT ( ' Timestep:          dt = ',F6.3,' s'/)
    1648 203 FORMAT ( ' Start time:          ',F9.3,' s'/ &
    1649              ' End time:            ',F9.3,' s')
    1650 204 FORMAT ( A,F9.3,' s')
    1651 205 FORMAT ( A,F9.3,' s',5X,'restart every',17X,F9.3,' s')
    1652 206 FORMAT (/' Time reached:        ',F9.3,' s'/ &
    1653              ' CPU-time used:       ',F9.3,' s     per timestep:               ', &
    1654                '  ',F9.3,' s'/                                                    &
    1655              '                                      per second of simulated tim', &
    1656                'e: ',F9.3,' s')
    1657 207 FORMAT ( ' Spinup time:         ',F9.3,' s')
     1651203 FORMAT ( ' Start time:        ',F11.3,' s'/ &
     1652             ' End time:          ',F11.3,' s')
     1653204 FORMAT ( A,F11.3,' s')
     1654205 FORMAT ( A,F11.3,' s',5X,'restart every',17X,F11.3,' s')
     1655206 FORMAT (/' Time reached:      ',F11.3,' s'/ &
     1656             ' CPU-time used:       ',F9.3,' s     per timestep:                 ',F9.3,' s'/ &
     1657             '                                      per second of simulated time: ',F9.3,' s')
     1658207 FORMAT ( ' Spinup time:       ',F11.3,' s')
    16581659250 FORMAT (//' Computational grid and domain size:'/ &
    16591660              ' ----------------------------------'// &
Note: See TracChangeset for help on using the changeset viewer.