Changeset 27 for trunk/src/gridcheck.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/gridcheck.f90

    r24 r27  
    443443  !********************
    444444
    445   write(*,*)
    446   write(*,*)
    447   write(*,'(a,2i7)') '# of vertical levels in ECMWF data: ', &
     445  write(*,'(a,2i7)') ' Vertical levels in ECMWF data: ', &
    448446       nuvz+1,nwz
    449447  write(*,*)
    450   write(*,'(a)') 'Mother domain:'
     448  write(*,'(a)') ' Mother domain:'
    451449  write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Longitude range: ', &
    452450       xlon0,' to ',xlon0+(nx-1)*dx,'   Grid distance: ',dx
    453   write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Latitude range: ', &
     451  write(*,'(a,f10.5,a,f10.5,a,f10.5)') '  Latitude range : ', &
    454452       ylat0,' to ',ylat0+(ny-1)*dy,'   Grid distance: ',dy
    455453  write(*,*)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG