xarray had an error decoding time with units seconds since 2000-1-1 0:0:0 0, added in code to test if were able to parse the time unit if not modify the xarray.coding.times.decode_cf_datetime function to be able to modify the units to a parsable time unit.
Overview of verification done
tested l2ss harmony locally with SMAP_RSS_L2_SSS_V5 to make sure were able to subset.
Overview of integration done
Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.
Description
integrate SMAP_RSS_L2_SSS_V5
Overview of work done
xarray had an error decoding time with units
seconds since 2000-1-1 0:0:0 0
, added in code to test if were able to parse the time unit if not modify the xarray.coding.times.decode_cf_datetime function to be able to modify the units to a parsable time unit.Overview of verification done
tested l2ss harmony locally with SMAP_RSS_L2_SSS_V5 to make sure were able to subset.
Overview of integration done
Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.
PR checklist:
See Pull Request Review Checklist for pointers on reviewing this pull request