IAMconsortium / concordia

Apache License 2.0
0 stars 3 forks source link

fix(grid): Fix regression in global gridding #51

Closed coroa closed 4 months ago

coroa commented 5 months ago

as_flux is replaced by whether a cell_area is provided. instead of on demand cell_area is now always built by the from_variables constructor.

coroa commented 5 months ago

Fixes point 10 of #45 :

  1. changing to "variabledefs-region" however leads to KeyError: 'global' in when running workflow.harmonize_and_downscale()
coroa commented 4 months ago

Proxy should always be built by a constructor. This one is now rescue specific, but for moving the grid.py module into aneris we mainly need a generalized constructor, generating the cell_area moves then there.