Skip to content
Snippets Groups Projects
Commit 24fafa40 authored by ESCOBAR Juan's avatar ESCOBAR Juan
Browse files

Juan 07/04/2022:ZSOLVER/p_abs.f90, Bit Rep Bug , missing BR_POW

parent 1f877694
No related branches found
No related tags found
No related merge requests found
......@@ -357,8 +357,12 @@ IF ( CEQNSYS=='DUR' .OR. CEQNSYS=='MAE' ) THEN
DO JJ = IJB,IJE
!dir$ concurrent
DO JI = IIB,IIE
ZMASSGUESS_2D(JI,JJ) = ZMASSGUESS_2D(JI,JJ) + &
ZMASSGUESS_2D(JI,JJ) = ZMASSGUESS_2D(JI,JJ) + &
#ifndef MNH_BITREP
(PEXNREF(JI,JJ,JK)+PPHIT(JI,JJ,JK))**ZCVD_O_RD &
#else
BR_POW((PEXNREF(JI,JJ,JK)+PPHIT(JI,JJ,JK)),ZCVD_O_RD) &
#endif
* ZWORK(JI,JJ,JK) / PTHETAV(JI,JJ,JK)
END DO
END DO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment