Skip to content
Snippets Groups Projects
Commit 18543cfa authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 19/06/2020:mode_prandtl.f90 , Bug (ifort identifaction) replace...

Juan 19/06/2020:mode_prandtl.f90 , Bug (ifort identifaction) replace routine-name->array-name : M3_WTH_W2TH(:,:,:) -> PM3_WTH_W2TH(:,:,:)
parent edcebf68
No related branches found
No related tags found
No related merge requests found
......@@ -599,7 +599,7 @@ IKB = 1+JPVEXT_TURB
IKE = SIZE(PD,3)-JPVEXT_TURB
#ifndef MNH_OPENACC
M3_WTH_W2TH(:,:,:) = XCSHF*PKEFF*1.5/MZM(PTKE) &
PM3_WTH_W2TH(:,:,:) = XCSHF*PKEFF*1.5/MZM(PTKE) &
* (1. - 0.5*PREDR1*(1.+PREDR1)/PD ) / (1.+PREDTH1)
#else
CALL MZM_DEVICE(PTKE,ZTMP1_DEVICE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment