My experience with 7.0.1 differs somewhat. I had an error thrown because OPTION FOR WIND was missing, as it actually was. I just had to ad it to the cas file to get it going, as per the manual (Sec 6.3.1).
A description of all keywords and the permitted specifications can be found in the ASCII file <your telemac directory>/source/telemac2d/telemac2d.dico. There I read
NOM = 'OPTION DU VENT'
NOM1 = 'OPTION FOR WIND'
TYPE = ENTIER
INDEX = 94
MNEMO = 'OPTWIND'
TAILLE = 1
DEFAUT = 0
DEFAUT1 = 0
RUBRIQUE = 'EQUATIONS, SOURCES'
RUBRIQUE1 = 'EQUATIONS, SOURCES'
NIVEAU = 1
AIDE = 'donne les options pour introduire le vent:
0: pas de vent (enleve le mot cle VENT (logique))
1: constant en temps et en espace (donne par le mot cle
VITESSE ET DIRECTION DU VENT)
2: variable en temps donne par fichier formate
3: variable en temps et en espace donne par fichier formate'
AIDE1 = 'gives option for managing the wind:
0: no wind (we can remove keyword WIND (boolean))
1: constant in time and space, given by keyword SPPED AND
DIRECTION OF WIND
2: variable in time and (constant in space), given by formated file
3: variable in time and space'
These descriptions might be closer to the facts than the manual, I have been presuming so far.
Hope this helps.