Changeset 38f23c7 in flexpart.git


Ignore:
Timestamp:
Nov 1, 2019, 10:05:26 AM (4 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
GFS_025, dev
Children:
95a8cb6
Parents:
c56da45
Message:

BUGFIX: indexing for input windfield corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gridcheck_ecmwf.f90

    r61e07ba r38f23c7  
    344344    nxmin1=nx-1
    345345    nymin1=ny-1
    346     if (xlon0.gt.180.) xlon0=xlon0-360.
     346    if (xlon0.ge.180.) xlon0=xlon0-360.
    347347    xauxa=abs(yaux1+90.)
    348348    if (xglobal.and.xauxa.lt.0.001) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG