-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Partial refactoring of old VarConnPoint. - Introduced gFTL VarConnVector - Split types into separate files. It can be hard to find the definitions of types when they are not tied to an obvious module/file. This is particularly true in light of some recent refactorings that left chaos in their wake. Current MAPL style guidelines points to a natural solution. - Introduced fine-grained specs. . Legacy VarSpecType has a long laundry list of components. Some rarely used; some never used. And worse, some that no one even recalls what they are for. . New specs are more targeted and hierarchical. E.g., DimsSpec has spec components for horizontal, vertical, and ungridded dimensions. . Mostl likely these new specs will be just "structs" with no methods. But at least one component (possibly otherwise unused) should remain private to prevent use of default constructors. . Legacy VarSpecType now has a FieldSpec component that is initialized during the VarSpecType component. - Consolidated new files in ./oomph - Also changed namespace to "oomph" from "mapl.
- Loading branch information
Showing
30 changed files
with
2,888 additions
and
2,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.