Changeset 8a65cb0 in flexpart.git for src/readwind_gfs.f90


Ignore:
Timestamp:
Mar 2, 2015, 3:11:55 PM (9 years ago)
Author:
Espen Sollum ATMOS <espen@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
1d207bb
Parents:
60403cd
Message:

Added code, makefile for dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readwind_gfs.f90

    rf13406c r8a65cb0  
    143143  !first see if we read GRIB1 or GRIB2
    144144  call grib_get_int(igrib,'editionNumber',gribVer,iret)
    145   call grib_check(iret,gribFunction,gribErrorMsg)
     145!  call grib_check(iret,gribFunction,gribErrorMsg)
    146146
    147147  if (gribVer.eq.1) then ! GRIB Edition 1
     
    149149  !read the grib1 identifiers
    150150  call grib_get_int(igrib,'indicatorOfParameter',isec1(6),iret)
    151   call grib_check(iret,gribFunction,gribErrorMsg)
     151!  call grib_check(iret,gribFunction,gribErrorMsg)
    152152  call grib_get_int(igrib,'indicatorOfTypeOfLevel',isec1(7),iret)
    153   call grib_check(iret,gribFunction,gribErrorMsg)
     153!  call grib_check(iret,gribFunction,gribErrorMsg)
    154154  call grib_get_int(igrib,'level',isec1(8),iret)
    155   call grib_check(iret,gribFunction,gribErrorMsg)
     155!  call grib_check(iret,gribFunction,gribErrorMsg)
    156156
    157157  else ! GRIB Edition 2
     
    159159  !read the grib2 identifiers
    160160  call grib_get_int(igrib,'discipline',discipl,iret)
    161   call grib_check(iret,gribFunction,gribErrorMsg)
     161!  call grib_check(iret,gribFunction,gribErrorMsg)
    162162  call grib_get_int(igrib,'parameterCategory',parCat,iret)
    163   call grib_check(iret,gribFunction,gribErrorMsg)
     163!  call grib_check(iret,gribFunction,gribErrorMsg)
    164164  call grib_get_int(igrib,'parameterNumber',parNum,iret)
    165   call grib_check(iret,gribFunction,gribErrorMsg)
     165!  call grib_check(iret,gribFunction,gribErrorMsg)
    166166  call grib_get_int(igrib,'typeOfFirstFixedSurface',typSurf,iret)
    167   call grib_check(iret,gribFunction,gribErrorMsg)
     167!  call grib_check(iret,gribFunction,gribErrorMsg)
    168168  call grib_get_int(igrib,'scaledValueOfFirstFixedSurface', &
    169169       valSurf,iret)
    170   call grib_check(iret,gribFunction,gribErrorMsg)
     170!  call grib_check(iret,gribFunction,gribErrorMsg)
    171171
    172172  !convert to grib1 identifiers
     
    262262  !  get the size and data of the values array
    263263    call grib_get_real4_array(igrib,'values',zsec4,iret)
    264     call grib_check(iret,gribFunction,gribErrorMsg)
     264!    call grib_check(iret,gribFunction,gribErrorMsg)
    265265  endif
    266266
     
    271271  call grib_get_int(igrib,'numberOfPointsAlongAParallel', &
    272272       isec2(2),iret)
    273   call grib_check(iret,gribFunction,gribErrorMsg)
     273!  call grib_check(iret,gribFunction,gribErrorMsg)
    274274  call grib_get_int(igrib,'numberOfPointsAlongAMeridian', &
    275275       isec2(3),iret)
    276   call grib_check(iret,gribFunction,gribErrorMsg)
     276!  call grib_check(iret,gribFunction,gribErrorMsg)
    277277  call grib_get_real8(igrib,'longitudeOfFirstGridPointInDegrees', &
    278278       xauxin,iret)
    279   call grib_check(iret,gribFunction,gribErrorMsg)
     279!  call grib_check(iret,gribFunction,gribErrorMsg)
    280280  call grib_get_real8(igrib,'latitudeOfLastGridPointInDegrees', &
    281281       yauxin,iret)
    282   call grib_check(iret,gribFunction,gribErrorMsg)
     282!  call grib_check(iret,gribFunction,gribErrorMsg)
    283283  xaux=xauxin+real(nxshift)*dx
    284284  yaux=yauxin
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG