<?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: Include netCDF in my Fortran projet in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531303#M168511</link>
    <description>&lt;P&gt;Yes I did it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lamine06F_0-1696624059660.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/46517i7326F5ECBB822F6C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Lamine06F_0-1696624059660.png" alt="Lamine06F_0-1696624059660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2023 20:28:22 GMT</pubDate>
    <dc:creator>Lamine06F</dc:creator>
    <dc:date>2023-10-06T20:28:22Z</dc:date>
    <item>
      <title>Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528448#M168346</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Suppose this is the code&lt;/P&gt;&lt;P&gt;Subroutine netCDF&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; USE netcdf&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;implicit none&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;print*,"netCDF is working"&lt;/P&gt;&lt;P&gt;end subroutine&amp;nbsp;netCDF&lt;/P&gt;&lt;P&gt;(copied from this link&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/Link-NetCDF-Fortran-library-to-Visual-Studio-2008-Intel-Composer/m-p/1036966" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/Link-NetCDF-Fortran-library-to-Visual-Studio-2008-Intel-Composer/m-p/1036966&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;My objective is to link netCDF to my project. I have installed&amp;nbsp;netCDF-C executable because from what I have read, it is necessary (link&amp;nbsp;&lt;A href="https://downloads.unidata.ucar.edu/netcdf/" target="_blank" rel="noopener"&gt;https://downloads.unidata.ucar.edu/netcdf/&lt;/A&gt;) and download netCDF-FORTRAN 4.6.1 (same link as above) . So how should I do to link netCDF with my project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 12:13:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528448#M168346</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-09-28T12:13:31Z</dc:date>
    </item>
    <item>
      <title>Re:Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528591#M168347</link>
      <description>&lt;P&gt;Hi Diallo, we are transferring this thread to the respective team for further help. Please refer to the link: &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/bd-p/fortran-compiler" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/bd-p/fortran-compiler&lt;/A&gt; and find your post under the Intel® Fortran Compiler community.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2023 18:33:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528591#M168347</guid>
      <dc:creator>RahulC_Intel</dc:creator>
      <dc:date>2023-09-28T18:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528858#M168365</link>
      <description>&lt;P&gt;As netCDF does not appear to provide Visual Studio projects, just libraries and include/module files, the way to do this is to:&lt;/P&gt;&lt;P&gt;1. Right click on your Fortran project, select Properties.&lt;/P&gt;&lt;P&gt;2. Select Fortran &amp;gt; General and add the path to the netCDF Include folder in the property "Additional include directories".&lt;/P&gt;&lt;P&gt;3. Locate the netCDF import library in the netCDF lib folder and add it to your project as if it were a source file.&lt;/P&gt;&lt;P&gt;4. When running the program, the netCDF bin folder must be included in the PATH environment variable.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:07:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1528858#M168365</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-09-29T15:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529212#M168377</link>
      <description>&lt;P&gt;You are specifying which netCDF I have to link. From webpage, there are to netCDF : netCDF-C and netCDF-FORTRAN. So you are talking about netCDF-C or netCDF-FORTRAN&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 12:31:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529212#M168377</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-01T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529219#M168378</link>
      <description>&lt;P&gt;netCDF-Fortran is provided as sources only, with Linux-style makefiles. Given that your example has a USE of a netcdf module, that strongly suggests that you need the Fortran version of netCDF. You'll then need to figure out how to create a Visual Studio project to build it.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 14:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529219#M168378</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-10-01T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529236#M168379</link>
      <description>&lt;P&gt;I posted a step by step procedure for building the netCDF fortran libraries a while ago. At the time I wasn't familiar with CMake so it wasn't as clear as it could have been. Since then I have used CMake quite a bit and in some cases I use it rather than VS solutions and projects directly and use it to generate a VS solution when required.&lt;/P&gt;&lt;P&gt;With the proviso that I haven't used netCDF for anything other than running some of the supplied examples, here is&amp;nbsp; a procedure for building the netCDF fortran library for use with ifort in Windows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If CMake is not installed then download CMake Widows x64 Installer from &lt;A href="https://cmake.org/download/" target="_self"&gt;https://cmake.org/download/&lt;/A&gt; and install.&lt;/P&gt;&lt;P&gt;Download netCDF-3 64-bit Windows binary netCDF4.9.2-NC3-64.exe from &lt;A href="https://downloads.unidata.ucar.edu/netcdf/" target="_self"&gt;https://downloads.unidata.ucar.edu/netcdf/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Download netcdf-fortran-main.zip from &lt;A href="https://github.com/Unidata/netcdf-fortran" target="_self"&gt;https://github.com/Unidata/netcdf-fortran&lt;/A&gt; (&lt;A href="https://codeload.github.com/Unidata/netcdf-fortran/zip/refs/heads/main" target="_self"&gt;https://codeload.github.com/Unidata/netcdf-fortran/zip/refs/heads/main&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;(netcdf-fortran-4.6.1.zip from &lt;A href="https://downloads.unidata.ucar.edu/netcdf/" target="_self"&gt;https://downloads.unidata.ucar.edu/netcdf/&lt;/A&gt; needs some files to be generated which aren't on a Windows system - or not on mine at least.)&lt;/P&gt;&lt;P&gt;Install netCDF-3 libraries&lt;BR /&gt;(If netCDF is not added to the system PATH it will be required to be accessible to any applications that use it.)&lt;BR /&gt;Destination folder G:\netCDF\netCDF 4.9.2 (for the sake of example netCDF is installed in G:\netCDF)&lt;BR /&gt;Install all components&lt;BR /&gt;&lt;BR /&gt;Extract all files netcdf-fortran-main.zip to G:\netCDF\netcdf-fortran-main-4.6.1&lt;/P&gt;&lt;P&gt;Run CMake&lt;BR /&gt;Where is the source code: G:/netCDF/netcdf-fortran-main-4.6.1/netcdf-fortran-main&lt;BR /&gt;Where to build the binaries: G:/netCDF/netcdf-fortran-main-4.6.1/MyBuild&lt;BR /&gt;&lt;BR /&gt;Press Configure&lt;BR /&gt;Specify the generator for this project: Visual Studio ?? ????&lt;BR /&gt;Optional platform for generator: x64&lt;BR /&gt;Use default native compilers&lt;BR /&gt;&lt;BR /&gt;will fail: ensure BUILD_SHARED_LIBS is UNCHECKED&lt;BR /&gt;set NETCDF_C_LIBRARY to G:/netCDF/netCDF 4.9.2/lib/netcdf.lib&lt;BR /&gt;&lt;BR /&gt;Press Configure&lt;BR /&gt;will fail: set NETCDF_C_INCLUDE_DIR to G:/netCDF/netCDF 4.9.2/include&lt;BR /&gt;&lt;BR /&gt;Press Configure&lt;BR /&gt;(will produce a number of not found messages in red but will end with "Configuring done" in output window)&lt;/P&gt;&lt;P&gt;Press Generate&lt;BR /&gt;(short display of progress dialog followed by "Generating done" in output window)&lt;/P&gt;&lt;P&gt;Close CMake&lt;/P&gt;&lt;P&gt;Go to folder G:\netCDF\netcdf-fortran-main-4.6.1\MyBuild&lt;/P&gt;&lt;P&gt;Open NC4F.sln in Visual Studio&lt;/P&gt;&lt;P&gt;In project netcdff open file module_netcdf_nc_data.F90 and insert&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;#else
  Integer(C_INT), Parameter :: NC_ENOPAR = -114
  Integer(C_INT), Parameter :: NC_NOQUANTIZE        = 0
  Integer(C_INT), Parameter :: NC_QUANTIZE_BITGROOM = 1&lt;/LI-CODE&gt;&lt;P&gt;above the #endif at the end of the module&lt;/P&gt;&lt;P&gt;Build netcdff (IFORT) (dependencies will be built first)&lt;/P&gt;&lt;P&gt;To check functionality:&lt;/P&gt;&lt;P&gt;Build and run F77_tests_pres_temp_4D_wr followed by F77_tests_pres_temp_4D_rd&lt;BR /&gt;Build and run F90_tests_pres_temp_4D_wr followed by F90_tests_pres_temp_4D_rd&lt;/P&gt;&lt;P&gt;(If netcdf.dll is not in the path, add path=G:\netCDF\netCDF 4.9.2\bin to the Environment item of the Debugging tab of the projects' properties - the example projects can all be selected in Solution Explorer and the Environment item set in all of them at once.)&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 16:09:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529236#M168379</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-01T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529505#M168392</link>
      <description>&lt;P&gt;I would like to thank both of your for your answers. They have helped me a lot.&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75179"&gt;@mfinnis&lt;/a&gt;&amp;nbsp;Your answer was well detailed and I have followed your instructions, but I failed to run Cmake. I download&amp;nbsp;&lt;SPAN&gt;netCDF4.9.2-NC3-64.exe from&amp;nbsp;&lt;/SPAN&gt;https://downloads.unidata.ucar.edu/netcdf/&amp;nbsp;&amp;nbsp;and added it the PATH (pic1.png). Next, I download&amp;nbsp;https://codeload.github.com/Unidata/netcdf-fortran/zip/refs/heads/main &amp;nbsp;&amp;nbsp;and unzipped it at&amp;nbsp;C:\Program Files\netCDF 4.9.2 (pic2.png). Then I downloaded Cmake from&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;https://cmake.org/download/&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next I tried to run Cmake provinding :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where is the source code :&amp;nbsp;C:\Program Files\netCDF 4.9.2\netcdf-fortran-main&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where to build the binaries:&amp;nbsp;C:\Program Files\netCDF 4.9.2\netcdf-fortran-main\Mybuild&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I pressed configure but I got these errors&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(check pic4.png).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please what have I missed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 17:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529505#M168392</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-02T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529524#M168393</link>
      <description>&lt;P&gt;You can't write to Program Files or any of its subfolders so you need MyBuild to be somewhere else. I think there is config file written to the source directory as well so you can't have the source in Program Files either.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 18:21:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529524#M168393</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-02T18:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529776#M168411</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75179"&gt;@mfinnis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put MyBuild folder in somewhere (C:/Users/lamin/source/repos/netCDF/MyBuilder) then I run Cmake. I have attached 3 pictures so that you can see the progression. pic5.png shows that some files are not found. pic6.nog shows that how it failed. pic6.png ( I have unchecked &lt;SPAN&gt;BUILD_SHARED_LIBS ) but&amp;nbsp;NETCDF_C_LIBRARY is missing.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 08:02:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529776#M168411</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-03T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529818#M168412</link>
      <description>&lt;P&gt;Try starting again. Delete your build directory and ensure there is nothing in your system path that relates to netCDF. Run CMake again. Attached are the screen shots on my machine of: Configure1.png, post first Configure after which BUILD_SHARED_LIBS is unchecked and NETCDF_C_LIBRARY is set to G:/netCDF/netCDF 4.9.2/lib/netcdf.lib; Configure2.png, post second Configure after which NETCDF_C_INCLUDE_DIR is set to G:/netCDF/netCDF 4.9.2/include; ConfiguringDone.png, post third Configure after which Generate generates the VS solution. ConfigureingDone.txt contains the contents of the status window after the third Configure.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 10:53:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1529818#M168412</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-03T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1530053#M168433</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75179"&gt;@mfinnis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Your solution works out well.&lt;/P&gt;&lt;P&gt;My last question is what do mean by this sentence : '&lt;SPAN&gt;Build netcdff (IFORT) (dependencies will be built first)'. Which dependencies should I build first.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regard!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 21:21:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1530053#M168433</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-03T21:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1530218#M168437</link>
      <description>&lt;P&gt;It was just to point out that building netcdff would also build its dependancies, which can be seen from the Project Dependancies menu item are ZERO_CHECK (a CMake thing I think) and netcdff_c (a small C library required for netcdff). These are built automatically when building netcdff and are why you wil see something like "Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped" when building netcdff.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 09:30:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1530218#M168437</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-04T09:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531071#M168498</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75179"&gt;@mfinnis&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sorry to disturb you again. When I build netcdff(ifort), I have a lot error. I have attached a picture.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:29:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531071#M168498</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-06T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531079#M168499</link>
      <description>&lt;P&gt;The first errors are the interesting ones, we don't see that. An error compiling a module then cascades a whole list of consequential errors that are of little interest.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 09:02:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531079#M168499</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2023-10-06T09:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531086#M168503</link>
      <description>&lt;P&gt;Did you make the edit to module_netcdf_nc_data.F90?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 09:17:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531086#M168503</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-06T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531303#M168511</link>
      <description>&lt;P&gt;Yes I did it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lamine06F_0-1696624059660.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/46517i7326F5ECBB822F6C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Lamine06F_0-1696624059660.png" alt="Lamine06F_0-1696624059660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 20:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531303#M168511</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-06T20:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531411#M168519</link>
      <description>&lt;P&gt;I can't see all the errors so it's difficult to say. I will add that if I comment out the edit to module_netcdf_nc_data.F90 and rebuild I get the same errors as you appear to have - what I can see is the same and there are 46 errors. Maybe double check that you have done what you think you have done, clean the solution and rebuild.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 09:17:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531411#M168519</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-07T09:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531469#M168521</link>
      <description>&lt;P&gt;I have gone through, but I am still getting the same errors. Here is errors file.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 18:21:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531469#M168521</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-07T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531474#M168522</link>
      <description>&lt;P&gt;As you can see, module_netcdf_nc_data.F90 compiles ok. When module_netcdf_nf_data.F90 is compiled it fails because NC_NOQUANTIZE and NC_QUANTIZE_BITGROOM are not defined.&amp;nbsp; The file module_netcdf_nf_data.F90 should use netcdf_nc_data. The edit above ensures that those two parameters are defined. So you need to find out why they're not. Failing that you can set&amp;nbsp; NF_NOQUANTIZE = 0 and NF_QUANTIZE_BITGROOM = 1 in module_netcdf_nf_data.F90 as they are the only places NC_NOQUANTIZE and NC_QUANTIZE_BITGROOM are used.&lt;/P&gt;&lt;P&gt;What is strange is that module_netcdf_nc_interfaces.F90, which also uses netcdf_nc_data and accesses NC_ENOPAR, the other parameter in the edit, compiles ok.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 19:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531474#M168522</guid>
      <dc:creator>mfinnis</dc:creator>
      <dc:date>2023-10-07T19:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include netCDF in my Fortran projet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531589#M168532</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75179"&gt;@mfinnis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After setting&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;NF_NOQUANTIZE = 0 and NF_QUANTIZE_BITGROOM = 1 in module_netcdf_nf_data.F90, It compile well. Few errors appeared nf_nc_noparallel.F90, and I solve them by setting status=0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To come to my first question, how to link my netCDF (or MyBuilder) to my Fortran program (attached).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank for your incredible help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 19:09:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Include-netCDF-in-my-Fortran-projet/m-p/1531589#M168532</guid>
      <dc:creator>Lamine06F</dc:creator>
      <dc:date>2023-10-08T19:09:01Z</dc:date>
    </item>
  </channel>
</rss>

