Changeset d2a5a83 in flexpart.git for src/partoutput_mpi.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_mpi.f90

    r5f9d14a rd2a5a83  
    115115      p3=rddx*ddy
    116116      p4=ddx*ddy
     117
     118! eso: Temporary fix for particle exactly at north pole
     119      if (jyp >= nymax) then
     120      !  write(*,*) 'WARNING: conccalc.f90 jyp >= nymax'
     121        jyp=jyp-1
     122      end if
    117123
    118124  ! Topography
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG