-
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
Compression of output arrays #122
Comments
I agree, this would be good to implement, perhaps with a control flag. This also falls under #24 to some extent since there ought to be more ability to shape output. I'm not sure I have the bandwidth to work on this but will take it on board. (Also nice to hear from you again, Holger!) |
Could you give me some pointers on where you would insert the code necessary to make this change? I could play around with it a bit and then maybe even implement it. |
I think I found it. Made a pull request. |
Addressed in #123 |
Fortran also allows namelists to be of the form
At the moment,
f90nml
seems to be able to read such a namelist, but not write it in this form. I have an issue where I have large arrays (several thousand values) where almost all values are identical. Being able to compress this data would make my namelists far more readable.The text was updated successfully, but these errors were encountered: