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

    r24 r27  
    350350  !********************
    351351
    352   write(*,'(a,i2)') 'Nested domain #: ',l
     352  write(*,'(a,i2,a)') ' Nested domain ',l,':'
    353353  write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Longitude range: ', &
    354354       xlon0n(l),' to ',xlon0n(l)+(nxn(l)-1)*dxn(l), &
    355355       '   Grid distance: ',dxn(l)
    356   write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Latitude range: ', &
     356  write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Latitude range : ', &
    357357       ylat0n(l),' to ',ylat0n(l)+(nyn(l)-1)*dyn(l), &
    358358       '   Grid distance: ',dyn(l)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG