Changeset d2a5a83 in flexpart.git for src/partoutput.f90


Ignore:
Timestamp:
Dec 4, 2017, 1:18:12 PM (6 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
01e6052
Parents:
0ecc1fe
Message:

Fixed an issue with allocation in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/partoutput.f90

    re200b7a rd2a5a83  
    108108      p3=rddx*ddy
    109109      p4=ddx*ddy
     110
     111! eso: Temporary fix for particle exactly at north pole
     112      if (jyp >= nymax) then
     113      !  write(*,*) 'WARNING: conccalc.f90 jyp >= nymax'
     114        jyp=jyp-1
     115      end if
    110116
    111117  ! Topography
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG