Changes in src/gridcheck_gfs.f90 [4c64400:d8eed02] in flexpart.git


Ignore:
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