Changeset 4c52d0b in flexpart.git for src/readspecies.f90


Ignore:
Timestamp:
Apr 8, 2021, 9:27:43 AM (3 years ago)
Author:
Espen Sollum <eso@…>
Branches:
dev
Children:
b1f28c3
Parents:
aa939a9 (diff), 4138764 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' into GFS_025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    r92fab65 r4138764  
    4242  implicit none
    4343
    44   integer :: i, pos_spec,j
     44  integer :: i, pos_spec,j,icheck_dow_hour
    4545  integer :: idow,ihour,id_spec
    4646  character(len=3) :: aspecnumb
     
    229229    ohnconst(pos_spec)=pohnconst
    230230
     231
     232    icheck_dow_hour=0
    231233    do j=1,24     ! 24 hours, starting with 0-1 local time
    232234      area_hour(pos_spec,j)=parea_hour(j)
    233235      point_hour(pos_spec,j)=ppoint_hour(j)
     236      if (parea_hour(j).ne.1 .or. ppoint_hour(j).ne.1) icheck_dow_hour=1
    234237    end do
    235238    do j=1,7      ! 7 days of the week, starting with Monday
    236239      area_dow(pos_spec,j)=parea_dow(j)
    237240      point_dow(pos_spec,j)=ppoint_dow(j)
     241      if (parea_dow(j).ne.1 .or. ppoint_dow(j).ne.1) icheck_dow_hour=1
    238242    end do
    239243
     
    35736120 continue
    358362
     363  if ((icheck_dow_hour.eq.1).and.(ldirect.lt.0)) then
     364    write(*,*) '#### FLEXPART MODEL WARNING                     ####'
     365    write(*,*) '#### The variation for an emission release      ####'
     366    write(*,*) '#### will have no effect in backward mode       ####' 
     367  endif
    359368
    36036922 close(unitspecies)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG