-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bugfix/atrayano/#1252 defer #1253
base: develop
Are you sure you want to change the base?
Conversation
…cate such exports
Restricted E2E deferred export fix only for same name
Whoops. I missed this. Let me do a quick test as we'll get it in! |
@atrayano I put a blocker on this because this PR seems to have changed the metadata of some of the checkpoints:
To wit, if you use
Note: the data in these files is the same (well, sort of, see below), but the metadata has changed. Maybe that is what we want? One oddity is with the $ cdo sinfon stock-gcm-2022Jan03-1day-c24/scratch/turb_import_checkpoint
File format : NetCDF4
-1 : Institut Source T Steptype Levels Num Points Num Dtype : Parameter name
1 : unknown unknown c instant 72 1 3456 1 F32 : OMEGA
2 : unknown unknown c instant 1 2 3456 1 F32 : PHIS
3 : unknown unknown c instant 72 1 3456 1 F32 : RADLW
4 : unknown unknown c instant 72 1 3456 1 F32 : RADLWC
5 : unknown unknown c instant 1 2 3456 1 F32 : SH
6 : unknown unknown c instant 72 1 3456 1 F32 : WTHV2
...
$ cdo sinfon atanasmapl-gcm-2022Jan03-1day-c24/scratch/turb_import_checkpoint
File format : NetCDF4
-1 : Institut Source T Steptype Levels Num Points Num Dtype : Parameter name
1 : unknown unknown c instant 1 1 3456 1 F32 : BSTAR
2 : unknown unknown c instant 1 1 3456 1 F32 : EVAP
3 : unknown unknown c instant 72 2 3456 1 F32 : OMEGA
4 : unknown unknown c instant 1 1 3456 1 F32 : PHIS
5 : unknown unknown c instant 72 2 3456 1 F32 : RADLW
6 : unknown unknown c instant 72 2 3456 1 F32 : RADLWC
7 : unknown unknown c instant 1 1 3456 1 F32 : SH
8 : unknown unknown c instant 72 2 3456 1 F32 : WTHV2 Again, perhaps this is actually fixing a bug we've long had? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems clean enough.
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days, it will be closed. You can add the "long term" tag to prevent the Stale bot from closing this issue. |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: