Menu

#1714 brian showed where variable was ISTP, but it's DEPEND datasets were not

nextrelease
open-fixed
nobody
None
5
2016-11-26
2016-11-22
No

Brian provided a file that showed where the DEPEND_0 and DEPEND_1 datasets didn't pick up there ISTP metadata when VAR_TYPE was not included.

This is because the variable which depended on these was treated as ISTP because it contained a DEPEND_0 property, but the two DEPEND_0 and DEPEND_1 datasets did not. This is fixed by allowing the METADATA_MODEL to be passed into the read routine, so that it is more consistently treated.

This still has the issue that reading the DEPEND_0 variable directly will not recognize the ISTP metadata. The logic should probably be that if any variable contains DEPEND_0, then the entire file is ISTP_METADATA.

Discussion

  • Brian Larsen

    Brian Larsen - 2016-11-22

    I sent some more infor related to this in email. But on multi-d data the axes are not always set to the right value depending on the axis.

     
  • Jeremy Faden

    Jeremy Faden - 2016-11-26

    The logic now is that if any variable contains DEPEND_0, then the ISTP logic is used.

     
  • Jeremy Faden

    Jeremy Faden - 2016-11-26
    • status: open --> open-fixed