Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SOIT error #102

Open
tdivoll opened this issue Jan 19, 2024 · 5 comments
Open

Fix SOIT error #102

tdivoll opened this issue Jan 19, 2024 · 5 comments
Assignees

Comments

@tdivoll
Copy link
Collaborator

tdivoll commented Jan 19, 2024

When running SOIT from a task and using the Docker image for software, getting an error:

  File "/usr/local/bin/pass_time_cylc.py", line 487, in <module>
    main()
  File "/usr/local/bin/pass_time_cylc.py", line 482, in main
    get_passtimes(**vars(args))
  File "/usr/local/bin/pass_time_cylc.py", line 351, in get_passtimes
    if (pass_dict["rise_lat"] > pass_dict["over_lat"]) and (
KeyError: 'over_lat'
2024-01-19T12:53:04-05:00 CRITICAL - failed/ERR```
@tdivoll tdivoll self-assigned this Jan 19, 2024
@tdivoll
Copy link
Collaborator Author

tdivoll commented Jan 19, 2024

@danielmwatkins, have you gotten this error at all when running the SOIT script?

@danielmwatkins
Copy link
Collaborator

danielmwatkins commented Jan 19, 2024 via email

@tdivoll
Copy link
Collaborator Author

tdivoll commented Jan 19, 2024

I seem to get it when running SOIT via Cylc on Oscar with the bering_sea set from the sample locations. @cpaniaguam reminded me that there is some discussion of this in the SOIT repo:.
I think it's just an issue with certain dates and certain overpass times.

@cpaniaguam
Copy link
Member

cpaniaguam commented Jan 19, 2024

I seem to get it when running SOIT via Cylc on Oscar with the bering_sea set from the sample locations. @cpaniaguam reminded me that there is some discussion of this in the SOIT repo:. I think it's just an issue with certain dates and certain overpass times.

It could also be certain combos of lat/lon pairs.

@tdivoll
Copy link
Collaborator Author

tdivoll commented Jan 20, 2024

location: bering_strait
center_lat: 65
center_lon: -170
top_left_lat: 55.92827
top_left_lon: -172.77869
lower_right_lat: 74.25843
lower_right_lon: -163.83708
left_x: -3002871.001
right_x: -1502871.001
lower_y: 827477.2577
top_y: 2327477.258
startdate: 2020-09-04
enddate: 2020-09-07

@tdivoll tdivoll added this to the IFT Data Process milestone Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants