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

Replay Mover Updates #15

Merged
merged 5 commits into from
Mar 20, 2024
Merged

Conversation

timothyas
Copy link
Member

Updates to replay mover after rechunking and appending variables to the 1/4 degree dataset. This includes some bugs in replay_mover that I accidentally put into #5 (that's what happens when I clean up and don't test things I guess).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep these were the exact same bugs I found!

  • import logging was needed
  • in def(run) when you called move_single_dataset it would say replay doesn't exist so had to be fixed.

I did not make the updates to region on my end, but I see why that was needed. I think one time I got an error that "pfull" didnt exist because none of the variables in that specific run had that dimension so I think I just commented out pfull and it worked fine. But anyways -- this is an actual fix!

Copy link
Contributor

@mariahpope mariahpope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We found the same bugs! Don't see anything here that didn't make sense to me or bugs I found that you did not address here!

@timothyas
Copy link
Member Author

Thanks @mariahpope for checking it out! I'll go ahead and merge.

@timothyas timothyas merged commit 47e9364 into NOAA-PSL:main Mar 20, 2024
3 checks passed
@timothyas timothyas deleted the feature/rechunk-replay branch March 20, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants