Skip to content
Snippets Groups Projects
Commit 63cbcb68 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 22/11/2023:turb_hor_uv.f90, add present_cr(...,ZDIRSINZW)

parent f2588d33
Branches
Tags
1 merge request!4Jean Wurtz 30/04/2025 : Bugfixes mainly for TEB and for simple precision
...@@ -6,7 +6,7 @@ Numactl='taskset -c ' ...@@ -6,7 +6,7 @@ Numactl='taskset -c '
if [[ "x${SLURM_HINT}" != *nomultithread* ]] if [[ "x${SLURM_HINT}" != *nomultithread* ]]
then then
HYP_FAC=2 HYP_FAC=1
else else
HYP_FAC=1 HYP_FAC=1
fi fi
......
...@@ -459,7 +459,7 @@ ZFLX(:,:,IKB) = - XCMFS * ZTMP2_DEVICE(:,:,1) * ( ZTMP5_DEVICE(:,:,1) + ZTMP6_DE ...@@ -459,7 +459,7 @@ ZFLX(:,:,IKB) = - XCMFS * ZTMP2_DEVICE(:,:,1) * ( ZTMP5_DEVICE(:,:,1) + ZTMP6_DE
#endif #endif
! !
! extrapolates this flux under the ground with the surface flux ! extrapolates this flux under the ground with the surface flux
!$acc kernels present_cr(ZFLX) !$acc kernels present_cr(ZFLX,ZDIRSINZW)
#ifndef MNH_BITREP #ifndef MNH_BITREP
!$mnh_expand_array(JI=1:JIU,JJ=1:JJU) !$mnh_expand_array(JI=1:JIU,JJ=1:JJU)
ZFLX(:,:,IKB-1) = & ZFLX(:,:,IKB-1) = &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment