In your fortran source you have to add a line. View solution in original post. Looks like you will need to build the netcdf library from the source code. There is nothing on their website for Intel versions beyond Maybe I am not clear in my question. My current environemt is Windows 7 64 bit. My requirement is straight forward. I only want to find a compitable netcdf working under this environment in order I can read netcdf format. One more question, if I install netcdf successfully, which command can I use to compile my Fortran program?
Under Compaq environment, I can use "f90 myprog. It's a little surprising that the references don't much address the question of running normally with current Visual Studio compatible Fortran compilers.
You ought to be able to link against a reported build for ifort win64 Did you try it, and what were the problems?
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 7 years, 6 months ago. Active 4 years, 4 months ago.
Viewed times. After many searches I have a plan to attack this problem, but want to ask the experts before. Do you agree with this? Improve this question. Antonio Serrano Antonio Serrano 2 2 silver badges 13 13 bronze badges. No, I don't agree. Really, what is the real question?
You can take a look at github. It seems they updated the version of udunits. I have updated the link, so it works now. I seems the libraries you propose are intended to do operations with times and dates, but not to convert them from one calendar to another.
The CDL for this example is shown below. Suppose you have some data you want to write to a netCDF file. For example, you have one time step of surface temperature and surface pressure, on a 6 x 12 latitude longitude grid. To store this in netCDF, create a file, add two dimensions latitude and longitude and two variables pressure and temperature.
In this example we add some netCDF attributes, as is typical in scientific applications, to further describe the data. In this case we add a units attribute to every netCDF variable. In this example we also add additional netCDF variables to describe the coordinate system.
0コメント