Skip to content
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

human readability of automagically generated namelists #2

Open
GoogleCodeExporter opened this issue Jan 12, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

In the first instance we could afford to be lazy in the style in which we
wrote the namelists to file. In the current implementation of pydown.utils
the namelists are generated cycling through the keys of a a dictionary
without any sorting. This does not affect their functionality since Fortran
does not care about the order of the entries, at any rate, users will most
likely be accustomed to the order of the namelist entries that is used in
the default namelists that ship with WRF. 

Producing our namelists in the same fashion should then help with their
readability.

Original issue reported on code.google.com by [email protected] on 21 Mar 2008 at 10:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant