-
Hi! I have a question about the building mask values in SOLWEIG when the land cover grid (lcgrid) is used for its creation. In solweig_algorithm, it seems the building mask is generated by setting land cover class 2 to 0, and all other classes to 1, like this:
As I wanted to simplify this, and use cobblestone as class at 0, I changed this to: I'm asking because in functions like gvf_2018a and sunonsurface_2018a, it seems more intuitive that buildings would be marked as 1 rather than 0. Thanks in advance for the clarification! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Buildings should be 0 and other surfaces should be 1. We agree that this a bit strange but (non-logic) but that how the code originally was set up so we have just kept it like this. |
Beta Was this translation helpful? Give feedback.
Buildings should be 0 and other surfaces should be 1. We agree that this a bit strange but (non-logic) but that how the code originally was set up so we have just kept it like this.