<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: including grib2 decoder in IVF in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867896#M71298</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello Les,&lt;BR /&gt;&lt;BR /&gt;thanks for your help. Step wise i will hopefully learn how to build mixed projects.&lt;BR /&gt;&lt;BR /&gt;But i think i am at a dead end. Each time i include a missing file (like 'unistd.h') i get new missing files. It looks like a very unix/linux spezific c-program (you need a couple of very spezific unix/linux *.h files). &lt;BR /&gt;&lt;BR /&gt;So if any has solved the problem of including grib (fortran) in the windows world, please give a hint how to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Did you get the source from the NCEP site?&lt;BR /&gt;I notethe code you providedis a mixture of f77 and f90styles, they have some f90 code on their site.&lt;BR /&gt;&lt;BR /&gt;Where did you find the unistd.h file? If you have it locally and there are more .h files there, then the simplestthing would beto add that directory to the "additional include directories" of the project rather than copying them to your source directory.&lt;BR /&gt;&lt;BR /&gt;Anything that is OS specific (linux/unix) will need to be modified for the appropriate Windows equivalent - but I suppose you already knew that. (I haven't looked closely at the code)&lt;BR /&gt;&lt;BR /&gt;Les</description>
    <pubDate>Wed, 06 Jan 2010 12:58:39 GMT</pubDate>
    <dc:creator>Les_Neilson</dc:creator>
    <dc:date>2010-01-06T12:58:39Z</dc:date>
    <item>
      <title>including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867888#M71290</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;does anyone has finished the task to compile the grib2-decoder with IVF?&lt;BR /&gt;&lt;BR /&gt;Any help would be perfekt.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank</description>
      <pubDate>Thu, 02 Apr 2009 19:06:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867888#M71290</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2009-04-02T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867889#M71291</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;i have placed this question last year in april. I had no reply. Does anyone has solved the problem by now?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:27:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867889#M71291</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2010-01-04T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867890#M71292</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The grib2 decoder source that I can find is all C. Needless to say, you can't compile it with a Fortran compiler. Do you have a different version in mind?&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867890#M71292</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-04T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867891#M71293</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; The grib2 decoder source that I can find is all C. Needless to say, you can't compile it with a Fortran compiler. Do you have a different version in mind?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello Steve,&lt;BR /&gt;&lt;BR /&gt;i was thinking about the fortran90 routines from the webpage:&lt;BR /&gt;&lt;A href="http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/" target="_blank"&gt;http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Frank&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 18:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867891#M71293</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2010-01-04T18:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867892#M71294</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Ok. I can compile all the Fortran sources in the first package listed in that page as long as I enable preprocessing (/fpp) and disable interface checking.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2010 19:21:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867892#M71294</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-04T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867893#M71295</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Ok. I can compile all the Fortran sources in the first package listed in that page as long as I enable preprocessing (/fpp) and disable interface checking.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello Steve,&lt;BR /&gt;&lt;BR /&gt;both steps where extremly helpfull. But i am also have problem with the including of an *.c file. In the file w3lib_baciof.f there are calls for bacio (IRET=BACIO(BACIO_OPENRW,IB,JB,1,NB,KA,FD(LU),CFN//CHAR(0),A)). The subroutine for this is included in the file bacio.v1.3.c . For this part i cannot find a solution. May be it is extremly simpel to include *.c file. But i have never done it before.&lt;BR /&gt;&lt;BR /&gt;I have included the project folder.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 13:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867893#M71295</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2010-01-05T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867894#M71296</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello Steve,&lt;BR /&gt;&lt;BR /&gt;both steps where extremly helpfull. But i am also have problem with the including of an *.c file. In the file w3lib_baciof.f there are calls for bacio (IRET=BACIO(BACIO_OPENRW,IB,JB,1,NB,KA,FD(LU),CFN//CHAR(0),A)). The subroutine for this is included in the file bacio.v1.3.c . For this part i cannot find a solution. May be it is extremly simpel to include *.c file. But i have never done it before.&lt;BR /&gt;&lt;BR /&gt;I have included the project folder.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;One simple way isto add a second project to your solution - say Gribc which is a C/C++ static lib project.&lt;BR /&gt;Remove the c source and header files from the fortran project and add them to the new C project.&lt;BR /&gt;&lt;BR /&gt;&lt;EDIT&gt;&lt;BR /&gt;actually the w3lib_baciof.h file can stay, it is a Fortran include file&lt;BR /&gt;(I personally don't like the .h extension for Fortran include files!)&lt;BR /&gt;&lt;/EDIT&gt;&lt;BR /&gt;&lt;BR /&gt;Make the fortran project dependent on the c project ( ie build the c project first) &lt;BR /&gt;Make sure that under Linker-&amp;gt;General the "Link Library Dependencies" is set to Yes&lt;BR /&gt;and then build your project&lt;BR /&gt;&lt;BR /&gt;When I did this with your supplied project I got a missing file "unistd.h"&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Les</description>
      <pubDate>Tue, 05 Jan 2010 14:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867894#M71296</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2010-01-05T14:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867895#M71297</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/126388"&gt;Les Neilson&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;One simple way isto add a second project to your solution - say Gribc which is a C/C++ static lib project.&lt;BR /&gt;Remove the c source and header files from the fortran project and add them to the new C project.&lt;BR /&gt;&lt;BR /&gt;&lt;EDIT&gt;&lt;BR /&gt;actually the w3lib_baciof.h file can stay, it is a Fortran include file&lt;BR /&gt;(I personally don't like the .h extension for Fortran include files!)&lt;BR /&gt;&lt;/EDIT&gt;&lt;BR /&gt;&lt;BR /&gt;Make the fortran project dependent on the c project ( ie build the c project first) &lt;BR /&gt;Make sure that under Linker-&amp;gt;General the "Link Library Dependencies" is set to Yes&lt;BR /&gt;and then build your project&lt;BR /&gt;&lt;BR /&gt;When I did this with your supplied project I got a missing file "unistd.h"&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Les&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello Les,&lt;BR /&gt;&lt;BR /&gt;thanks for your help. Step wise i will hopefully learn how to build mixed projects.&lt;BR /&gt;&lt;BR /&gt;But i think i am at a dead end. Each time i include a missing file (like 'unistd.h') i get new missing files. It looks like a very unix/linux spezific c-program (you need a couple of very spezific unix/linux *.h files). &lt;BR /&gt;&lt;BR /&gt;So if any has solved the problem of including grib (fortran) in the windows world, please give a hint how to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 09:38:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867895#M71297</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2010-01-06T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867896#M71298</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello Les,&lt;BR /&gt;&lt;BR /&gt;thanks for your help. Step wise i will hopefully learn how to build mixed projects.&lt;BR /&gt;&lt;BR /&gt;But i think i am at a dead end. Each time i include a missing file (like 'unistd.h') i get new missing files. It looks like a very unix/linux spezific c-program (you need a couple of very spezific unix/linux *.h files). &lt;BR /&gt;&lt;BR /&gt;So if any has solved the problem of including grib (fortran) in the windows world, please give a hint how to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Did you get the source from the NCEP site?&lt;BR /&gt;I notethe code you providedis a mixture of f77 and f90styles, they have some f90 code on their site.&lt;BR /&gt;&lt;BR /&gt;Where did you find the unistd.h file? If you have it locally and there are more .h files there, then the simplestthing would beto add that directory to the "additional include directories" of the project rather than copying them to your source directory.&lt;BR /&gt;&lt;BR /&gt;Anything that is OS specific (linux/unix) will need to be modified for the appropriate Windows equivalent - but I suppose you already knew that. (I haven't looked closely at the code)&lt;BR /&gt;&lt;BR /&gt;Les</description>
      <pubDate>Wed, 06 Jan 2010 12:58:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867896#M71298</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2010-01-06T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867897#M71299</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;But i think i am at a dead end. Each time i include a missing file (like 'unistd.h') i get new missing files. It looks like a very unix/linux spezific c-program (you need a couple of very spezific unix/linux *.h files). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Did you consider whether cygwin or similar environment might be more suitable for an initial version of such a project, as existing documents on the usage of this application suggest?&lt;BR /&gt;&lt;A href="http://www.opengrads.org/doc/udxt/grib2/grib2.html#usage_under_microsoft_windows"&gt;http://www.opengrads.org/doc/udxt/grib2/grib2.html#usage_under_microsoft_windows&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2010 14:08:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867897#M71299</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-01-06T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867898#M71300</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;does anyone has finished the task to compile the grib2-decoder with IVF?&lt;BR /&gt;&lt;BR /&gt;Any help would be perfekt.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Frank,&lt;BR /&gt;&lt;BR /&gt;HEY!! Someone working with GRIB2! I got the NCEP GRIB2 software to compile for me for my WINGRIDDS project- first through CVF 6.6 but I just made the switch to IVF 11.1/MS Studio 2008 &amp;amp; it compiled fine for me there as well. *HOWEVER*, I did not use any of the bacio* libraries to work with the GRIB data, I used to regular FORTRAN OPEN/READ calls to retrieve the data. I had more of an issue trying to get the JPEG2000 jasper routines to work but I got that going too. I have not tried to integrate the libpng or zlib routines. I also went through the GRIB2 processing using thecnvgrib routines as well.&lt;BR /&gt;&lt;BR /&gt;I'll provide details if you like.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 12 Jan 2010 19:51:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867898#M71300</guid>
      <dc:creator>jkrob</dc:creator>
      <dc:date>2010-01-12T19:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: including grib2 decoder in IVF</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867899#M71301</link>
      <description>&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=71488" class="basic" href="https://community.intel.com/en-us/profile/71488/"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;
