-
Notifications
You must be signed in to change notification settings - Fork 28
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
Classes to be split from dynamo0p3.py #2235
Labels
LFRic
Issue relates to the LFRic domain
Comments
Table of each class in
|
Collaborator
Author
Keeping track of circular dependencies to untangle:Circle one
Circle Two
|
This was referenced Aug 14, 2023
This was referenced Aug 15, 2023
This was referenced Sep 12, 2023
This was referenced Sep 19, 2023
Closed
This was referenced Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Umbrella issue for the splitting of dynamo0p3.py into separate files in
domain/lfric/
. Smaller, more detailed issues to be made and linked back to this issue - PRs should only move one class out each.LFRicLoopBounds: appears in
domain/lfric/lfric_invoke.py
andtests/domain/lfric/lfric_loop_bounds_test.py
, no name change needed - uses LFRicCollection, so unlikely to have a circular dependencyOthers unlikely to have circular dependencies:
LFRicScalarArgs: appears in two files and two test files (
grep -rwn LFRicScalarArgs
)DynStencil: only appears in
dynamo0p3.py
DynamoInvokes: three files inc
dynamo0p3.py
in
pylint: disable=import-outside-toplevel
markersDynReferenceElement
DynStencils - lots of places to change this, but only 7 different files
DynCMAOperators
LFRicMeshProperties
DynBasisFunctions
DynLoop
FSDescriptors, DynKernelArguments
DynInvokeSchedule
LFRicBuiltIn
(LFRicScalarArgs, DynFunctionSpaces, DynDofmaps, LFRicFields, DynLMAOperators,
DynMeshes, DynBoundaryConditions, DynProxies, LFRicRunTimeChecks,
DynCellIterators, DynReferenceElement, LFRicLoopBounds, DynGlobalSum)
The text was updated successfully, but these errors were encountered: