Ignore:
Timestamp:
Jul 3, 2014, 2:55:50 PM (10 years ago)
Author:
hasod
Message:
  • Implemented optional namelist input for COMMAND, RELEASES, SPECIES, AGECLASSES,OUTGRID,OUTGRID_NEST,RECEPTORS
  • Implemented com_mod switch nmlout to write input files as namelist to the output directory (.true. by default)
  • Proposed updated startup and runtime output (may change back to previous info if desired)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/timemanager.f90

    r20 r27  
    129129
    130130
     131  !write(*,45) itime,numpart,gridtotalunc,wetgridtotalunc,drygridtotalunc
     132  write(*,46) float(itime)/3600,itime,numpart
    131133  if (verbosity.gt.0) then
    132134    write (*,*) 'timemanager> starting simulation'
     
    371373        if ((iout.eq.4).or.(iout.eq.5)) call plumetraj(itime)
    372374        if (iflux.eq.1) call fluxoutput(itime)
    373         write(*,45) itime,numpart,gridtotalunc,wetgridtotalunc, &
    374              drygridtotalunc
    375 45      format(i9,' SECONDS SIMULATED: ',i8, &
    376              ' PARTICLES:    Uncertainty: ',3f7.3)
     375        !write(*,45) itime,numpart,gridtotalunc,wetgridtotalunc,drygridtotalunc
     376        write(*,46) float(itime)/3600,itime,numpart
     37745      format(i9,' SECONDS SIMULATED: ',i8, ' PARTICLES:    Uncertainty: ',3f7.3)
     37846      format(' Simulated ',f7.1,' hours (',i9,' s), ',i8, ' particles')
    377379        if (ipout.ge.1) call partoutput(itime)    ! dump particle positions
    378380        loutnext=loutnext+loutstep
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG