-
Notifications
You must be signed in to change notification settings - Fork 21
reordering dimension #302
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
base: develop
Are you sure you want to change the base?
reordering dimension #302
Conversation
|
Have you tested it to very zero diff? |
amdasilva
left a comment
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.
Let's talk, I don't think this is correct. The dimensioning of the arrays in the Fortran code should be changed to match the new order in the NetCDF file (of course, the data layout is what should should be the same, the order of dimensions is reversed because of the different ways Fortran and NetCDF/C index arrays.) It appears that you are reordering the array read from the file, and keeping the old Fortran ordering.
|
This PR is zero diff with this branch feature/wjiang/dev_for_compare , which is slightly different from the develop branch. In develop branch, it uses some files from /discover/nobackup/pcolarco/fvInput/AeroCom/x/ which is not reordered |
|
Label error. Requires exactly 0 of: Contingent - DNA, Needs Lead Approval, Contingent -- Do Not Approve. Found: 0 diff, Contingent - DNA |
This PR addressed issue #301