Thanks a lot for your help, I finally made the vertical velocity profil work.
The only remaining problem is that I have to change the value of VERPROVEL into the fortran code so the code execute the VEL_PROF_Z fonction (see below)(I put VELOCITY VERTICAL PROFILES=0 in the cas file):
VERPROVEL(IFRLIQ)=0
IF(VERPROVEL(IFRLIQ).NE.1) THEN
WRITE(*,*) 'lteq1'
PROFZ=VEL_PROF_Z(IFRLIQ,NBOR2%I(K),
* AT,LT,NP,INFOGR,VERPROVEL(IFRLIQ))
UBORL%R(IJK) = UBORL%R(IJK)*PROFZ
VBORL%R(IJK) = VBORL%R(IJK)*PROFZ
ENDIF
Do you have any idea why I have this problem?
Thanks again and regard,
Mathieu