Changeset bb579a9 in flexpart.git for src/gridcheck_gfs.f90


Ignore:
Timestamp:
Sep 13, 2017, 11:55:16 AM (7 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:
08a38b5
Parents:
aa8c34a (diff), dd6a4aa (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 'ctbto' into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gridcheck_gfs.f90

    r4c64400 rd8eed02  
    2020!**********************************************************************
    2121
    22 subroutine gridcheck
     22subroutine gridcheck_gfs
    2323
    2424  !**********************************************************************
     
    3838  !             CHANGE: 03/12/2008, Harald Sodemann, update to f90 with *
    3939  !                                 ECMWF grib_api                      *
     40  !                                                                     *
     41  !   Unified ECMWF and GFS builds                                      *
     42  !   Marian Harustak, 12.5.2017                                        *
     43  !     - Renamed routine from gridcheck to gridcheck_gfs               *
    4044  !                                                                     *
    4145  !**********************************************************************
     
    227231       yaux2in,iret)
    228232  call grib_check(iret,gribFunction,gribErrorMsg)
     233
     234  ! Fix for flexpart.eu ticket #48
     235  if (xaux2in.lt.0) xaux2in = 359.0
    229236
    230237  xaux1=xaux1in
     
    537544  endif
    538545
    539 end subroutine gridcheck
     546end subroutine gridcheck_gfs
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG