Changeset 27 for trunk/src/com_mod.f90


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/com_mod.f90

    r24 r27  
    682682
    683683  !********************
    684   ! Verbosity, testing flags
     684  ! Verbosity, testing flags, namelist I/O
    685685  !********************   
    686686  integer :: verbosity=0
    687687  integer :: info_flag=0
    688   INTEGER :: count_clock, count_clock0,  count_rate, count_max
     688  integer :: count_clock, count_clock0,  count_rate, count_max
     689  logical :: nmlout=.true.
    689690   
    690691
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG