Ignore:
Timestamp:
Apr 22, 2015, 3:42:35 PM (9 years ago)
Author:
pesei
Message:

Wet dep quick fix and other small changes. Wet depo quick fix not final yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/petra/src/timemanager.f90

    r30 r37  
    137137  !write(*,45) itime,numpart,gridtotalunc,wetgridtotalunc,drygridtotalunc
    138138  write(*,46) float(itime)/3600,itime,numpart
    139   if (verbosity.gt.0) then
    140     write (*,*) 'timemanager> starting simulation'
    141     if (verbosity.gt.1) then
    142       CALL SYSTEM_CLOCK(count_clock)
    143       WRITE(*,*) 'timemanager> SYSTEM CLOCK',(count_clock - count_clock0)/real(count_rate)
    144     endif     
     139  call verboutput(verbosity,1,'timemanager> starting simulation')
     140  if (verbosity.gt.1) then
     141    CALL SYSTEM_CLOCK(count_clock)
     142    WRITE(*,*) 'timemanager> SYSTEM CLOCK', (count_clock-count_clock0) / real(count_rate)
    145143  endif
    146144
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG