Gao Yongliang
Gao Yongliang
**I think it's already installed netcdf library.** yongliang@LAPTOP-MG3S5MBM:/mnt/d/AAA_WORK/mizuRoute/mizuRoute-main/mizuRoute-main/route/build$ which ncdump /usr/local/netcdf4-needed/bin/ncdump yongliang@LAPTOP-MG3S5MBM:/mnt/d/AAA_WORK/mizuRoute/mizuRoute-main/mizuRoute-main/route/build$ ncdump ncdump [-c|-h] [-v ...] [[-b|-f] [c|f]] [-l len] [-n name] [-p n[,n]] [-k] [-x] [-s] [-t|-i] [-g...
**Thank you, I think I should have compiled it successfully. Thank you for your help, your enthusiasm in answering my questions promptly and efficiently. Thank you very much.** Succesfully compiled...
**I think,I still need your help. I tried using python's necdf4 package as well as the xrarray package to generate a simple .nc file, but it all ends up back...
``` (base) yongliang@LAPTOP-MG3S5MBM:/mnt/d/AAA_WORK/mizuRoute/mizuRoute-main/netcdf_test$ make gfortran -Wall -g -ffree-line-length-none -c test_netcdf.f90 -I/usr/local/netcdf4-needed/include gfortran *.o -Wl,-rpath,/usr/local/netcdf4-needed/lib -L/usr/local/netcdf4-needed/lib -lnetcdff -lnetcdf -o test_netcdf.exe rm -f *.o rm -f *.mod (base) yongliang@LAPTOP-MG3S5MBM:/mnt/d/AAA_WORK/mizuRoute/mizuRoute-main/netcdf_test$ ./test_netcdf.exe FATAL ERROR:...
If ok, could you describe how you handle nc data? My current idea is to learn to use Arcgis to generate multidimensional nc data. Your replies are always meaningful guidance,...