Changes in src/readcommand.f90 [20963b1:0a94e13] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readcommand.f90

    r20963b1 r0a94e13  
    5050  ! ipin                 1 continue simulation with dumped particle data, 0 no *
    5151  ! ipout                0 no particle dump, 1 every output time, 3 only at end*
     52  ! ipoutfac             increase particle dump interval by factor (default 1) *
    5253  ! itsplit [s]          time constant for particle splitting                  *
    5354  ! loutaver [s]         concentration output is an average over loutaver      *
     
    9798  iout, &
    9899  ipout, &
     100  ipoutfac, &
    99101  lsubgrid, &
    100102  lconvection, &
     
    129131  iout=3
    130132  ipout=0
     133  ipoutfac=1
    131134  lsubgrid=1
    132135  lconvection=1
     
    507510  !****************************************************************
    508511
    509   if ((ipout.ne.0).and.(ipout.ne.1).and.(ipout.ne.2)) then
     512  if ((ipout.ne.0).and.(ipout.ne.1).and.(ipout.ne.2).and.(ipout.ne.3)) then
    510513    write(*,*) ' #### FLEXPART MODEL ERROR! FILE COMMAND:     #### '
    511     write(*,*) ' #### IPOUT MUST BE 1, 2 OR 3!                #### '
     514    write(*,*) ' #### IPOUT MUST BE 0, 1, 2 OR 3!             #### '
    512515    stop
    513516  endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG