NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
60 stars 22 forks source link

The Ferret vtree command does not work properly with FerVar (pyvar) variables (Trac #2386) #21

Open karlmsmith opened 8 years ago

karlmsmith commented 8 years ago

Added (currently commented out) an ferret variable consisting of a file var and a pyvar to bench/testferpyvar.py, then called vtree on this variable. The display fails with the pyvar, returning "bad_cat". However, fer/fmt/var_title.F does have a check for cat .EQ. cat_pystat_var so not sure why this happening.

To be investigated.