We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the testprogs, the results for turb are different depending on the --noexpand option
The text was updated successfully, but these errors were encountered:
Differences are due to this transformation:
array syntax: ZEXN(IIJB:IIJE,1:IKT) = (PPABST(IIJB:IIJE,1:IKT)/CST%XP00) ** (CST%XRD/CST%XCPD)
loops: DO JK=1,IKT DO JIJ=IIJB,IIJE ZEXN(JIJ,JK) = (PPABST(JIJ,JK)/CST%XP00) ** (CST%XRD/CST%XCPD) ENDDO ENDDO
Sorry, something went wrong.
And the differences disappear using O2 optimisation instead of O3
Optimisation level changed in 8006b89
SebastienRietteMTO
No branches or pull requests
Running the testprogs, the results for turb are different depending on the --noexpand option
The text was updated successfully, but these errors were encountered: