Changeset 462f74b in flexpart.git for src/readcommand.f90


Ignore:
Timestamp:
Jul 12, 2016, 11:02:42 AM (8 years ago)
Author:
Sabine Eckhardt <sabine@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
842074e
Parents:
f28aa0a
Message:

first version of the backward scavenging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readcommand.f90

    rc04b739 r462f74b  
    339339  endif
    340340
     341 if ((ldirect.eq.-1).and.(iout.eq.6)) then
     342      if ((ind_receptor .eq. 1) .and.  (ind_source .eq. 1)) then
     343         write(*,*) ' #### FLEXPART SCAVENGING DEPOSIT BACKWARD MODE    #### '
     344         SCAVDEP=.true.
     345         allocate(xscav_frac1(maxpart,maxspec))
     346      else
     347        write(*,*) '#### FLEXPART MODEL ERROR! FILE COMMAND:     ####'
     348        write(*,*) '#### FOR SCAVDEP MODE ind_source and         ####'
     349        write(*,*) '#### ind_receptor have to be 1 !             ####'
     350        stop
     351      endif
     352    else
     353      SCAVDEP=.false.
     354    endif
     355
    341356  ! Check input dates
    342357  !******************
     
    384399  !**********************************************************************
    385400
    386   if ((iout.lt.1).or.(iout.gt.5)) then
     401  if ((iout.lt.1).or.(iout.gt.6)) then
    387402    write(*,*) ' #### FLEXPART MODEL ERROR! FILE COMMAND:     #### '
    388     write(*,*) ' #### IOUT MUST BE 1, 2, 3, 4, OR 5 FOR       #### '
     403    write(*,*) ' #### IOUT MUST BE 1, 2, 3, 4, 5 OR 6 FOR     #### '
    389404    write(*,*) ' #### STANDARD FLEXPART OUTPUT OR  9 - 13     #### '
    390405    write(*,*) ' #### FOR NETCDF OUTPUT                       #### '
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG