Hi!
I want to compute the relative humidity using the function wrf.rh(qv, pres, tkel, meta=True). The problem is that it returns an xarray without coordinates, and that is enabling me to represent its values.
Is there some way to preserve the coordinates present in the input parameters (qv, pres, tkel), which are also xarrays?
Thank you!
I want to compute the relative humidity using the function wrf.rh(qv, pres, tkel, meta=True). The problem is that it returns an xarray without coordinates, and that is enabling me to represent its values.
Is there some way to preserve the coordinates present in the input parameters (qv, pres, tkel), which are also xarrays?
Thank you!