Open zxdawn opened 2 years ago
Describe the bug
https://github.com/zxdawn/S5P-WRFChem/blob/09410ff530d77bef7e90316efeb89290e9ad953e/main/s5p_utils.py#L93-L98
This may raise error if s5p is a xarray Dataset, because the layer dimension of p is one more.
p
Expected behavior
It's better to save p_bot and p_top which have the same level of layer.
p_bot
p_top
Describe the bug
https://github.com/zxdawn/S5P-WRFChem/blob/09410ff530d77bef7e90316efeb89290e9ad953e/main/s5p_utils.py#L93-L98
This may raise error if s5p is a xarray Dataset, because the layer dimension of
p
is one more.Expected behavior
It's better to save
p_bot
andp_top
which have the same level of layer.