New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 663 for trunk/AGRIF/LIB/convert.lex – NEMO

Ignore:
Timestamp:
2007-05-25T18:00:33+02:00 (17 years ago)
Author:
opalod
Message:

RB: update CONV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/LIB/convert.lex

    r530 r663  
    33/*     CONV (converter) for Agrif (Adaptive Grid Refinement In Fortran)       */ 
    44/*                                                                            */ 
    5 /* Copyright or © or Copr. Laurent Debreu (Laurent.Debreu@imag.fr)            */ 
    6 /*                        Cyril Mazauric (Cyril.Mazauric@imag.fr)             */ 
     5/* Copyright or   or Copr. Laurent Debreu (Laurent.Debreu@imag.fr)            */ 
     6/*                        Cyril Mazauric (Cyril_Mazauric@yahoo.fr)            */ 
    77/* This software is governed by the CeCILL-C license under French law and     */ 
    88/* abiding by the rules of distribution of free software.  You can  use,      */ 
     
    3131/* knowledge of the CeCILL-C license and that you accept its terms.           */ 
    3232/******************************************************************************/ 
    33 /* version 1.0                                                                */ 
     33/* version 1.6                                                                */ 
    3434/******************************************************************************/ 
    3535%s character 
     
    4444%} 
    4545 
    46 COMMENT "%"   
     46COMMENT "%" 
    4747SEPARATEUR "::" 
    4848NIMPORTEQUOI . 
    4949COMMENTAIRES1 {COMMENT}{NIMPORTEQUOI}*{COMMENT} 
    5050PROBTYPE "1D"|"2D"|"3D" 
    51 USEITEM "FIXED_GRIDS"|"ONLY_FIXED_GRIDS"|"DEBUG" 
     51USEITEM "FIXED_GRIDS"|"ONLY_FIXED_GRIDS"|"F77" 
    5252NAME [a-zA-Z\_][a-zA-Z0-9\_]* 
    5353DIGIT [0-9]+ 
Note: See TracChangeset for help on using the changeset viewer.