&lt;DIV style="margin: 0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/71488"&gt;tropfen&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;does anyone has finished the task to compile the grib2-decoder with IVF?&lt;BR /&gt;&lt;BR /&gt;Any help would be perfekt.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Frank&lt;/I&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Frank,&lt;BR /&gt;&lt;BR /&gt;HEY!! Someone working with GRIB2! I got the NCEP GRIB2 software to compile for me for my WINGRIDDS project- first through CVF 6.6 but I just made the switch to IVF 11.1/MS Studio 2008 &amp;amp; it compiled fine for me there as well. *HOWEVER*, I did not use any of the bacio* libraries to work with the GRIB data, I used to regular FORTRAN OPEN/READ calls to retrieve the data. I had more of an issue trying to get the JPEG2000 jasper routines to work but I got that going too. I have not tried to integrate the libpng or zlib routines. I also went through the GRIB2 processing using thecnvgrib routines as well.&lt;BR /&gt;&lt;BR /&gt;I'll provide details if you like.&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/I&gt;&lt;/DIV&gt;
&lt;P&gt;Hello Jeff,&lt;/P&gt;
&lt;P&gt;i would be happy if you could give me details on how you have solved the problem. What regular fortran calls can be used to remove bacio.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2010 07:10:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/including-grib2-decoder-in-IVF/m-p/867899#M71301</guid>
      <dc:creator>tropfen</dc:creator>
      <dc:date>2010-01-16T07:10:01Z</dc:date>
    </item>
  </channel>
</rss>

