mllam / neural-lam

Neural Weather Prediction for Limited Area Modeling
MIT License
64 stars 25 forks source link

Area definition as part of static dataset files #2

Closed joeloskarsson closed 1 month ago

joeloskarsson commented 8 months ago

In order to make the code reusable with different limited area configurations, the exact definition of the model area should not be hard-coded in constants.py.

Proposition

Let a file area_def.json, stored in data/my_dataset/static describe the model area. This description should include:

These things are currently contained in constants.py. The json file could then be used to create an AreaDefinition object that could be passed to the model, plotting scripts etc.

joeloskarsson commented 1 month ago

Superseded by #23