AntSimi / py-eddy-tracker

Eddy identification and tracking
https://py-eddy-tracker.readthedocs.io/en/latest/
GNU General Public License v3.0
133 stars 55 forks source link

Data is Empty #236

Open acr604 opened 8 months ago

acr604 commented 8 months ago

Bug report

Bug summary

I used to get the results before. But now in the same system and environment I am not getting any identified eddies for the same input file which I used earlier. Nothing changed or updated

Code for reproduction

# Paste your code here
#
#

Actual outcome

DEBUG 2024-03-16 21:42:46,473   observation.    to_netcdf :
        Create Dimensions "obs" : 0
    DEBUG 2024-03-16 21:42:46,474   observation.    to_netcdf :
        Create Variable amplitude
WARNING 2024-03-16 21:42:46,474 observation.create_variable :
    Data is empty
    DEBUG 2024-03-16 21:42:46,474   observation.    to_netcdf :
        Create Variable effective_area
WARNING 2024-03-16 21:42:46,474 observation.create_variable :
    Data is empty
    DEBUG 2024-03-16 21:42:46,474   observation.    to_netcdf :
        Create Variable effective_contour_height
WARNING 2024-03-16 21:42:46,475 observation.create_variable :
    Data is empty
    DEBUG 2024-03-16 21:42:46,475   observation.    to_netcdf :
        Create Variable effective_contour_latitude
WARNING 2024-03-16 21:42:46,475 observation.create_variable :
    Data is empty

Expected outcome