aditya-grover / climate-learn

Source code for ClimateLearn
MIT License
302 stars 49 forks source link

Separation of constants and input variables in the data handling #67

Closed prakhar6sharma closed 1 year ago

prakhar6sharma commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the ERA5 module takes as input the variables and then based on the contents in the root_dir, for each of the input variables it then considers them either as variable or constant.

Describe the solution you'd like ERA5 init arguments should support taking input constants and assert that that input variables are not constants.

prakhar6sharma commented 1 year ago

I think this feature request is somewhat related to #55 as it involves rewriting the load_from_nc function.