-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fixes #1230. Update mapl_tree.py #1231
Conversation
I might need to discuss this with @tclune and others. I'm not sure the ETA: and @bena-nasa |
We may need 2 different spellings for the various GC directories to be future-safe. One of the things we wanted to do with Git was to reconcile GC names and dir names. E.g., This is true of most gridcomps. I think we have either corrected it in one place or introduced a new component "correctly". |
Okay. What I have here seems to work in the Now, I think there are still issues with This was created with:
Of course, your paths may vary. Also, in the code by default I don't expand out some directories. Things like MOM, MOM6, GEOS-CHEM, etc. that are external and are often very deep. If you want these to expand, add the |
* Disabled chname "mode" as it is really not necessary and not very robust * Introduced "trim" option to skip non GridComps, shorten components names, and add some built-in aliases for readbility
I just did a sweep and cleaned up some comments. EditorConfig did a bit of whitespace cleaning as well. This does seem to work for now, so I think we are safe to pull into MAPL. Always better to have working code that might not be perfect than code we know doesn't work! Thanks to @amdasilva for extra additions and cleanup |
Description
An attempt to fix
mapl_tree.py
Related Issue
Closes #1230
Motivation and Context
Makes a code that used to work in CVS days, work again.
How Has This Been Tested?
Types of changes
Checklist: