Hello,
I found a bug in Blue Kenue :
I use it to add some data in a slf file (Add Variable ...) in a 2D serafin file.
When I save the slf file, Blue Kenue renames the data "VITESSE UV" in "VELOCITY UV" :
- I don't modify the variable VITESSE, I just add some new personal variables
- it's the only variable renamed
- the bug occure when you "save as" the slf file even if you dont modify it.
This can generate some Pb in TELEMAC when this file is used as a previous continuation file
to solve the Pb I use the SUBROUTINE NOMVAR_2D_IN_3D (thanks Jean-Michel H.) in my fortran file with the modification below :
TEXTPR (1 ) = 'VELOCITY U M/S '
TEXTPR (2 ) = 'VELOCITY V M/S '
! TEXTPR (1 ) = 'VITESSE U M/S '
! TEXTPR (2 ) = 'VITESSE V M/S '
bye