-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error associated with compiling Sandy Case #318
Comments
netcdf4 is required, but it needs to be built with netcdf4 options activated. nf-config --all i get: This netCDF-Fortran 4.4.4 has been built with the following features: --cc -> mpiicc --fc -> mpiifort --has-nc2 -> yes --prefix -> /vortexfs1/apps/impistack-1.0 |
Thank you! Now the netcdf error has been fixed. I continue to try to compile the sandy case. New errors occur: |
i have seen this also. |
The netcdf-4 lib has been used, but no matter how I try, the following error still, could you help me?
get_sparse_matrix.f90(73): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_NCID]
status=nf90_inq_ncid(ncSPSid,grp_name,grpid)
---------------^
compilation aborted for get_sparse_matrix.f90 (code 1)
make: *** [mct_params] Error 1
cd /WORK2/zjou_cchen_1/Projects/coawst/Sandynew/COAWST//WRF; ls; ./clean -a;
./configure;
echo " "; echo " ";
echo "cleaned wrf";
The text was updated successfully, but these errors were encountered: