-
Notifications
You must be signed in to change notification settings - Fork 2
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
Netcdf #53
Netcdf #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks! However, could you verify if the old output can still be generated and if the model can still be compiled and run without netcdf? The code does not look like it. It would also be good to include the netcdf option in the documentation.
So the only issue here is that you have to have netcdf-fortran installed before compiling. Will check if I could add something to look for that in the Makefile, but as you use a library ( you do "use netcdf" before a subroutine runs that uses it) this might be problematic. Installation is however just a simple one liner. |
I moved all the write-subroutines to a separate file, and added here netcdf-functionality.