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
1 merge request!4Jean Wurtz 30/04/2025 : Bugfixes mainly for TEB and for simple precision
...@@ -357,8 +357,12 @@ IF ( CEQNSYS=='DUR' .OR. CEQNSYS=='MAE' ) THEN ...@@ -357,8 +357,12 @@ IF ( CEQNSYS=='DUR' .OR. CEQNSYS=='MAE' ) THEN
DO JJ = IJB,IJE DO JJ = IJB,IJE
!dir$ concurrent !dir$ concurrent
DO JI = IIB,IIE 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 & (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) * ZWORK(JI,JJ,JK) / PTHETAV(JI,JJ,JK)
END DO END DO
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