[問題] fortran當中使用netcdf

作者: ihaveaids   2014-01-24 17:56:15
我在fortran程式中想寫一些讀取nc檔的程式
簡易程式碼如下
program
use netcdf
implicit none
integer :: year=2007,doy=349,hh=2
integer :: ios
integer :: ncid,state
character(len=128) :: filename = 'flist_storm'
state = nf90_open(trim(file_pwd),nf90_nowrite, ncid)
end program
以上只是開啟的程式 但compile一直沒過 猜測是use netcdf這行
要把netcdf這個 moduleu一起compile
在網路上找了下面這個指令
ifort -c -I/home/mydir/netcdf/include yyyyy.f90 -o yyyyy.x
雖然有跑出執行檔 但是執行時出現
-bash: ./podTec_GlobalMap.x: cannot execute binary file
有確認都是在64位元
想問問大家 fortran compilenetcdf的方法還有其他的嗎
或者我用法哪裡錯誤
謝謝
作者: george1224 ( )   2014-01-24 18:46:00
應該還有oPTION吧。。。跟NCARGF77一樣
作者: gilocustom   2014-01-24 19:08:00
https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-f90/Compiling-and-Linking-with-the-NetCDF-Library.html
作者: ihaveaids   2014-01-25 12:31:00
一樓大大 那是什麼?? 二樓大大的連結跟我找的一樣但無法執行@@
作者: george1224 ( )   2014-01-27 21:31:00
用Z大下面的那行試看看哩?

Links booklink

Contact Us: admin [ a t ] ucptt.com