We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, Just in case it'd be useful to someone else:
To compile on IRENE (CEA) i had to modify the macro for CURIE (Macrolib/macro.curie) and change :
NCDF = -I$(NETCDF_INCDIR) $(NETCDF_LDFLAGS) -lnetcdff
to:
NCDF = -I$(NETCDFFORTRAN_INCDIR) $(NETCDFFORTRAN_LDFLAGS) -lnetcdff
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
Just in case it'd be useful to someone else:
To compile on IRENE (CEA) i had to modify the macro for CURIE (Macrolib/macro.curie) and change :
to:
The text was updated successfully, but these errors were encountered: