Open sadamov opened 1 week ago
I will take this on, as there is a need to more tightly integrate neural-lam and wmg for #84 . Or, in particular, neural-lam will have to call wmg with specific arguments, so we can add a dependency from neural-lam to wmg and then graph-creation scripts in neural-lam that call wmg.
For #84 this will be needed to impose a specific ordering between interior grid nodes and boundary grid nodes. By calling wmg directly from neural-lam we can assure that these calls always place all interior nodes before all boundary nodes.
Overview
Suggestion to add functionality to create and save different graph architectures using the
weather-model-graphs
package. The implementation includes support for three graph types (currently):Reference https://github.com/mllam/neural-lam/pull/66#issuecomment-2434482120
New Features
weather-model-graphs
packageImplementation Details
Known Issues
wmg.save.to_pyg()
not working correctlyTODO
Questions
wgm
intonl
(slang for neural-lam, obviously)