Changeset 353


Ignore:
Timestamp:
04/01/14 15:38:14 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

Location:
trunk
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • trunk/aeres/scripts/aeresrh.py

    r352 r353  
    6868publication (retraite, décÚs, mutation) 
    6969 
    70 test with real file (encoding, francais, etc) 
     70test with real file (encoding, français, etc) 
    7171 
    7272missing values 
     
    200200        print('titlerow : %d ' % (titlerow)) 
    201201 
    202     # deduce first usefull row 
     202    # deduce first useful row 
    203203    firstrow = titlerow + 1 
    204204    # 
     
    260260            print(' temp arrival AAA%sAAA' % temp[rownum]) 
    261261        if temp[rownum] == '': 
    262             print('eee : pas de date arrivee colonne %d ' % rownum) 
     262            print('eee : pas de date arrivée colonne %d ' % rownum) 
    263263        else: 
    264264            arrival.append(datetime.datetime(*xlrd.xldate_as_tuple(temp[rownum], datemode))) 
  • trunk/aeres/scripts/build_firstname_id.py

    r352 r353  
    1414 
    1515- suppress blanks 
    16 - suppress punctation 
     16- suppress punctuation 
    1717- replace diacriticals by their non-diacriticals equivalent (ie ï become i) 
    1818 
     
    105105        #print ('iii : item avant sup blancs %s ' % (item)) 
    106106        item_noblanks = re.sub(u' ',u'',item) 
    107         #print ('iii : item apres sup blancs %s ' % (item_noblanks)) 
     107        #print ('iii : item aprÚs sup blancs %s ' % (item_noblanks)) 
    108108        firstname_noblanks.append(item_noblanks) 
    109109 
     
    116116        #print ('iii : item avant lower %s ' % (item)) 
    117117        item_lower = item.lower() 
    118         #print ('iii : item apres lower %s ' % (item_lower)) 
     118        #print ('iii : item aprÚs lower %s ' % (item_lower)) 
    119119        firstname_lower.append(item_lower) 
    120120 
  • trunk/aeres/scripts/build_surname_id.py

    r352 r353  
    1212 
    1313generation de la partie "nom" de l'id 
    14  - suppress blanks 
    15  - suppress punctation 
    16  - replace diacriticals by their non-diacriticals equivalent (ie ï become i) 
    17  - uppercase every characters 
     14 
     15- suppress blanks 
     16- suppress punctuation 
     17- replace diacriticals by their non-diacriticals equivalent (ie ï become i) 
     18- uppercase every characters 
    1819 
    1920SEE ALSO 
  • trunk/aeres/scripts/define_loceanaffectation.py

    r352 r353  
    5151 
    5252         - search in bibtex file (in loceanaffectation field) 
    53          - give a element of HTML filename (no diacritical and no punctation) 
     53         - give a element of HTML filename (no diacritical and no punctuation) 
    5454 
    5555    TODO 
    5656    ==== 
    5757 
    58     automation of no diacritical and no punctation transformation 
     58    automation of no diacritical and no punctuation transformation 
    5959 
    6060    dictionary instead of list 
  • trunk/aeres/scripts/ldap_biblio.py

    r352 r353  
    184184 
    185185            if is_verbose == True: 
    186                 # pour voir la derniere personne ajoutée 
     186                # pour voir la derniÚre personne ajoutée 
    187187                print values_for_all[-1] 
    188188 
    189     # populate dictonary 
     189    # populate dictionary 
    190190    people = dict(itertools.izip(keys_for_all, values_for_all)) 
    191191 
  • trunk/before.sh

    r352 r353  
    4343#    +todo+ 
    4444# 
    45 # 
    4645# EXAMPLES 
    4746# ======== 
     
    6059# - fplod 2008-09-16T15:19:59Z aedon.locean-ipsl.upmc.fr (Darwin) 
    6160# 
    62 #   * comments in ReStructured Text 
     61#   * comments in reStructuredText 
    6362# 
    6463# - fplod 2008-06-16T09:48:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    156155    if [ ${nmany} -gt 0 ] 
    157156    then 
    158         mkdir -p ${dirwww}/${lang}/images/ # ++ parce que un niveau de plus que d'habitude dans les chunck 
     157        mkdir -p ${dirwww}/${lang}/images/ # ++ parce que un niveau de plus que d'habitude dans les chunks 
    159158    fi 
    160159fi 
     
    213212    if [ ${nmany} -gt 0 ] 
    214213    then 
    215         cp ${dirsrc}/images/* ${dirwww}/${lang}/images/ # ++ parce que un niveau de plus que d'habitude dans les chunck 
     214        cp ${dirsrc}/images/* ${dirwww}/${lang}/images/ # ++ parce que un niveau de plus que d'habitude dans les chunks 
    216215    fi 
    217216fi 
     
    233232if [ ${nmany} -gt 0 ] 
    234233then 
    235     cp ${dirsrc}/*.css ${dirwww}/${lang}/ # ++ parce que un niveau de plus que d'habitude dans les chunck 
     234    cp ${dirsrc}/*.css ${dirwww}/${lang}/ # ++ parce que un niveau de plus que d'habitude dans les chunks 
    236235fi 
    237236# 
  • trunk/bibopa.sh

    r352 r353  
    1010# ========= 
    1111# 
    12 # 
    1312# SYNOPSIS 
    1413# ======== 
     
    1716# 
    1817#    bibopa.sh -tmpdir tmpdir -i filein -e encoding -ti typein -o order -p project -l lang -to typeout 
    19 # 
    2018# 
    2119# DESCRIPTION 
     
    5048#    Dipole on the East African Short Rains: A CGCM Study, J. Climate, In 
    5149#    press. 
    52 # 
    5350# 
    5451# donnerait 
     
    7875#    </biblioentry> 
    7976# 
    80 # 
    8177# .. parsed-literal:: 
    8278# 
     
    9187#      pages = {434} 
    9288#    } 
    93 # 
    9489# 
    9590# donnerait 
     
    110105#    <edition>Third</edition> 
    111106# 
    112 # 
    113107# EXAMPLES 
    114108# ======== 
     
    126120#    bibopa.sh -tmpdir /tmp -p bibrefnemo -i data/mail2007-05-10T09:01:56Z -ti mailbody 
    127121# 
    128 # 
    129122# To transform a bibliography file written in bibtex format in french to XML/DocBook: 
    130123# 
     
    132125# 
    133126#    bibopa.sh -tmpdir /tmp -p polyfortran -i data/petitpolyfp.bib -ti bibtex -l fr 
    134 # 
    135127# 
    136128# To transform the SUPERBIB demo bibliography file written in raw format to XML/DocBook: 
     
    277269#     stdout) 
    278270#   * strip blank lines 
    279 #   * bug fix : counting nb of occurences of "," technique ... to be improved 
     271#   * bug fix : counting nb of occurrences of "," technique ... to be improved 
    280272# 
    281273# - fplod 2008-09-16T15:19:59Z aedon.locean-ipsl.upmc.fr (Darwin) 
    282274# 
    283 #   * comments in ReStructured Text 
     275#   * comments in reStructuredText 
    284276# 
    285277# - fplod 2008-05-16T10:33:16Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    321313# 
    322314#   * add a filein parameter and an option for mailbody 
    323 #   * comments (line begininig with #) are now possible 
     315#   * comments (line beginning with #) are now possible 
    324316# 
    325317# - Sebastien Masson avril 2007 
     
    614606jlist[${ij}]="J. Mar. Syst." 
    615607ij=$(( ${ij} + 1)) 
    616 jlist[${ij}]="Note du Pole de Modelisation" 
    617 ij=$(( ${ij} + 1)) 
    618 jlist[${ij}]="Calculateurs Paralleles" 
    619 ij=$(( ${ij} + 1)) 
    620 jlist[${ij}]="Note Scientifique du Pole de Modelisation" 
     608jlist[${ij}]="Note du PÃŽle de Modélisation" 
     609ij=$(( ${ij} + 1)) 
     610jlist[${ij}]="Calculateurs ParallÚles" 
     611ij=$(( ${ij} + 1)) 
     612jlist[${ij}]="Note Scientifique du PÃŽle de Modélisation" 
    621613ij=$(( ${ij} + 1)) 
    622614jlist[${ij}]="Lecture Notes in Computer Science" 
     
    821813jlist[${ij}]="Gaz. med. franco-rus." 
    822814ij=$(( ${ij} + 1)) 
    823 jlist[${ij}]="Amer. J. music. Deciency" 
     815jlist[${ij}]="Amer. J. music. Deficiency" 
    824816# 
    825817# strip comments and blank lines 
  • trunk/checkmain.sh

    r352 r353  
    104104# improve description 
    105105# 
    106 # XML/Docbook compliant : pb with element form: Schemas validity error : Element '{http://www.w3.org/1999/xhtml}form': This element is not expected. 
     106# XML/DocBook compliant : pb with element form: Schemas validity error : Element '{http://www.w3.org/1999/xhtml}form': This element is not expected. 
    107107# .. so as I do not know how to get rid of this I comment this test  
    108108# (see XFORM and so one) 
    109109# 
    110110# check for news on DocBook realase (now 20110701 5.0) 
    111 # 
    112111# 
    113112# EVOLUTIONS 
     
    238237unset title 
    239238# 
    240 # 
    241239# project 
    242240project_ok=0 
  • trunk/data/INTEL2002.tex

    r44 r353  
    11% INTEL2002.tex 
    2 Site d'\textsc{intel} qui présente un manuel en ligne du compilateur 
     2Site d'\textsc{intel} qui présente un manuel en ligne du compilateur 
    33\verb+ifort+. 
  • trunk/data/Met2004.tex

    r44 r353  
    33sur fortran 90/95 (compilateurs, livres, cours, logiciels, ...). 
    44\textsc{M.~Metcalf} a maintenu ce site jusqu'en septembre 2004, 
    5 date à laquelle il a été figé, dans la perspective de la norme fortran 2003. 
     5date à laquelle il a été figé, dans la perspective de la norme fortran 2003. 
  • trunk/data/MetReiCoh2004.tex

    r44 r353  
    11% MetReiCoh2004.tex 
    2 Rédigée par des promoteurs des nouveaux standards du fortran, 
    3 la troisième édition de ce livre est un des rares ouvrages 
     2Rédigée par des promoteurs des nouveaux standards du fortran, 
     3la troisiÚme édition de ce livre est un des rares ouvrages 
    44qui aborde les apports du fortran 2003. 
    5 Il constitue une référence majeure dans ce domaine. 
    6 Les apports de la norme fortran 2003 y sont présentés 
     5Il constitue une référence majeure dans ce domaine. 
     6Les apports de la norme fortran 2003 y sont présentés 
    77dans les 7~derniers chapitres,  
    8 permettant ainsi de les séparer de la norme fortran~95. 
    9 Cette référence n'est cependant pas conseillée pour débuter. 
     8permettant ainsi de les séparer de la norme fortran~95. 
     9Cette référence n'est cependant pas conseillée pour débuter. 
  • trunk/data/biball.xml

    r65 r353  
    1 <?xml version='1.0' encoding='ISO-8859-1'?> 
     1<?xml version='1.0' encoding='utf-8'?> 
    22<bibliography 
    33version="5.0" 
     
    1212  --> 
    1313  <!-- original text 
    14   AchutaRao, K., K. R. Sperber, 2000: The El Nino Southern Oscillation in Coupled GCMs. PCMDI Report Series, 61, 46 pp. 
     14  AchutaRao, K., K. R. Sperber, 2000: The El Niño Southern Oscillation in Coupled GCMs. PCMDI Report Series, 61, 46 pp. 
    1515  --> 
    1616  <authorgroup> 
     
    1818    <author> <personname> <surname>Sperber</surname> <firstname>K. R.</firstname> </personname> </author> 
    1919  </authorgroup> 
    20   <title>The El Nino Southern Oscillation in Coupled GCMs</title> 
     20  <title>The El Niño Southern Oscillation in Coupled GCMs</title> 
    2121  <biblioset relation="journal"> 
    2222    <title>PCMDI Report Series</title> 
     
    101101  --> 
    102102  <!-- original text 
    103   Andrich, P., P. Delecluse, C. Lévy, G. Madec, 1988: A multitasked general circulation model of the ocean. In Science and engineering on Cray Supercomputers, Proceedings of the 4th International Symposium Minneapolis, Minnesota, Cray Research, Inc. book, 407-428. 
     103  Andrich, P., P. Delecluse, C. Lévy, G. Madec, 1988: A multitasked general circulation model of the ocean. In Science and engineering on Cray Supercomputers, Proceedings of the 4th International Symposium Minneapolis, Minnesota, Cray Research, Inc. book, 407-428. 
    104104  --> 
    105105  <authorgroup> 
    106106    <author> <personname> <surname>Andrich</surname> <firstname>P.</firstname> </personname> </author> 
    107107    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    108     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     108    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    109109    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    110110  </authorgroup> 
     
    116116    <pagenums>407-428</pagenums> 
    117117    <confgroup> 
    118      <conftitle>International Symposium Cray Reasearch Inc.</conftitle> 
     118     <conftitle>International Symposium Cray Research Inc.</conftitle> 
    119119     <confdates>1988</confdates> 
    120120     <confnum>4th</confnum> 
     
    129129  --> 
    130130  <!-- original text 
    131   Angot, P., M. Laugier, 1994: La méthode FIC de raccordement conservatif de sous-domaines emboités pour un modèle de circulation océanique. C. R. Acad. Sci. Paris, t. 319, série II, 993-1000. 
     131  Angot, P., M. Laugier, 1994: La méthode FIC de raccordement conservatif de sous-domaines emboités pour un modÚle de circulation océanique. C. R. Acad. Sci. Paris, t. 319, série II, 993-1000. 
    132132  --> 
    133133  <authorgroup> 
     
    135135    <author> <personname> <surname>Laugier</surname> <firstname>M.</firstname> </personname> </author> 
    136136  </authorgroup> 
    137   <title>La méthode FIC de raccordement conservatif de sous-domaines emboités pour un modèle de circulation océanique</title> 
     137  <title>La méthode FIC de raccordement conservatif de sous-domaines emboités pour un modÚle de circulation océanique</title> 
    138138  <biblioset relation="journal"> 
    139139    <title>C. R. Acad. Sci. Paris</title> 
    140     <volumenum>t. 319</volumenum><issuenum>série II</issuenum><pagenums>993-1000</pagenums> 
     140    <volumenum>t. 319</volumenum><issuenum>série II</issuenum><pagenums>993-1000</pagenums> 
    141141    <pubdate>1994</pubdate> 
    142142  </biblioset> 
     
    148148  --> 
    149149  <!-- original text 
    150   Arnault, S., A. Morlière, J. Merle, Y. Ménard, 1992: Low-frequency variability of the tropical Atlantic surface topography: altimetry and model comparison. J. Geophys. Res., 97, C9, 14259-14288, doi:10.1029/92JC00818 
     150  Arnault, S., A. MorliÚre, J. Merle, Y. Ménard, 1992: Low-frequency variability of the tropical Atlantic surface topography: altimetry and model comparison. J. Geophys. Res., 97, C9, 14259-14288, doi:10.1029/92JC00818 
    151151  --> 
    152152  <authorgroup> 
    153153    <author> <personname> <surname>Arnault</surname> <firstname>S.</firstname> </personname> </author> 
    154     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     154    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    155155    <author> <personname> <surname>Merle</surname> <firstname>J.</firstname> </personname> </author> 
    156     <author> <personname> <surname>Ménard</surname> <firstname>Y.</firstname> </personname> </author> 
     156    <author> <personname> <surname>Ménard</surname> <firstname>Y.</firstname> </personname> </author> 
    157157  </authorgroup> 
    158158  <title>Low-frequency variability of the tropical Atlantic surface topography: altimetry and model comparison</title> 
     
    347347  --> 
    348348  <!-- original text 
    349   Ayina, L.-H., A. Bentamy, A. M. Mestas-Nuñez, G. Madec, 2006: The Impact of Satellite Winds and Latent Heat Fluxes in a Numerical Simulation of the Tropical Pacific Ocean,Journal of Climate, 19,22,5889-5902, doi:10.1175/JCLI3939.1 
     349  Ayina, L.-H., A. Bentamy, A. M. Mestas-Nuñez, G. Madec, 2006: The Impact of Satellite Winds and Latent Heat Fluxes in a Numerical Simulation of the Tropical Pacific Ocean,Journal of Climate, 19,22,5889-5902, doi:10.1175/JCLI3939.1 
    350350  --> 
    351351  <authorgroup> 
    352352    <author> <personname> <surname>Ayina</surname> <firstname>L.-H.</firstname> </personname> </author> 
    353353    <author> <personname> <surname>Bentamy</surname> <firstname>A.</firstname> </personname> </author> 
    354     <author> <personname> <surname>Mestas-Nuñez</surname> <firstname>A. M.</firstname> </personname> </author> 
     354    <author> <personname> <surname>Mestas-Nuñez</surname> <firstname>A. M.</firstname> </personname> </author> 
    355355    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    356356  </authorgroup> 
     
    369369  --> 
    370370  <!-- original text 
    371   Barnier, B., G. Madec, T. Penduff, J.-M. Molines, A.-M. Tréguier, J. Le Sommer, A. Beckmann, A. Biastoch, C. Böning, J. Dengg, C. Derval, E. Durand, S. Gulev, E. Rémy, C. Talandier, S. Theetten, M. E. Maltrud, J. McClean, B. De Cuevas, 2006: Impact of partial steps and momentum advection schemes in a global ocean circulation model at eddy-permitting resolution, Ocean Dyn., doi:10.1007/s10236-006-0082-1. 
     371  Barnier, B., G. Madec, T. Penduff, J.-M. Molines, A.-M. Tréguier, J. Le Sommer, A. Beckmann, A. Biastoch, C. Böning, J. Dengg, C. Derval, E. Durand, S. Gulev, E. Rémy, C. Talandier, S. Theetten, M. E. Maltrud, J. McClean, B. De Cuevas, 2006: Impact of partial steps and momentum advection schemes in a global ocean circulation model at eddy-permitting resolution, Ocean Dyn., doi:10.1007/s10236-006-0082-1. 
    372372  --> 
    373373  <authorgroup> 
     
    376376    <author> <personname> <surname>Penduff</surname> <firstname>T.</firstname> </personname> </author> 
    377377    <author> <personname> <surname>Molines</surname> <firstname>J.-M.</firstname> </personname> </author> 
    378     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     378    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    379379    <author> <personname> <surname>Le Sommer</surname> <firstname>J.</firstname> </personname> </author> 
    380380    <author> <personname> <surname>Beckmann</surname> <firstname>A.</firstname> </personname> </author> 
    381381    <author> <personname> <surname>Biastoch</surname> <firstname>A.</firstname> </personname> </author> 
    382     <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
     382    <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
    383383    <author> <personname> <surname>Dengg</surname> <firstname>J.</firstname> </personname> </author> 
    384384    <author> <personname> <surname>Derval</surname> <firstname>C.</firstname> </personname> </author> 
    385385    <author> <personname> <surname>Durand</surname> <firstname>E.</firstname> </personname> </author> 
    386386    <author> <personname> <surname>Gulev</surname> <firstname>S.</firstname> </personname> </author> 
    387     <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
     387    <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
    388388    <author> <personname> <surname>Talandier</surname> <firstname>C.</firstname> </personname> </author> 
    389389    <author> <personname> <surname>Theetten</surname> <firstname>S.</firstname> </personname> </author> 
     
    426426  --> 
    427427  <!-- original text 
    428   Barthelet, P., S. Bony, P. Braconnot, A. Braun, D. Cariolle, E. Cohen-Solal, J.-L. Dufresne, P. Delecluse, M. Déqué, L. Fairhead, M.-A. Filiberti, M. Forichon, J.-Y. Grandpeix, E. Guilyardi, M.-N. Houssais, M. Imbard, H. Le Treut, C. Lévy, Z. X. Li, G. Madec, P. Marquet, O. Marti, S. Planton, L. Terray, O. Thual, S. Valcke, 1998: Simulations couplées globales des changements climatiques associes a une augmentation de la teneur atmosphériques en CO2. C. R. Acad. Sci. Paris, Earth and Planetary Sc., 326, 677-684. 
     428  Barthelet, P., S. Bony, P. Braconnot, A. Braun, D. Cariolle, E. Cohen-Solal, J.-L. Dufresne, P. Delecluse, M. Déqué, L. Fairhead, M.-A. Filiberti, M. Forichon, J.-Y. Grandpeix, E. Guilyardi, M.-N. Houssais, M. Imbard, H. Le Treut, C. Lévy, Z. X. Li, G. Madec, P. Marquet, O. Marti, S. Planton, L. Terray, O. Thual, S. Valcke, 1998: Simulations couplées globales des changements climatiques associes a une augmentation de la teneur atmosphériques en CO2. C. R. Acad. Sci. Paris, Earth and Planetary Sc., 326, 677-684. 
    429429  --> 
    430430  <authorgroup> 
     
    437437    <author> <personname> <surname>Dufresne</surname> <firstname>J.-L.</firstname> </personname> </author> 
    438438    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    439     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     439    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    440440    <author> <personname> <surname>Fairhead</surname> <firstname>L.</firstname> </personname> </author> 
    441441    <author> <personname> <surname>Filiberti</surname> <firstname>M.-A.</firstname> </personname> </author> 
     
    446446    <author> <personname> <surname>Imbard</surname> <firstname>M.</firstname> </personname> </author> 
    447447    <author> <personname> <surname>Le Treut</surname> <firstname>H.</firstname> </personname> </author> 
    448     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     448    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    449449    <author> <personname> <surname>Li</surname> <firstname>Z. X.</firstname> </personname> </author> 
    450450    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
     
    456456    <author> <personname> <surname>Valcke</surname> <firstname>S.</firstname> </personname> </author> 
    457457  </authorgroup> 
    458   <title>Simulations couplées globales des changements climatiques associes a une augmentation de la teneur atmosphériques en CO2</title> 
     458  <title>Simulations couplées globales des changements climatiques associes a une augmentation de la teneur atmosphériques en CO2</title> 
    459459  <biblioset relation="journal"> 
    460460    <title>C. R. Acad. Sci. Paris</title> 
     
    580580  --> 
    581581  <!-- original text 
    582   Belviso, S., L. Bopp, C. Moulin, J. C. Orr, T. R. Anderson, O. Aumont, S. Chu, S. Elliott, M. E. Maltrud, R. Simó, 2004: Comparison of global climatological maps of sea surface dimethyl sulfide, Global Biogeochem. Cycles, 18, GB3013, doi:10.1029/2003GB002193. 
     582  Belviso, S., L. Bopp, C. Moulin, J. C. Orr, T. R. Anderson, O. Aumont, S. Chu, S. Elliott, M. E. Maltrud, R. Simó, 2004: Comparison of global climatological maps of sea surface dimethyl sulfide, Global Biogeochem. Cycles, 18, GB3013, doi:10.1029/2003GB002193. 
    583583  --> 
    584584  <authorgroup> 
     
    592592    <author> <personname> <surname>Elliott</surname> <firstname>S.</firstname> </personname> </author> 
    593593    <author> <personname> <surname>Maltrud</surname> <firstname>M. E.</firstname> </personname> </author> 
    594     <author> <personname> <surname>Simó</surname> <firstname>R.</firstname> </personname> </author> 
     594    <author> <personname> <surname>Simó</surname> <firstname>R.</firstname> </personname> </author> 
    595595  </authorgroup> 
    596596  <title>Comparison of global climatological maps of sea surface dimethyl sulfide</title> 
     
    608608  --> 
    609609  <!-- original text 
    610   Berline, L., J.-M. Brankart, P. Brasseur, Y. Ourmières, J. Verron, 2007: Improving the physics of a coupled physical-biogeochemical model of the North Atlantic through data assimilation: Impact on the ecosystem, J. Mar. Systems, 64, 1-4, 153-172, doi:10.1016/j.jmarsys.2006.03.007 
     610  Berline, L., J.-M. Brankart, P. Brasseur, Y. OurmiÚres, J. Verron, 2007: Improving the physics of a coupled physical-biogeochemical model of the North Atlantic through data assimilation: Impact on the ecosystem, J. Mar. Systems, 64, 1-4, 153-172, doi:10.1016/j.jmarsys.2006.03.007 
    611611  --> 
    612612  <authorgroup> 
     
    614614    <author> <personname> <surname>Brankart</surname> <firstname>J.-M.</firstname> </personname> </author> 
    615615    <author> <personname> <surname>Brasseur</surname> <firstname>P.</firstname> </personname> </author> 
    616     <author> <personname> <surname>Ourmières</surname> <firstname>Y.</firstname> </personname> </author> 
     616    <author> <personname> <surname>OurmiÚres</surname> <firstname>Y.</firstname> </personname> </author> 
    617617    <author> <personname> <surname>Verron</surname> <firstname>J.</firstname> </personname> </author> 
    618618  </authorgroup> 
     
    675675  --> 
    676676  <!-- original text 
    677   Bessières, L., G. Madec, F. Lyard, 2007: Global Tidal Residual Mean Circulation: Does it affect a climate OGCM? Geophys. Res. Lett., in revision 
    678   --> 
    679   <authorgroup> 
    680     <author> <personname> <surname>Bessières</surname> <firstname>L.</firstname> </personname> </author> 
     677  BessiÚres, L., G. Madec, F. Lyard, 2007: Global Tidal Residual Mean Circulation: Does it affect a climate OGCM? Geophys. Res. Lett., in revision 
     678  --> 
     679  <authorgroup> 
     680    <author> <personname> <surname>BessiÚres</surname> <firstname>L.</firstname> </personname> </author> 
    681681    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    682682    <author> <personname> <surname>Lyard</surname> <firstname>F.</firstname> </personname> </author> 
     
    779779  --> 
    780780  <!-- original text 
    781   Blanke, B., S. Speich, G. Madec, K. Döös,2001: A Global Diagnostic of Interocean Mass Transfers,J. Phys. Oceanogr., 31, 6, 1623-1632, doi:10.1175/1520-0485(2001)031<1623:AGDOIM>2.0.CO;2 
     781  Blanke, B., S. Speich, G. Madec, K. Döös,2001: A Global Diagnostic of Interocean Mass Transfers,J. Phys. Oceanogr., 31, 6, 1623-1632, doi:10.1175/1520-0485(2001)031<1623:AGDOIM>2.0.CO;2 
    782782  --> 
    783783  <authorgroup> 
     
    785785    <author> <personname> <surname>Speich</surname> <firstname>S.</firstname> </personname> </author> 
    786786    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    787     <author> <personname> <surname>Döös</surname> <firstname>K.</firstname> </personname> </author> 
     787    <author> <personname> <surname>Döös</surname> <firstname>K.</firstname> </personname> </author> 
    788788  </authorgroup> 
    789789  <title>A Global Diagnostic of Interocean Mass Transfers</title> 
     
    801801  --> 
    802802  <!-- original text 
    803   Blanke, B., S. Speich, G. Madec, R. Maugé, 2002: A global diagnostic of interior ocean ventilation. Geophys. Res. Lett., 29, 8, 1081-1084, doi:10.1029/2001GL013727 
     803  Blanke, B., S. Speich, G. Madec, R. Maugé, 2002: A global diagnostic of interior ocean ventilation. Geophys. Res. Lett., 29, 8, 1081-1084, doi:10.1029/2001GL013727 
    804804  --> 
    805805  <authorgroup> 
     
    807807    <author> <personname> <surname>Speich</surname> <firstname>S.</firstname> </personname> </author> 
    808808    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    809     <author> <personname> <surname>Maugé</surname> <firstname>R.</firstname> </personname> </author> 
     809    <author> <personname> <surname>Maugé</surname> <firstname>R.</firstname> </personname> </author> 
    810810  </authorgroup> 
    811811  <title>A global diagnostic of interior ocean ventilation</title> 
     
    823823  --> 
    824824  <!-- original text 
    825   Blanke, B., S. Speich, G. Madec, R. Maugé, 2002: Correction to "A global diagnostic of interior ocean ventilation", Geophys. Res. Lett., 29, 13, doi:10.1029/2002GL015635. 
     825  Blanke, B., S. Speich, G. Madec, R. Maugé, 2002: Correction to "A global diagnostic of interior ocean ventilation", Geophys. Res. Lett., 29, 13, doi:10.1029/2002GL015635. 
    826826  --> 
    827827  <authorgroup> 
     
    829829    <author> <personname> <surname>Speich</surname> <firstname>S.</firstname> </personname> </author> 
    830830    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    831     <author> <personname> <surname>Maugé</surname> <firstname>R.</firstname> </personname> </author> 
     831    <author> <personname> <surname>Maugé</surname> <firstname>R.</firstname> </personname> </author> 
    832832  </authorgroup> 
    833833  <title>Correction to "A global diagnostic of interior ocean ventilation"</title> 
     
    884884  --> 
    885885  <!-- original text 
    886   Bopp, L., K. E. Kohfeld, C. Le Quéré, O. Aumont, 2003: Dust impact on marine biota and atmospheric CO 2 during glacial periods, Paleoceanography, 18, 2, 1046, doi:10.1029/2002PA000810. 
     886  Bopp, L., K. E. Kohfeld, C. Le Quéré, O. Aumont, 2003: Dust impact on marine biota and atmospheric CO 2 during glacial periods, Paleoceanography, 18, 2, 1046, doi:10.1029/2002PA000810. 
    887887  --> 
    888888  <authorgroup> 
    889889    <author> <personname> <surname>Bopp</surname> <firstname>L.</firstname> </personname> </author> 
    890890    <author> <personname> <surname>Kohfeld</surname> <firstname>K. E.</firstname> </personname> </author> 
    891     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     891    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    892892    <author> <personname> <surname>Aumont</surname> <firstname>O.</firstname> </personname> </author> 
    893893  </authorgroup> 
     
    10401040  --> 
    10411041  <!-- original text 
    1042   Boulanger, J.-P., E. Durand, J.-P. Duvel, C. Menkes, P. Delecluse, M. Imbard, M. Lengaigne, G. Madec, S. Masson, 2001: Role of non-linear oceanic processes in the response to westerly wind events: new implications for the 1997 El Niño onset, Geophys. Res. Lett., 28,8, 1603-1606, doi:10.1029/2000GL012364. 
     1042  Boulanger, J.-P., E. Durand, J.-P. Duvel, C. Menkes, P. Delecluse, M. Imbard, M. Lengaigne, G. Madec, S. Masson, 2001: Role of non-linear oceanic processes in the response to westerly wind events: new implications for the 1997 El Niño onset, Geophys. Res. Lett., 28,8, 1603-1606, doi:10.1029/2000GL012364. 
    10431043  --> 
    10441044  <authorgroup> 
     
    10531053    <author> <personname> <surname>Masson</surname> <firstname>S.</firstname> </personname> </author> 
    10541054  </authorgroup> 
    1055   <title>Role of non-linear oceanic processes in the response to westerly wind events: new implications for the 1997 El Niño onset</title> 
     1055  <title>Role of non-linear oceanic processes in the response to westerly wind events: new implications for the 1997 El Niño onset</title> 
    10561056  <biblioid class="doi">10.1029/2000GL012364</biblioid> 
    10571057  <biblioset relation="journal"> 
     
    10671067  --> 
    10681068  <!-- original text 
    1069   Boulanger, J.-P., P. Delecluse, C. Maes, C. Lévy,1997: Long Equatorial Waves in a High-Resolution OGCM Simulation of the Tropical Pacific Ocean during the 1985-94 TOGA Period,Mon. Wea. Rev., 125, 5, 972-984,doi:10.1175/1520-0493(1997)125<0972:LEWIAH>2.0.CO;2 
     1069  Boulanger, J.-P., P. Delecluse, C. Maes, C. Lévy,1997: Long Equatorial Waves in a High-Resolution OGCM Simulation of the Tropical Pacific Ocean during the 1985-94 TOGA Period,Mon. Wea. Rev., 125, 5, 972-984,doi:10.1175/1520-0493(1997)125<0972:LEWIAH>2.0.CO;2 
    10701070  --> 
    10711071  <authorgroup> 
     
    10731073    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    10741074    <author> <personname> <surname>Maes</surname> <firstname>C.</firstname> </personname> </author> 
    1075     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     1075    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    10761076  </authorgroup> 
    10771077  <title>Long Equatorial Waves in a High-Resolution OGCM Simulation of the Tropical Pacific Ocean during the 1985-94 TOGA Period</title> 
     
    11091109  --> 
    11101110  <!-- original text 
    1111   Bozec, A., P. Bouruet-Aubertot, K. Béranger, M. Crépon, 2006 : Mediterranean response to the interannual variability of a resolution atmospheric forcing: a focus on the Aegean Sea, J. Geophys. Res., 111, C11013, doi:10.1029/2005JC003427. 
     1111  Bozec, A., P. Bouruet-Aubertot, K. Béranger, M. Crépon, 2006 : Mediterranean response to the interannual variability of a resolution atmospheric forcing: a focus on the Aegean Sea, J. Geophys. Res., 111, C11013, doi:10.1029/2005JC003427. 
    11121112  --> 
    11131113  <authorgroup> 
    11141114    <author> <personname> <surname>Bozec</surname> <firstname>A.</firstname> </personname> </author> 
    11151115    <author> <personname> <surname>Bouruet-Aubertot</surname> <firstname>P.</firstname> </personname> </author> 
    1116     <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
    1117     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     1116    <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
     1117    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    11181118  </authorgroup> 
    11191119  <title>Mediterranean response to the interannual variability of a resolution atmospheric forcing: a focus on the Aegean Sea</title> 
     
    12651265  --> 
    12661266  <!-- original text 
    1267   Béranger, K., L. Mortier, G.-P. Gasparini, L. Gervasio, M. Astraldi, M. Crépon, 2004: The dynamics of the Sicily Strait: a comprehensive study from observations and models, Deep Sea Res. II, 51, 4-5, 411-440, doi:10.1016/j.dsr2.2003.08.004 
    1268   --> 
    1269   <authorgroup> 
    1270     <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
     1267  Béranger, K., L. Mortier, G.-P. Gasparini, L. Gervasio, M. Astraldi, M. Crépon, 2004: The dynamics of the Sicily Strait: a comprehensive study from observations and models, Deep Sea Res. II, 51, 4-5, 411-440, doi:10.1016/j.dsr2.2003.08.004 
     1268  --> 
     1269  <authorgroup> 
     1270    <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
    12711271    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    12721272    <author> <personname> <surname>Gasparini</surname> <firstname>G.-P.</firstname> </personname> </author> 
    12731273    <author> <personname> <surname>Gervasio</surname> <firstname>L.</firstname> </personname> </author> 
    12741274    <author> <personname> <surname>Astraldi</surname> <firstname>M.</firstname> </personname> </author> 
    1275     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     1275    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    12761276  </authorgroup> 
    12771277  <title>The dynamics of the Sicily Strait: a comprehensive study from observations and models</title> 
     
    12891289  --> 
    12901290  <!-- original text 
    1291   Béranger, K., L. Mortier, M. Crépon, 2005: Seasonal variability of water transport through the Straits of Gibraltar, Sicily and Corsica, derived from a high-resolution model of the Mediterranean circulation, Prog. Oceanogr., 66, 2-4, 341-364, doi:10.1016/j.pocean.2004.07.013 
    1292   --> 
    1293   <authorgroup> 
    1294     <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
     1291  Béranger, K., L. Mortier, M. Crépon, 2005: Seasonal variability of water transport through the Straits of Gibraltar, Sicily and Corsica, derived from a high-resolution model of the Mediterranean circulation, Prog. Oceanogr., 66, 2-4, 341-364, doi:10.1016/j.pocean.2004.07.013 
     1292  --> 
     1293  <authorgroup> 
     1294    <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
    12951295    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    1296     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     1296    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    12971297  </authorgroup> 
    12981298  <title>Seasonal variability of water transport through the Straits of Gibraltar, Sicily and Corsica, derived from a high-resolution model of the Mediterranean circulation</title> 
     
    13101310  --> 
    13111311  <!-- original text 
    1312   Brasseur, P., P. Bahurel, L. Bertino, F. Birol, J.-M. Brankart, N. Ferry, S. Losa, E. Rémy, J. Schröter, S. Skachko, C.-E. Testut, B. Tranchant, P. J. Van Leeuwen, J. Verron, 2005: Data assimilation for marine monitoring and prediction: The MERCATOR operational assimilation systems and the MERSEA developments, Q. J. R. Meteor. Soc., 131, 613, 3561-3582, doi:10.1256/qj.05.142 
     1312  Brasseur, P., P. Bahurel, L. Bertino, F. Birol, J.-M. Brankart, N. Ferry, S. Losa, E. Rémy, J. Schröter, S. Skachko, C.-E. Testut, B. Tranchant, P. J. Van Leeuwen, J. Verron, 2005: Data assimilation for marine monitoring and prediction: The MERCATOR operational assimilation systems and the MERSEA developments, Q. J. R. Meteor. Soc., 131, 613, 3561-3582, doi:10.1256/qj.05.142 
    13131313  --> 
    13141314  <authorgroup> 
     
    13201320    <author> <personname> <surname>Ferry</surname> <firstname>N.</firstname> </personname> </author> 
    13211321    <author> <personname> <surname>Losa</surname> <firstname>S.</firstname> </personname> </author> 
    1322     <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
    1323     <author> <personname> <surname>Schröter</surname> <firstname>J.</firstname> </personname> </author> 
     1322    <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
     1323    <author> <personname> <surname>Schröter</surname> <firstname>J.</firstname> </personname> </author> 
    13241324    <author> <personname> <surname>Skachko</surname> <firstname>S.</firstname> </personname> </author> 
    13251325    <author> <personname> <surname>Testut</surname> <firstname>C.-E.</firstname> </personname> </author> 
     
    13621362  --> 
    13631363  <!-- original text 
    1364   Buitenhuis, E., C. Le Quéré, O. Aumont, G. Beaugr, A. Bunker, A. Hirst, T. Ikeda, T. O'Brien, S. Piontkovski, D. Straile, 2006: Biogeochemical fluxes through mesozooplankton, Global Biogeochem. Cycles, 20, GB2003, doi:10.1029/2005GB002511. 
     1364  Buitenhuis, E., C. Le Quéré, O. Aumont, G. Beaugr, A. Bunker, A. Hirst, T. Ikeda, T. O'Brien, S. Piontkovski, D. Straile, 2006: Biogeochemical fluxes through mesozooplankton, Global Biogeochem. Cycles, 20, GB2003, doi:10.1029/2005GB002511. 
    13651365  --> 
    13661366  <authorgroup> 
    13671367    <author> <personname> <surname>Buitenhuis</surname> <firstname>E.</firstname> </personname> </author> 
    1368     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     1368    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    13691369    <author> <personname> <surname>Aumont</surname> <firstname>O.</firstname> </personname> </author> 
    13701370    <author> <personname> <surname>Beaugr</surname> <firstname>G.</firstname> </personname> </author> 
     
    14551455  --> 
    14561456  <!-- original text 
    1457   Candela, J., S. Tanahara, M. Crépon, B. Barnier, J. Sheinbaum, 2003: Yucatan Channel flow: Observations versus CLIPPER ATL6 and MERCATOR PAM models, J. Geophys. Res., 108, C12, 3385, doi:10.1029/2003JC001961. 
     1457  Candela, J., S. Tanahara, M. Crépon, B. Barnier, J. Sheinbaum, 2003: Yucatan Channel flow: Observations versus CLIPPER ATL6 and MERCATOR PAM models, J. Geophys. Res., 108, C12, 3385, doi:10.1029/2003JC001961. 
    14581458  --> 
    14591459  <authorgroup> 
    14601460    <author> <personname> <surname>Candela</surname> <firstname>J.</firstname> </personname> </author> 
    14611461    <author> <personname> <surname>Tanahara</surname> <firstname>S.</firstname> </personname> </author> 
    1462     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     1462    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    14631463    <author> <personname> <surname>Barnier</surname> <firstname>B.</firstname> </personname> </author> 
    14641464    <author> <personname> <surname>Sheinbaum</surname> <firstname>J.</firstname> </personname> </author> 
     
    15191519  --> 
    15201520  <!-- original text 
    1521   Carr, M. E., M. A. M. Friedrichs, M. Schmeltz, M. N. Aita, D. Antoine, K. Arrigo, I. Asanuma, O. Aumont, R. Barber, M. Behrenfeld, R. Bidigare, E. Buitenhuis, J. Campbell, A. Ciotti, H. Dierssen, M. Dowell, J. Dunne, W. Esaias, B. Gentili, S. Groom, N. Hopffner, J. Ishizaka, T. Kameda, C. Le Quéré, S. Lohrenz, J. Marra, F. Mélin, K. Moore, A. Morel, T. Reddy, J. Ryan, M. Scardi, T. Smyth, K. Turpie, G. Tilstone, K. Waters, Y. Yamanaka, 2006: A comparison of global estimates of marine primary production from ocean color, Deep Sea Res. II, 53, 5-7, 741-770, doi:10.1016/j.dsr2.2006.01.028 
     1521  Carr, M. E., M. A. M. Friedrichs, M. Schmeltz, M. N. Aita, D. Antoine, K. Arrigo, I. Asanuma, O. Aumont, R. Barber, M. Behrenfeld, R. Bidigare, E. Buitenhuis, J. Campbell, A. Ciotti, H. Dierssen, M. Dowell, J. Dunne, W. Esaias, B. Gentili, S. Groom, N. Hopffner, J. Ishizaka, T. Kameda, C. Le Quéré, S. Lohrenz, J. Marra, F. Mélin, K. Moore, A. Morel, T. Reddy, J. Ryan, M. Scardi, T. Smyth, K. Turpie, G. Tilstone, K. Waters, Y. Yamanaka, 2006: A comparison of global estimates of marine primary production from ocean color, Deep Sea Res. II, 53, 5-7, 741-770, doi:10.1016/j.dsr2.2006.01.028 
    15221522  --> 
    15231523  <authorgroup> 
     
    15451545    <author> <personname> <surname>Ishizaka</surname> <firstname>J.</firstname> </personname> </author> 
    15461546    <author> <personname> <surname>Kameda</surname> <firstname>T.</firstname> </personname> </author> 
    1547     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     1547    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    15481548    <author> <personname> <surname>Lohrenz</surname> <firstname>S.</firstname> </personname> </author> 
    15491549    <author> <personname> <surname>Marra</surname> <firstname>J.</firstname> </personname> </author> 
    1550     <author> <personname> <surname>Mélin</surname> <firstname>F.</firstname> </personname> </author> 
     1550    <author> <personname> <surname>Mélin</surname> <firstname>F.</firstname> </personname> </author> 
    15511551    <author> <personname> <surname>Moore</surname> <firstname>K.</firstname> </personname> </author> 
    15521552    <author> <personname> <surname>Morel</surname> <firstname>A.</firstname> </personname> </author> 
     
    17461746  --> 
    17471747  <!-- original text 
    1748   Colberg, F., C. J. C. Reason, K. B. Rodgers, 2004: South Atlantic response to El Niño-Southern Oscillation induced climate variability in an ocean general circulation model, J. Geophys. Res., 109, C12015, doi:10.1029/2004JC002301. 
     1748  Colberg, F., C. J. C. Reason, K. B. Rodgers, 2004: South Atlantic response to El Niño-Southern Oscillation induced climate variability in an ocean general circulation model, J. Geophys. Res., 109, C12015, doi:10.1029/2004JC002301. 
    17491749  --> 
    17501750  <authorgroup> 
     
    17531753    <author> <personname> <surname>Rodgers</surname> <firstname>K. B.</firstname> </personname> </author> 
    17541754  </authorgroup> 
    1755   <title>South Atlantic response to El Niño-Southern Oscillation induced climate variability in an ocean general circulation model</title> 
     1755  <title>South Atlantic response to El Niño-Southern Oscillation induced climate variability in an ocean general circulation model</title> 
    17561756  <biblioid class="doi">10.1029/2004JC002301</biblioid> 
    17571757  <biblioset relation="journal"> 
     
    18811881  --> 
    18821882  <!-- original text 
    1883   Crosnier, L., B. Barnier, A.-M. Tréguier, 2000: Aliasing inertial oscillations in a 1/6° Atlantic circulation model: impact on the mean meridional heat transport, Ocean Modelling, 3, 1-2, 21-31, doi:10.1016/S1463-5003(00)00015-9 
     1883  Crosnier, L., B. Barnier, A.-M. Tréguier, 2000: Aliasing inertial oscillations in a 1/6° Atlantic circulation model: impact on the mean meridional heat transport, Ocean Modelling, 3, 1-2, 21-31, doi:10.1016/S1463-5003(00)00015-9 
    18841884  --> 
    18851885  <authorgroup> 
    18861886    <author> <personname> <surname>Crosnier</surname> <firstname>L.</firstname> </personname> </author> 
    18871887    <author> <personname> <surname>Barnier</surname> <firstname>B.</firstname> </personname> </author> 
    1888     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    1889   </authorgroup> 
    1890   <title>Aliasing inertial oscillations in a 1/6° Atlantic circulation model: impact on the mean meridional heat transport</title> 
     1888    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     1889  </authorgroup> 
     1890  <title>Aliasing inertial oscillations in a 1/6° Atlantic circulation model: impact on the mean meridional heat transport</title> 
    18911891  <biblioid class="doi">10.1016/S1463-5003(00)00015-9</biblioid> 
    18921892  <biblioset relation="journal"> 
     
    19021902  --> 
    19031903  <!-- original text 
    1904   Da Costa, M. V., H. Mercier, A.-M. Tréguier,2005:Effects of the Mixed Layer Time Variability on Kinematic Subduction Rate Diagnostics,J. Phys. Oceanogr., 35, 4, 427-443,doi:10.1175/JPO2693.1 
     1904  Da Costa, M. V., H. Mercier, A.-M. Tréguier,2005:Effects of the Mixed Layer Time Variability on Kinematic Subduction Rate Diagnostics,J. Phys. Oceanogr., 35, 4, 427-443,doi:10.1175/JPO2693.1 
    19051905  --> 
    19061906  <authorgroup> 
    19071907    <author> <personname> <surname>Da Costa</surname> <firstname>M. V.</firstname> </personname> </author> 
    19081908    <author> <personname> <surname>Mercier</surname> <firstname>H.</firstname> </personname> </author> 
    1909     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     1909    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    19101910  </authorgroup> 
    19111911  <title>Effects of the Mixed Layer Time Variability on Kinematic Subduction Rate Diagnostics</title> 
     
    20202020  --> 
    20212021  <!-- original text 
    2022   Delaygue, G., E. Bard, C. Rollion, J. Jouzel, M. Stiévenard, J.-C. Duplessy, G. Ganssen, 2001: Oxygen isotope/salinity relationship in the northern Indian Ocean. J. Geophys. Res., 106, C3, 4565-4574, doi:10.1029/1999JC000061 
     2022  Delaygue, G., E. Bard, C. Rollion, J. Jouzel, M. Stiévenard, J.-C. Duplessy, G. Ganssen, 2001: Oxygen isotope/salinity relationship in the northern Indian Ocean. J. Geophys. Res., 106, C3, 4565-4574, doi:10.1029/1999JC000061 
    20232023  --> 
    20242024  <authorgroup> 
     
    20272027    <author> <personname> <surname>Rollion</surname> <firstname>C.</firstname> </personname> </author> 
    20282028    <author> <personname> <surname>Jouzel</surname> <firstname>J.</firstname> </personname> </author> 
    2029     <author> <personname> <surname>Stiévenard</surname> <firstname>M.</firstname> </personname> </author> 
     2029    <author> <personname> <surname>Stiévenard</surname> <firstname>M.</firstname> </personname> </author> 
    20302030    <author> <personname> <surname>Duplessy</surname> <firstname>J.-C.</firstname> </personname> </author> 
    20312031    <author> <personname> <surname>Ganssen</surname> <firstname>G.</firstname> </personname> </author> 
     
    21472147  --> 
    21482148  <!-- original text 
    2149   Delecluse, P., J. Servain, C. Lévy, K. Arpe, L. Bengtsson, 1994: On the connection between the 1984 Atlantic warm event the 1982-1983 ENSO. Tellus A, 46,4, 448-464. doi:10.1034/j.1600-0870.1994.t01-1-00009.x 
     2149  Delecluse, P., J. Servain, C. Lévy, K. Arpe, L. Bengtsson, 1994: On the connection between the 1984 Atlantic warm event the 1982-1983 ENSO. Tellus A, 46,4, 448-464. doi:10.1034/j.1600-0870.1994.t01-1-00009.x 
    21502150  --> 
    21512151  <authorgroup> 
    21522152    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    21532153    <author> <personname> <surname>Servain</surname> <firstname>J.</firstname> </personname> </author> 
    2154     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     2154    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    21552155    <author> <personname> <surname>Arpe</surname> <firstname>K.</firstname> </personname> </author> 
    21562156    <author> <personname> <surname>Bengtsson</surname> <firstname>L.</firstname> </personname> </author> 
     
    22152215  --> 
    22162216  <!-- original text 
    2217   Dewitte, B., C. Cibot, C. Périgaud, S.-I. An, L. Terray, 2007: Interaction between Near-Annual ENSO Modes in a CGCM Simulation: Role of the Equatorial Background Mean State, Journal of Climate, 20,6,1035-1052, doi:10.1175/JCLI4060.1 
     2217  Dewitte, B., C. Cibot, C. Périgaud, S.-I. An, L. Terray, 2007: Interaction between Near-Annual ENSO Modes in a CGCM Simulation: Role of the Equatorial Background Mean State, Journal of Climate, 20,6,1035-1052, doi:10.1175/JCLI4060.1 
    22182218  --> 
    22192219  <authorgroup> 
    22202220    <author> <personname> <surname>Dewitte</surname> <firstname>B.</firstname> </personname> </author> 
    22212221    <author> <personname> <surname>Cibot</surname> <firstname>C.</firstname> </personname> </author> 
    2222     <author> <personname> <surname>Périgaud</surname> <firstname>C.</firstname> </personname> </author> 
     2222    <author> <personname> <surname>Périgaud</surname> <firstname>C.</firstname> </personname> </author> 
    22232223    <author> <personname> <surname>An</surname> <firstname>S.-I.</firstname> </personname> </author> 
    22242224    <author> <personname> <surname>Terray</surname> <firstname>L.</firstname> </personname> </author> 
     
    24102410  --> 
    24112411  <!-- original text 
    2412   Douville, D., D. Salas-Mélia, S. Tyteca, 2006: On the tropical origin of uncertainties in the global land precipitation response to global warming, Climate Dynamics, 26,4,367-385, doi:10.1007/s00382-005-0088-2 
     2412  Douville, D., D. Salas-Mélia, S. Tyteca, 2006: On the tropical origin of uncertainties in the global land precipitation response to global warming, Climate Dynamics, 26,4,367-385, doi:10.1007/s00382-005-0088-2 
    24132413  --> 
    24142414  <authorgroup> 
    24152415    <author> <personname> <surname>Douville</surname> <firstname>D.</firstname> </personname> </author> 
    2416     <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
     2416    <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
    24172417    <author> <personname> <surname>Tyteca</surname> <firstname>S.</firstname> </personname> </author> 
    24182418  </authorgroup> 
     
    24502450  --> 
    24512451  <!-- original text 
    2452   Douville, H., F. Chauvin, S. Planton, J. F. Royer, D. Salas-Mélia, S. Tyteca, 2004: Sensitivity of the hydrological cycle to increasing amounts of greenhouse gases aerosols, Climate Dynamics,2,1,45-68,doi:10.1007/s00382-002-0259-3 
     2452  Douville, H., F. Chauvin, S. Planton, J. F. Royer, D. Salas-Mélia, S. Tyteca, 2004: Sensitivity of the hydrological cycle to increasing amounts of greenhouse gases aerosols, Climate Dynamics,2,1,45-68,doi:10.1007/s00382-002-0259-3 
    24532453  --> 
    24542454  <authorgroup> 
     
    24572457    <author> <personname> <surname>Planton</surname> <firstname>S.</firstname> </personname> </author> 
    24582458    <author> <personname> <surname>Royer</surname> <firstname>J. F.</firstname> </personname> </author> 
    2459     <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
     2459    <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
    24602460    <author> <personname> <surname>Tyteca</surname> <firstname>S.</firstname> </personname> </author> 
    24612461  </authorgroup> 
     
    24742474  --> 
    24752475  <!-- original text 
    2476   Drillet, Y., R. Bourdallé-Badie, L. Siefridt, C. Le Provost, 2005: Meddies in the Mercator North Atlantic and Mediterranean Sea eddy-resolving model, J. Geophys. Res., 110, C03016, doi:10.1029/2003JC002170 
     2476  Drillet, Y., R. Bourdallé-Badie, L. Siefridt, C. Le Provost, 2005: Meddies in the Mercator North Atlantic and Mediterranean Sea eddy-resolving model, J. Geophys. Res., 110, C03016, doi:10.1029/2003JC002170 
    24772477  --> 
    24782478  <authorgroup> 
    24792479    <author> <personname> <surname>Drillet</surname> <firstname>Y.</firstname> </personname> </author> 
    2480     <author> <personname> <surname>Bourdallé-Badie</surname> <firstname>R.</firstname> </personname> </author> 
     2480    <author> <personname> <surname>Bourdallé-Badie</surname> <firstname>R.</firstname> </personname> </author> 
    24812481    <author> <personname> <surname>Siefridt</surname> <firstname>L.</firstname> </personname> </author> 
    24822482    <author> <personname> <surname>Le Provost</surname> <firstname>C.</firstname> </personname> </author> 
     
    25442544  --> 
    25452545  <!-- original text 
    2546   Durand, F., D. Shankar, C. de Boyer Montégut, S. S. C. Shenoi, B. Blanke, G. Madec, 2007: Modeling the barrier-layer formation in the South-Eastern Arabian Sea. J. Climate, in press. 
     2546  Durand, F., D. Shankar, C. de Boyer Montégut, S. S. C. Shenoi, B. Blanke, G. Madec, 2007: Modeling the barrier-layer formation in the South-Eastern Arabian Sea. J. Climate, in press. 
    25472547  --> 
    25482548  <authorgroup> 
    25492549    <author> <personname> <surname>Durand</surname> <firstname>F.</firstname> </personname> </author> 
    25502550    <author> <personname> <surname>Shankar</surname> <firstname>D.</firstname> </personname> </author> 
    2551     <author> <personname> <surname>de Boyer Montégut</surname> <firstname>C.</firstname> </personname> </author> 
     2551    <author> <personname> <surname>de Boyer Montégut</surname> <firstname>C.</firstname> </personname> </author> 
    25522552    <author> <personname> <surname>Shenoi</surname> <firstname>S. S. C.</firstname> </personname> </author> 
    25532553    <author> <personname> <surname>Blanke</surname> <firstname>B.</firstname> </personname> </author> 
     
    26902690  --> 
    26912691  <!-- original text 
    2692   Echevin, V., L. Mortier, M. Crépon, 2003: Simulation of the mesoscale circulation in the northwestern mediterranean sea. Annales Geophysicae, 21, 1, 281-287, doi:??? 
     2692  Echevin, V., L. Mortier, M. Crépon, 2003: Simulation of the mesoscale circulation in the northwestern mediterranean sea. Annales Geophysicae, 21, 1, 281-287, doi:??? 
    26932693  --> 
    26942694  <authorgroup> 
    26952695    <author> <personname> <surname>Echevin</surname> <firstname>V.</firstname> </personname> </author> 
    26962696    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    2697     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     2697    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    26982698  </authorgroup> 
    26992699  <title>Simulation of the mesoscale circulation in the northwestern mediterranean sea</title> 
     
    27112711  --> 
    27122712  <!-- original text 
    2713   Echevin, V., M. Crépon, L. Mortier, 2003: Interaction of a Coastal Current with a Gulf: Application to the Shelf Circulation of the Gulf of Lions in the Mediterranean Sea, J. Phys. Oceanogr., 33, 1, 188-206, doi:10.1175/1520-0485(2003)033<0188:IOACCW>2.0.CO;2 
     2713  Echevin, V., M. Crépon, L. Mortier, 2003: Interaction of a Coastal Current with a Gulf: Application to the Shelf Circulation of the Gulf of Lions in the Mediterranean Sea, J. Phys. Oceanogr., 33, 1, 188-206, doi:10.1175/1520-0485(2003)033<0188:IOACCW>2.0.CO;2 
    27142714  --> 
    27152715  <authorgroup> 
    27162716    <author> <personname> <surname>Echevin</surname> <firstname>V.</firstname> </personname> </author> 
    2717     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     2717    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    27182718    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    27192719  </authorgroup> 
     
    27522752  --> 
    27532753  <!-- original text 
    2754   Faugeras, B., M. Lévy, L. Mémery, J. Verron, J. Blum, I. Charpentier, 2003: Can biogeochemical fluxes be recovered from nitrate and chlorophyll data ? a case study assimilating data in the Northwestern Mediterranean sea at the JGOFS-DYFAMED station. J. Mar. Systems, 40-41, 99-125. doi:10.1016/S0924-7963(03)00015-0 
     2754  Faugeras, B., M. Lévy, L. Mémery, J. Verron, J. Blum, I. Charpentier, 2003: Can biogeochemical fluxes be recovered from nitrate and chlorophyll data ? a case study assimilating data in the Northwestern Mediterranean sea at the JGOFS-DYFAMED station. J. Mar. Systems, 40-41, 99-125. doi:10.1016/S0924-7963(03)00015-0 
    27552755  --> 
    27562756  <authorgroup> 
    27572757    <author> <personname> <surname>Faugeras</surname> <firstname>B.</firstname> </personname> </author> 
    2758     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    2759     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     2758    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     2759    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    27602760    <author> <personname> <surname>Verron</surname> <firstname>J.</firstname> </personname> </author> 
    27612761    <author> <personname> <surname>Blum</surname> <firstname>J.</firstname> </personname> </author> 
     
    27762776  --> 
    27772777  <!-- original text 
    2778   Faugeras, B., O. Bernard, A. Sciranda, M. Lévy, 2004: A modelling and data assimilation approach to estimate the carbon/chlorophyll and carbon/nitrogen ratios in a coupled hydrodynamical-biological model. Nonlinear Processes in Geophysics, 11,4, 515-533, doi:??? 
     2778  Faugeras, B., O. Bernard, A. Sciranda, M. Lévy, 2004: A modelling and data assimilation approach to estimate the carbon/chlorophyll and carbon/nitrogen ratios in a coupled hydrodynamical-biological model. Nonlinear Processes in Geophysics, 11,4, 515-533, doi:??? 
    27792779  --> 
    27802780  <authorgroup> 
     
    27822782    <author> <personname> <surname>Bernard</surname> <firstname>O.</firstname> </personname> </author> 
    27832783    <author> <personname> <surname>Sciranda</surname> <firstname>A.</firstname> </personname> </author> 
    2784     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     2784    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    27852785  </authorgroup> 
    27862786  <title>A modelling and data assimilation approach to estimate the carbon/chlorophyll and carbon/nitrogen ratios in a coupled hydrodynamical-biological model</title> 
     
    27982798  --> 
    27992799  <!-- original text 
    2800   Ferron, B., A.-M. Tréguier, H. Mercier, 2004: Modelling of the bottom water flow through the Romanche Fracture Zone with a primitive equation model- -Part 2: Comparison of vertical mixing parameterisations with observations, Ocean Modelling, 6, 2, 177-190, doi:10.1016/S1463-5003(03)00024-6 
     2800  Ferron, B., A.-M. Tréguier, H. Mercier, 2004: Modelling of the bottom water flow through the Romanche Fracture Zone with a primitive equation model- -Part 2: Comparison of vertical mixing parameterisations with observations, Ocean Modelling, 6, 2, 177-190, doi:10.1016/S1463-5003(03)00024-6 
    28012801  --> 
    28022802  <authorgroup> 
    28032803    <author> <personname> <surname>Ferron</surname> <firstname>B.</firstname> </personname> </author> 
    2804     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     2804    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    28052805    <author> <personname> <surname>Mercier</surname> <firstname>H.</firstname> </personname> </author> 
    28062806  </authorgroup> 
     
    28192819  --> 
    28202820  <!-- original text 
    2821   Ferron, B., H. Mercier, A.-M. Tréguier, 2000: Modelling of the bottom water flow through the Romanche Fracture Zone with a primitive equation model- -Part I: Dynamics. J. Mar. Res., 58, 6, 837-862, doi:10.1357/002224000763485728 
     2821  Ferron, B., H. Mercier, A.-M. Tréguier, 2000: Modelling of the bottom water flow through the Romanche Fracture Zone with a primitive equation model- -Part I: Dynamics. J. Mar. Res., 58, 6, 837-862, doi:10.1357/002224000763485728 
    28222822  --> 
    28232823  <authorgroup> 
    28242824    <author> <personname> <surname>Ferron</surname> <firstname>B.</firstname> </personname> </author> 
    28252825    <author> <personname> <surname>Mercier</surname> <firstname>H.</firstname> </personname> </author> 
    2826     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     2826    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    28272827  </authorgroup> 
    28282828  <title>Modelling of the bottom water flow through the Romanche Fracture Zone with a primitive equation model--Part I: Dynamics</title> 
     
    28402840  --> 
    28412841  <!-- original text 
    2842   Ferry, N., E. Rémy, P. Brasseur, C. Maes, 2007: The Mercator global ocean operational analysis system: Assessment and validation of an 11-year reanalysis, J. Mar. Systems, 65, 1-4, 540-560, doi:10.1016/j.jmarsys.2005.08.004 
     2842  Ferry, N., E. Rémy, P. Brasseur, C. Maes, 2007: The Mercator global ocean operational analysis system: Assessment and validation of an 11-year reanalysis, J. Mar. Systems, 65, 1-4, 540-560, doi:10.1016/j.jmarsys.2005.08.004 
    28432843  --> 
    28442844  <authorgroup> 
    28452845    <author> <personname> <surname>Ferry</surname> <firstname>N.</firstname> </personname> </author> 
    2846     <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
     2846    <author> <personname> <surname>Rémy</surname> <firstname>E.</firstname> </personname> </author> 
    28472847    <author> <personname> <surname>Brasseur</surname> <firstname>P.</firstname> </personname> </author> 
    28482848    <author> <personname> <surname>Maes</surname> <firstname>C.</firstname> </personname> </author> 
     
    29092909  --> 
    29102910  <!-- original text 
    2911   Florenchie, P., J. R. E. Lutjeharms, C. J. C. Reason, S. Masson, M. Rouault,2003: The source of Benguela Niños in the south Atlantic Ocean. Geophys. Res. Lett., 30, 10, 1505, doi:10.1029/2003GL017172 
     2911  Florenchie, P., J. R. E. Lutjeharms, C. J. C. Reason, S. Masson, M. Rouault,2003: The source of Benguela Niños in the south Atlantic Ocean. Geophys. Res. Lett., 30, 10, 1505, doi:10.1029/2003GL017172 
    29122912  --> 
    29132913  <authorgroup> 
     
    29182918    <author> <personname> <surname>Rouault</surname> <firstname>M.</firstname> </personname> </author> 
    29192919  </authorgroup> 
    2920   <title>The source of Benguela Niños in the south Atlantic Ocean</title> 
     2920  <title>The source of Benguela Niños in the south Atlantic Ocean</title> 
    29212921  <biblioid class="doi">10.1029/2003GL017172</biblioid> 
    29222922  <biblioset relation="journal"> 
     
    29322932  --> 
    29332933  <!-- original text 
    2934   Foujols, M.-A., M. Lévy, O. Aumont, G. Madec, 2000: OPA8.1 Tracer reference manual. Note du Pole de Modelisation, Institut Pierre-Simon Laplace, 39pp. 
     2934  Foujols, M.-A., M. Lévy, O. Aumont, G. Madec, 2000: OPA8.1 Tracer reference manual. Note du Pole de Modelisation, Institut Pierre-Simon Laplace, 39pp. 
    29352935  --> 
    29362936  <authorgroup> 
    29372937    <author> <personname> <surname>Foujols</surname> <firstname>M.-A.</firstname> </personname> </author> 
    2938     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     2938    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    29392939    <author> <personname> <surname>Aumont</surname> <firstname>O.</firstname> </personname> </author> 
    29402940    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
     
    30743074  --> 
    30753075  <!-- original text 
    3076   Février, S., C. Frankignoul, J. Sirven, M. K. Davey, P. Delecluse, S. Ineson, J. Macias, N. Sennéchael, D. B. Stephenson, 2000: A multivariate intercomparison between three oceanic GCMs using observed current and thermocline depth anomalies in the tropical Pacific during 1985-1992. J. Mar. Systems, 24, 3-4, 249-275, doi:10.1016/S0924-7963(99)00089-5 
    3077   --> 
    3078   <authorgroup> 
    3079     <author> <personname> <surname>Février</surname> <firstname>S.</firstname> </personname> </author> 
     3076  Février, S., C. Frankignoul, J. Sirven, M. K. Davey, P. Delecluse, S. Ineson, J. Macias, N. Sennéchael, D. B. Stephenson, 2000: A multivariate intercomparison between three oceanic GCMs using observed current and thermocline depth anomalies in the tropical Pacific during 1985-1992. J. Mar. Systems, 24, 3-4, 249-275, doi:10.1016/S0924-7963(99)00089-5 
     3077  --> 
     3078  <authorgroup> 
     3079    <author> <personname> <surname>Février</surname> <firstname>S.</firstname> </personname> </author> 
    30803080    <author> <personname> <surname>Frankignoul</surname> <firstname>C.</firstname> </personname> </author> 
    30813081    <author> <personname> <surname>Sirven</surname> <firstname>J.</firstname> </personname> </author> 
     
    30843084    <author> <personname> <surname>Ineson</surname> <firstname>S.</firstname> </personname> </author> 
    30853085    <author> <personname> <surname>Macias</surname> <firstname>J.</firstname> </personname> </author> 
    3086     <author> <personname> <surname>Sennéchael</surname> <firstname>N.</firstname> </personname> </author> 
     3086    <author> <personname> <surname>Sennéchael</surname> <firstname>N.</firstname> </personname> </author> 
    30873087    <author> <personname> <surname>Stephenson</surname> <firstname>D. B.</firstname> </personname> </author> 
    30883088  </authorgroup> 
     
    31013101  --> 
    31023102  <!-- original text 
    3103   Garric, G., D. B. Stephenson, L. Terray, 1997: Simulation couplée globale atmosphère, banquise et océan superficiel. C. R. Acad. Sci. Paris, série IIa, 324, 529-536. 
     3103  Garric, G., D. B. Stephenson, L. Terray, 1997: Simulation couplée globale atmosphÚre, banquise et océan superficiel. C. R. Acad. Sci. Paris, série IIa, 324, 529-536. 
    31043104  --> 
    31053105  <authorgroup> 
     
    31083108    <author> <personname> <surname>Terray</surname> <firstname>L.</firstname> </personname> </author> 
    31093109  </authorgroup> 
    3110   <title>Simulation couplée globale atmosphère, banquise et océan superficiel</title> 
     3110  <title>Simulation couplée globale atmosphÚre, banquise et océan superficiel</title> 
    31113111  <biblioset relation="journal"> 
    31123112    <title>C. R. Acad. Sci. Paris</title> 
    3113     <volumenum>série IIa</volumenum><issuenum>324</issuenum><pagenums>529-536</pagenums> 
     3113    <volumenum>série IIa</volumenum><issuenum>324</issuenum><pagenums>529-536</pagenums> 
    31143114    <pubdate>1997</pubdate> 
    31153115  </biblioset> 
     
    32103210  --> 
    32113211  <!-- original text 
    3212   Greiner, E., S. Arnault, A. Morlière, 1998: Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 1: Method and statistical results. Prog. Oceanogr., 41, 2, 141-202, doi:10.1016/S0079-6611(98)00016-0 
     3212  Greiner, E., S. Arnault, A. MorliÚre, 1998: Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 1: Method and statistical results. Prog. Oceanogr., 41, 2, 141-202, doi:10.1016/S0079-6611(98)00016-0 
    32133213  --> 
    32143214  <authorgroup> 
    32153215    <author> <personname> <surname>Greiner</surname> <firstname>E.</firstname> </personname> </author> 
    32163216    <author> <personname> <surname>Arnault</surname> <firstname>S.</firstname> </personname> </author> 
    3217     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     3217    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    32183218  </authorgroup> 
    32193219  <title>Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 1: Method and statistical results</title> 
     
    32313231  --> 
    32323232  <!-- original text 
    3233   Greiner, E., S. Arnault, A. Morlière, 1998: Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 2: Oceanographic interpretation. Prog. Oceanogr., 41, 2, 203-247, doi:10.1016/S0079-6611(98)00017-2 
     3233  Greiner, E., S. Arnault, A. MorliÚre, 1998: Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 2: Oceanographic interpretation. Prog. Oceanogr., 41, 2, 203-247, doi:10.1016/S0079-6611(98)00017-2 
    32343234  --> 
    32353235  <authorgroup> 
    32363236    <author> <personname> <surname>Greiner</surname> <firstname>E.</firstname> </personname> </author> 
    32373237    <author> <personname> <surname>Arnault</surname> <firstname>S.</firstname> </personname> </author> 
    3238     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     3238    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    32393239  </authorgroup> 
    32403240  <title>Twelve monthly experiments of 4D-variational assimilation in the tropical Atlantic during 1987. Part 2: Oceanographic interpretation</title> 
     
    32523252  --> 
    32533253  <!-- original text 
    3254   Grima, N., A. Bentamy, K. Katsaros, Y. Quilfen, P. Delecluse, C. Lévy, 1999: Sensibility study of an Oceanic General Circulation Model forced by satellite wind-stress fields. J. Geophys. Res., 104, C4, 7967-7989, doi:10.1029/1999JC900007 
     3254  Grima, N., A. Bentamy, K. Katsaros, Y. Quilfen, P. Delecluse, C. Lévy, 1999: Sensibility study of an Oceanic General Circulation Model forced by satellite wind-stress fields. J. Geophys. Res., 104, C4, 7967-7989, doi:10.1029/1999JC900007 
    32553255  --> 
    32563256  <authorgroup> 
     
    32603260    <author> <personname> <surname>Quilfen</surname> <firstname>Y.</firstname> </personname> </author> 
    32613261    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    3262     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     3262    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    32633263  </authorgroup> 
    32643264  <title>Sensibility study of an Oceanic General Circulation Model forced by satellite wind-stress fields</title> 
     
    32973297  --> 
    32983298  <!-- original text 
    3299   Gualdi, S., E. Guilyardi, A. Navarra, S. Masina, P. Delecluse, 2003: The interannual varibility in the tropical indian ocean as simulated by a coupled GCM. Climate Dynamics, 20,6,567-582, doi:10.1007/s00382-002-0295-z 
     3299  Gualdi, S., E. Guilyardi, A. Navarra, S. Masina, P. Delecluse, 2003: The interannual variability in the tropical indian ocean as simulated by a coupled GCM. Climate Dynamics, 20,6,567-582, doi:10.1007/s00382-002-0295-z 
    33003300  --> 
    33013301  <authorgroup> 
     
    33063306    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    33073307  </authorgroup> 
    3308   <title>The interannual varibility in the tropical indian ocean as simulated by a coupled GCM</title> 
     3308  <title>The interannual variability in the tropical indian ocean as simulated by a coupled GCM</title> 
    33093309  <biblioid class="doi">10.1007/s00382-002-0295-z</biblioid> 
    33103310  <biblioset relation="journal"> 
     
    33203320  --> 
    33213321  <!-- original text 
    3322   Guilyardi, E., 2006: El Niño- mean state - seasonal cycle interactions in a multi-model ensemble. Clim. Dyn., 26, 329-348, doi:10.1007/s00382-005-0084-6. 
     3322  Guilyardi, E., 2006: El Niño- mean state - seasonal cycle interactions in a multi-model ensemble. Clim. Dyn., 26, 329-348, doi:10.1007/s00382-005-0084-6. 
    33233323  --> 
    33243324  <authorgroup> 
    33253325    <author> <personname> <surname>Guilyardi</surname> <firstname>E.</firstname> </personname> </author> 
    33263326  </authorgroup> 
    3327   <title>El Niño- mean state - seasonal cycle interactions in a multi-model ensemble</title> 
     3327  <title>El Niño- mean state - seasonal cycle interactions in a multi-model ensemble</title> 
    33283328  <biblioid class="doi">10.1007/s00382-005-0084-6</biblioid> 
    33293329  <biblioset relation="journal"> 
     
    33803380  --> 
    33813381  <!-- original text 
    3382   Guilyardi, E., G. Madec, L. Terray, M. Déqué, M. Pontaud, M. Imbard, D. B. Stephenson, M.-A. Filiberti, D. Cariolle, P. Delecluse, O. Thual, 1995: Simulation couplée océan-atmosphère de la variabilité du climat, C. R. Acad. Sci. Paris, t. 320, série IIa, 683-690. 
     3382  Guilyardi, E., G. Madec, L. Terray, M. Déqué, M. Pontaud, M. Imbard, D. B. Stephenson, M.-A. Filiberti, D. Cariolle, P. Delecluse, O. Thual, 1995: Simulation couplée océan-atmosphÚre de la variabilité du climat, C. R. Acad. Sci. Paris, t. 320, série IIa, 683-690. 
    33833383  --> 
    33843384  <authorgroup> 
     
    33863386    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    33873387    <author> <personname> <surname>Terray</surname> <firstname>L.</firstname> </personname> </author> 
    3388     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     3388    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    33893389    <author> <personname> <surname>Pontaud</surname> <firstname>M.</firstname> </personname> </author> 
    33903390    <author> <personname> <surname>Imbard</surname> <firstname>M.</firstname> </personname> </author> 
     
    33953395    <author> <personname> <surname>Thual</surname> <firstname>O.</firstname> </personname> </author> 
    33963396  </authorgroup> 
    3397   <title>Simulation couplée océan-atmosphère de la variabilité du climat</title> 
     3397  <title>Simulation couplée océan-atmosphÚre de la variabilité du climat</title> 
    33983398  <biblioset relation="journal"> 
    33993399    <title>C. R. Acad. Sci. Paris</title> 
    3400     <volumenum>t. 320</volumenum><issuenum>série IIa</issuenum><pagenums>683-690</pagenums> 
     3400    <volumenum>t. 320</volumenum><issuenum>série IIa</issuenum><pagenums>683-690</pagenums> 
    34013401    <pubdate>1995</pubdate> 
    34023402  </biblioset> 
     
    34303430  --> 
    34313431  <!-- original text 
    3432   Guilyardi, E., S. Gualdi, J. M. Slingo, A. Navarra, P. Delecluse, J. Cole, G. Madec, M. Roberts, M. Latif, L. Terray, 2004: Representing El Niño in Coupled Ocean-Atmosphere GCMs: The Dominant Role of the Atmospheric Component. J. Climate, 17, 24, 4623-4629, doi:10.1175/JCLI-3260.1 
     3432  Guilyardi, E., S. Gualdi, J. M. Slingo, A. Navarra, P. Delecluse, J. Cole, G. Madec, M. Roberts, M. Latif, L. Terray, 2004: Representing El Niño in Coupled Ocean-Atmosphere GCMs: The Dominant Role of the Atmospheric Component. J. Climate, 17, 24, 4623-4629, doi:10.1175/JCLI-3260.1 
    34333433  --> 
    34343434  <authorgroup> 
     
    34443444    <author> <personname> <surname>Terray</surname> <firstname>L.</firstname> </personname> </author> 
    34453445  </authorgroup> 
    3446   <title>Representing El Niño in Coupled Ocean-Atmosphere GCMs: The Dominant Role of the Atmospheric Component</title> 
     3446  <title>Representing El Niño in Coupled Ocean-Atmosphere GCMs: The Dominant Role of the Atmospheric Component</title> 
    34473447  <biblioid class="doi">10.1175/JCLI-3260.1</biblioid> 
    34483448  <biblioset relation="journal"> 
     
    34793479  --> 
    34803480  <!-- original text 
    3481   Guinehut, S., P.-Y. Le Traon, G. Larnicol, S. Philipps, 2004: Combining Argo and remote-sensing data to estimate the ocean three-dimensional temperature fieldsôa first approach based on simulated observations, J. Mar. Systems, 46, 1-4, 85-98, doi:10.1016/j.jmarsys.2003.11.022 
     3481  Guinehut, S., P.-Y. Le Traon, G. Larnicol, S. Philipps, 2004: Combining Argo and remote-sensing data to estimate the ocean three-dimensional temperature fields - first approach based on simulated observations, J. Mar. Systems, 46, 1-4, 85-98, doi:10.1016/j.jmarsys.2003.11.022 
    34823482  --> 
    34833483  <authorgroup> 
     
    34873487    <author> <personname> <surname>Philipps</surname> <firstname>S.</firstname> </personname> </author> 
    34883488  </authorgroup> 
    3489   <title>Combining Argo and remote-sensing data to estimate the ocean three-dimensional temperature fieldsôa first approach based on simulated observations</title> 
     3489  <title>Combining Argo and remote-sensing data to estimate the ocean three-dimensional temperature fields - first approach based on simulated observations</title> 
    34903490  <biblioid class="doi">10.1016/j.jmarsys.2003.11.022</biblioid> 
    34913491  <biblioset relation="journal"> 
     
    35013501  --> 
    35023502  <!-- original text 
    3503   Guérémy, J.-F., M. Déqué, A. Braun, J. P. Piedelievre, 2005: Actual and potential skill of seasonal predictions using the CNRM contribution to DEMETER: coupled versus uncoupled model. Tellus A, 57, 3, 308-319. doi:10.1111/j.1600-0870.2005.00101.x 
    3504   --> 
    3505   <authorgroup> 
    3506     <author> <personname> <surname>Guérémy</surname> <firstname>J.-F.</firstname> </personname> </author> 
    3507     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     3503  Guérémy, J.-F., M. Déqué, A. Braun, J. P. Piedelievre, 2005: Actual and potential skill of seasonal predictions using the CNRM contribution to DEMETER: coupled versus uncoupled model. Tellus A, 57, 3, 308-319. doi:10.1111/j.1600-0870.2005.00101.x 
     3504  --> 
     3505  <authorgroup> 
     3506    <author> <personname> <surname>Guérémy</surname> <firstname>J.-F.</firstname> </personname> </author> 
     3507    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    35083508    <author> <personname> <surname>Braun</surname> <firstname>A.</firstname> </personname> </author> 
    35093509    <author> <personname> <surname>Piedelievre</surname> <firstname>J. P.</firstname> </personname> </author> 
     
    35443544  --> 
    35453545  <!-- original text 
    3546   Guyon, M., G. Madec, F.-X. Roux, M. Imbard, C. Herbaut, P. Fronier, 1999: Parallelization of the OPA ocean model. Calculateurs Paralleles, 11, 4, 499-517. 
     3546  Guyon, M., G. Madec, F.-X. Roux, M. Imbard, C. Herbaut, P. Fronier, 1999: Parallelization of the OPA ocean model. Calculateurs ParallÚles, 11, 4, 499-517. 
    35473547  --> 
    35483548  <authorgroup> 
     
    35563556  <title>Parallelization of the OPA ocean model</title> 
    35573557  <biblioset relation="journal"> 
    3558     <title>Calculateurs Paralleles</title> 
     3558    <title>Calculateurs ParallÚles</title> 
    35593559    <volumenum>11</volumenum><issuenum>4</issuenum><pagenums>499-517</pagenums> 
    35603560    <pubdate>1999</pubdate> 
     
    35673567  --> 
    35683568  <!-- original text 
    3569   Guyon, M., M. Chartier, F.-X. Roux, P. Fraunié, 1995: First considerations about modelling the ocean genral circulation on MIMD machines by domain decomposition method. In High performance computing in the geosciences, Kluwer Academic Publish., Netherls, 125-140. 
     3569  Guyon, M., M. Chartier, F.-X. Roux, P. Fraunié, 1995: First considerations about modelling the ocean general circulation on MIMD machines by domain decomposition method. In High performance computing in the geosciences, Kluwer Academic Publish., Netherls, 125-140. 
    35703570  --> 
    35713571  <authorgroup> 
     
    35733573    <author> <personname> <surname>Chartier</surname> <firstname>M.</firstname> </personname> </author> 
    35743574    <author> <personname> <surname>Roux</surname> <firstname>F.-X.</firstname> </personname> </author> 
    3575     <author> <personname> <surname>Fraunié</surname> <firstname>P.</firstname> </personname> </author> 
    3576   </authorgroup> 
    3577   <title>First considerations about modelling the ocean genral circulation on MIMD machines by domain decomposition method</title> 
     3575    <author> <personname> <surname>Fraunié</surname> <firstname>P.</firstname> </personname> </author> 
     3576  </authorgroup> 
     3577  <title>First considerations about modelling the ocean general circulation on MIMD machines by domain decomposition method</title> 
    35783578  <biblioset relation="journal"> 
    35793579    <title>In High performance computing in the geosciences</title> 
     
    36113611  --> 
    36123612  <!-- original text 
    3613   Herbaut, C., F. Codron, M. Crépon, 1998: Separation of a Coastal Current at a Strait Level: Case of the Strait of Sicily,J. Phys. Oceanogr., 28, 7, 1346-1362,doi:10.1175/1520-0485(1998)028<1346:SOACCA>2.0.CO;2 
     3613  Herbaut, C., F. Codron, M. Crépon, 1998: Separation of a Coastal Current at a Strait Level: Case of the Strait of Sicily,J. Phys. Oceanogr., 28, 7, 1346-1362,doi:10.1175/1520-0485(1998)028<1346:SOACCA>2.0.CO;2 
    36143614  --> 
    36153615  <authorgroup> 
    36163616    <author> <personname> <surname>Herbaut</surname> <firstname>C.</firstname> </personname> </author> 
    36173617    <author> <personname> <surname>Codron</surname> <firstname>F.</firstname> </personname> </author> 
    3618     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     3618    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    36193619  </authorgroup> 
    36203620  <title>Separation of a Coastal Current at a Strait Level: Case of the Strait of Sicily</title> 
     
    36323632  --> 
    36333633  <!-- original text 
    3634   Herbaut, C., F. Martel, M. Crépon, 1997: A sensitivity study of the general circulation of the Western Mediterranean Sea. Part II: the response to atmospheric forcing. J. Phys. Oceanogr., 27, 10, 2126-2144, doi:10.1175/1520-0485(1997)027<2126:ASSOTG>2.0.CO;2 
     3634  Herbaut, C., F. Martel, M. Crépon, 1997: A sensitivity study of the general circulation of the Western Mediterranean Sea. Part II: the response to atmospheric forcing. J. Phys. Oceanogr., 27, 10, 2126-2144, doi:10.1175/1520-0485(1997)027<2126:ASSOTG>2.0.CO;2 
    36353635  --> 
    36363636  <authorgroup> 
    36373637    <author> <personname> <surname>Herbaut</surname> <firstname>C.</firstname> </personname> </author> 
    36383638    <author> <personname> <surname>Martel</surname> <firstname>F.</firstname> </personname> </author> 
    3639     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     3639    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    36403640  </authorgroup> 
    36413641  <title>A sensitivity study of the general circulation of the Western Mediterranean Sea. Part II: the response to atmospheric forcing</title> 
     
    36533653  --> 
    36543654  <!-- original text 
    3655   Herbaut, C., L. Mortier, M. Crépon, 1996: A sensitivity study of the general circulation of the Western Mediterranean Sea. Part I: the response to density forcing through the straits. J. Phys. Oceanogr., 26, 1, 65-84, doi:10.1175/1520-0485(1996)026<0065:ASSOTG>2.0.CO;2 
     3655  Herbaut, C., L. Mortier, M. Crépon, 1996: A sensitivity study of the general circulation of the Western Mediterranean Sea. Part I: the response to density forcing through the straits. J. Phys. Oceanogr., 26, 1, 65-84, doi:10.1175/1520-0485(1996)026<0065:ASSOTG>2.0.CO;2 
    36563656  --> 
    36573657  <authorgroup> 
    36583658    <author> <personname> <surname>Herbaut</surname> <firstname>C.</firstname> </personname> </author> 
    36593659    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    3660     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     3660    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    36613661  </authorgroup> 
    36623662  <title>A sensitivity study of the general circulation of the Western Mediterranean Sea. Part I: the response to density forcing through the straits</title> 
     
    38843884  --> 
    38853885  <!-- original text 
    3886   Koch-Larrouy, A., G. Madec, P. Bouruet-Aubertot, T. Gerkema, L. Bessières, R. Molcard, 2006: On the transformation of Pacific Water into Indonesian ThroughFlow Water by internal tidal mixing. Geophys. Res. Lett., 34, L04604, doi:10.1029/2006GL028405 
     3886  Koch-Larrouy, A., G. Madec, P. Bouruet-Aubertot, T. Gerkema, L. BessiÚres, R. Molcard, 2006: On the transformation of Pacific Water into Indonesian ThroughFlow Water by internal tidal mixing. Geophys. Res. Lett., 34, L04604, doi:10.1029/2006GL028405 
    38873887  --> 
    38883888  <authorgroup> 
     
    38913891    <author> <personname> <surname>Bouruet-Aubertot</surname> <firstname>P.</firstname> </personname> </author> 
    38923892    <author> <personname> <surname>Gerkema</surname> <firstname>T.</firstname> </personname> </author> 
    3893     <author> <personname> <surname>Bessières</surname> <firstname>L.</firstname> </personname> </author> 
     3893    <author> <personname> <surname>BessiÚres</surname> <firstname>L.</firstname> </personname> </author> 
    38943894    <author> <personname> <surname>Molcard</surname> <firstname>R.</firstname> </personname> </author> 
    38953895  </authorgroup> 
     
    39333933  --> 
    39343934  <!-- original text 
    3935   Latif, M., C. Böning, J. Willebrand, A. Biastoch, J. Dengg, N. Keenlyside, U. Schweckendiek, G. Madec, 2006: Is the Thermohaline Circulation Changing?, Journal of Climate, 19,18, 4631-4637, doi:10.1175/JCLI3876.1 
     3935  Latif, M., C. Böning, J. Willebrand, A. Biastoch, J. Dengg, N. Keenlyside, U. Schweckendiek, G. Madec, 2006: Is the Thermohaline Circulation Changing?, Journal of Climate, 19,18, 4631-4637, doi:10.1175/JCLI3876.1 
    39363936  --> 
    39373937  <authorgroup> 
    39383938    <author> <personname> <surname>Latif</surname> <firstname>M.</firstname> </personname> </author> 
    3939     <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
     3939    <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
    39403940    <author> <personname> <surname>Willebrand</surname> <firstname>J.</firstname> </personname> </author> 
    39413941    <author> <personname> <surname>Biastoch</surname> <firstname>A.</firstname> </personname> </author> 
     
    39593959  --> 
    39603960  <!-- original text 
    3961   Laugier, M., L. Mortier, I. Dekeyser, 1994: Un modèle bidomaine aux équations primitives en océanographie physique. Oceanol. Acta, 17, 4, 355-367. 
     3961  Laugier, M., L. Mortier, I. Dekeyser, 1994: Un modÚle bidomaine aux équations primitives en océanographie physique. Oceanol. Acta, 17, 4, 355-367. 
    39623962  --> 
    39633963  <authorgroup> 
     
    39663966    <author> <personname> <surname>Dekeyser</surname> <firstname>I.</firstname> </personname> </author> 
    39673967  </authorgroup> 
    3968   <title>Un modèle bidomaine aux équations primitives en océanographie physique</title> 
     3968  <title>Un modÚle bidomaine aux équations primitives en océanographie physique</title> 
    39693969  <biblioset relation="journal"> 
    39703970    <title>Oceanol. Acta</title> 
     
    40874087  --> 
    40884088  <!-- original text 
    4089   Le Quéré, C., J. C. Orr, P. Monfray, O. Aumont, G. Madec, 2000: Interannual variability of the oceanic sink of CO 2from 1979 through 1997. Global Biogeochem. Cycles, 14, 1247-1266, doi:10.1029/1999GB900049 
    4090   --> 
    4091   <authorgroup> 
    4092     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     4089  Le Quéré, C., J. C. Orr, P. Monfray, O. Aumont, G. Madec, 2000: Interannual variability of the oceanic sink of CO 2from 1979 through 1997. Global Biogeochem. Cycles, 14, 1247-1266, doi:10.1029/1999GB900049 
     4090  --> 
     4091  <authorgroup> 
     4092    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    40934093    <author> <personname> <surname>Orr</surname> <firstname>J. C.</firstname> </personname> </author> 
    40944094    <author> <personname> <surname>Monfray</surname> <firstname>P.</firstname> </personname> </author> 
     
    41104110  --> 
    41114111  <!-- original text 
    4112   Le Quéré, C., O. Aumont, L. Bopp, P. Bousquet, P. Ciais, R. Francey, M. Heimann, R. F. Keeling, H. Kheshgi, P. Peylin, S. C. Piper, I. C. Prentice, P.-J. Rayner, 2003: Two decades of ocean CO2 sink and variability, Tellus B, 55, 2, 649-656, doi:10.1034/j.1600-0889.2003.00043.x 
    4113   --> 
    4114   <authorgroup> 
    4115     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     4112  Le Quéré, C., O. Aumont, L. Bopp, P. Bousquet, P. Ciais, R. Francey, M. Heimann, R. F. Keeling, H. Kheshgi, P. Peylin, S. C. Piper, I. C. Prentice, P.-J. Rayner, 2003: Two decades of ocean CO2 sink and variability, Tellus B, 55, 2, 649-656, doi:10.1034/j.1600-0889.2003.00043.x 
     4113  --> 
     4114  <authorgroup> 
     4115    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    41164116    <author> <personname> <surname>Aumont</surname> <firstname>O.</firstname> </personname> </author> 
    41174117    <author> <personname> <surname>Bopp</surname> <firstname>L.</firstname> </personname> </author> 
     
    41414141  --> 
    41424142  <!-- original text 
    4143   Le Quéré, C., O. Aumont, P. Monfray, J. C. Orr, 2003: Propagation of climatic events on ocean stratification, marine biology, and CO 2: Case studies over the 1979-1999 period, J. Geophys. Res., 108, C12, 3375, doi:10.1029/2001JC000920 
    4144   --> 
    4145   <authorgroup> 
    4146     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     4143  Le Quéré, C., O. Aumont, P. Monfray, J. C. Orr, 2003: Propagation of climatic events on ocean stratification, marine biology, and CO 2: Case studies over the 1979-1999 period, J. Geophys. Res., 108, C12, 3375, doi:10.1029/2001JC000920 
     4144  --> 
     4145  <authorgroup> 
     4146    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    41474147    <author> <personname> <surname>Aumont</surname> <firstname>O.</firstname> </personname> </author> 
    41484148    <author> <personname> <surname>Monfray</surname> <firstname>P.</firstname> </personname> </author> 
     
    41634163  --> 
    41644164  <!-- original text 
    4165   Le Sommer, J., T. Penduff, S. Theetten, G. Madec, 2007: How momentum advection schemes affect current-topography interactions: sensitivity studies in the North Atlantic 1/4° DRAKKAR model. Ocean Modelling, in press. 
     4165  Le Sommer, J., T. Penduff, S. Theetten, G. Madec, 2007: How momentum advection schemes affect current-topography interactions: sensitivity studies in the North Atlantic 1/4° DRAKKAR model. Ocean Modelling, in press. 
    41664166  --> 
    41674167  <authorgroup> 
     
    41714171    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    41724172  </authorgroup> 
    4173   <title>How momentum advection schemes affect current-topography interactions: sensitivity studies in the North Atlantic 1/4° DRAKKAR model</title> 
     4173  <title>How momentum advection schemes affect current-topography interactions: sensitivity studies in the North Atlantic 1/4° DRAKKAR model</title> 
    41744174  <biblioset relation="journal"> 
    41754175    <title>Ocean Modelling</title> 
     
    42064206  --> 
    42074207  <!-- original text 
    4208   Lehahn, Y., F. d'Ovidio, M. Lévy, E. Heyfetz, 2007: Stirring of the Northeast Atlantic spring bloom: a Lagrangian analysis based on multi-satellite data, J. Geophys. Res., in press. 
     4208  Lehahn, Y., F. d'Ovidio, M. Lévy, E. Heyfetz, 2007: Stirring of the Northeast Atlantic spring bloom: a Lagrangian analysis based on multi-satellite data, J. Geophys. Res., in press. 
    42094209  --> 
    42104210  <authorgroup> 
    42114211    <author> <personname> <surname>Lehahn</surname> <firstname>Y.</firstname> </personname> </author> 
    42124212    <author> <personname> <surname>d'Ovidio</surname> <firstname>F.</firstname> </personname> </author> 
    4213     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4213    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    42144214    <author> <personname> <surname>Heyfetz</surname> <firstname>E.</firstname> </personname> </author> 
    42154215  </authorgroup> 
     
    42274227  --> 
    42284228  <!-- original text 
    4229   Lehodey, P., J.-M. André, M. Bertignac, J. Hampton, A. Stoens, C. Menkes, L. Mémery, N. Grima, 1998: Predicting skipjack forage distributions in the Equatorial Pacific: preliminary results using a coupled dynamical bio-geochemical model. Fish. Oceanogr., 7, 3-4, 317-325, doi:10.1046/j.1365-2419.1998.00079.x 
     4229  Lehodey, P., J.-M. André, M. Bertignac, J. Hampton, A. Stoens, C. Menkes, L. Mémery, N. Grima, 1998: Predicting skipjack forage distributions in the Equatorial Pacific: preliminary results using a coupled dynamical bio-geochemical model. Fish. Oceanogr., 7, 3-4, 317-325, doi:10.1046/j.1365-2419.1998.00079.x 
    42304230  --> 
    42314231  <authorgroup> 
    42324232    <author> <personname> <surname>Lehodey</surname> <firstname>P.</firstname> </personname> </author> 
    4233     <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
     4233    <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
    42344234    <author> <personname> <surname>Bertignac</surname> <firstname>M.</firstname> </personname> </author> 
    42354235    <author> <personname> <surname>Hampton</surname> <firstname>J.</firstname> </personname> </author> 
    42364236    <author> <personname> <surname>Stoens</surname> <firstname>A.</firstname> </personname> </author> 
    42374237    <author> <personname> <surname>Menkes</surname> <firstname>C.</firstname> </personname> </author> 
    4238     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4238    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    42394239    <author> <personname> <surname>Grima</surname> <firstname>N.</firstname> </personname> </author> 
    42404240  </authorgroup> 
     
    42534253  --> 
    42544254  <!-- original text 
    4255   Lehucher, P. M., L. Beautier, M. Chartier, F. Martel, L. Mortier, P. Brehmer, C. Millot, C. Alberola, M. Benzhora, I. Taupier-Letage, G. Chabert d'Hieres, H. Didelle, P. Gleizon, D. Obaton, M. Crépon, C. Herbaut, G. Madec, S. Speich, J. Nihoul, J. M. Beckers, P. Brasseur, E. Deleersnijder, S. Djenidi, J. Font, A. Castellon, E. Garcia-Ladona, M. J. Lopez-Garcia, M. Manriquez, M. Maso, J. Salat, J. Tintore, S. Alonso, D. Gomis, A. Viudez, M. Astraldi, D. Bacciola, M. Borghini, F. Dell'amico, C. Galli, E. Lazzoni, G.-P. Gasparini, S. Sparnocchia, A. Harzallah, 1995: Progress from 1989 to 1992 in understanding the circulation of the Western Mediterranean Sea. Oceanol. Acta, 18, 2, 255-271. 
     4255  Lehucher, P. M., L. Beautier, M. Chartier, F. Martel, L. Mortier, P. Brehmer, C. Millot, C. Alberola, M. Benzhora, I. Taupier-Letage, G. Chabert d'Hieres, H. Didelle, P. Gleizon, D. Obaton, M. Crépon, C. Herbaut, G. Madec, S. Speich, J. Nihoul, J. M. Beckers, P. Brasseur, E. Deleersnijder, S. Djenidi, J. Font, A. Castellon, E. Garcia-Ladona, M. J. Lopez-Garcia, M. Manriquez, M. Maso, J. Salat, J. Tintore, S. Alonso, D. Gomis, A. Viudez, M. Astraldi, D. Bacciola, M. Borghini, F. Dell'amico, C. Galli, E. Lazzoni, G.-P. Gasparini, S. Sparnocchia, A. Harzallah, 1995: Progress from 1989 to 1992 in understanding the circulation of the Western Mediterranean Sea. Oceanol. Acta, 18, 2, 255-271. 
    42564256  --> 
    42574257  <authorgroup> 
     
    42704270    <author> <personname> <surname>Gleizon</surname> <firstname>P.</firstname> </personname> </author> 
    42714271    <author> <personname> <surname>Obaton</surname> <firstname>D.</firstname> </personname> </author> 
    4272     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4272    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    42734273    <author> <personname> <surname>Herbaut</surname> <firstname>C.</firstname> </personname> </author> 
    42744274    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
     
    43134313  --> 
    43144314  <!-- original text 
    4315   Lengaigne, M., C. Menkes, O. Aumont, T. Gorgues, L. Bopp, J.-M. André, G. Madec, 2007: Influence of the oceanic biology on the tropical Pacific climate in a coupled general circulation model, Climate Dynamics, 28,5,503-516, doi:10.1007/s00382-006-0200-2 
     4315  Lengaigne, M., C. Menkes, O. Aumont, T. Gorgues, L. Bopp, J.-M. André, G. Madec, 2007: Influence of the oceanic biology on the tropical Pacific climate in a coupled general circulation model, Climate Dynamics, 28,5,503-516, doi:10.1007/s00382-006-0200-2 
    43164316  --> 
    43174317  <authorgroup> 
     
    43214321    <author> <personname> <surname>Gorgues</surname> <firstname>T.</firstname> </personname> </author> 
    43224322    <author> <personname> <surname>Bopp</surname> <firstname>L.</firstname> </personname> </author> 
    4323     <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
     4323    <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
    43244324    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    43254325  </authorgroup> 
     
    43384338  --> 
    43394339  <!-- original text 
    4340   Lengaigne, M., E. Guilyardi, J.-P. Boulanger, C. Menkes, P. Delecluse, P. Inness, J. Cole, J. M. Slingo, 2004: Triggering of El Niño by westerly wind events in a coupled general circulation model. Clim. Dyn., 23, 6, 601-620, doi:10.1007/s00382-004-0457-2. 
     4340  Lengaigne, M., E. Guilyardi, J.-P. Boulanger, C. Menkes, P. Delecluse, P. Inness, J. Cole, J. M. Slingo, 2004: Triggering of El Niño by westerly wind events in a coupled general circulation model. Clim. Dyn., 23, 6, 601-620, doi:10.1007/s00382-004-0457-2. 
    43414341  --> 
    43424342  <authorgroup> 
     
    43504350    <author> <personname> <surname>Slingo</surname> <firstname>J. M.</firstname> </personname> </author> 
    43514351  </authorgroup> 
    4352   <title>Triggering of El Niño by westerly wind events in a coupled general circulation model</title> 
     4352  <title>Triggering of El Niño by westerly wind events in a coupled general circulation model</title> 
    43534353  <biblioid class="doi">10.1007/s00382-004-0457-2</biblioid> 
    43544354  <biblioset relation="journal"> 
     
    43864386  --> 
    43874387  <!-- original text 
    4388   Lengaigne, M., J.-P. Boulanger, C. Menkes, G. Madec, P. Delecluse, E. Guilyardi, J. M. Slingo, 2003:The March 1997 Westerly Wind Event and the Onset of the 1997/98 El Niño: Understanding the Role of the Atmospheric Response,Journal of Climate, 16,20,3330-3343, doi:10.1175/1520-0442(2003)016<3330:TMWWEA>2.0.CO;2 
     4388  Lengaigne, M., J.-P. Boulanger, C. Menkes, G. Madec, P. Delecluse, E. Guilyardi, J. M. Slingo, 2003:The March 1997 Westerly Wind Event and the Onset of the 1997/98 El Niño: Understanding the Role of the Atmospheric Response,Journal of Climate, 16,20,3330-3343, doi:10.1175/1520-0442(2003)016<3330:TMWWEA>2.0.CO;2 
    43894389  --> 
    43904390  <authorgroup> 
     
    43974397    <author> <personname> <surname>Slingo</surname> <firstname>J. M.</firstname> </personname> </author> 
    43984398  </authorgroup> 
    4399   <title>The March 1997 Westerly Wind Event and the Onset of the 1997/98 El Niño: Understanding the Role of the Atmospheric Response</title> 
     4399  <title>The March 1997 Westerly Wind Event and the Onset of the 1997/98 El Niño: Understanding the Role of the Atmospheric Response</title> 
    44004400  <biblioid class="doi">10.1175/1520-0442(2003)016&lt;3330:TMWWEA&gt;2.0.CO;2</biblioid> 
    44014401  <biblioset relation="journal"> 
     
    44114411  --> 
    44124412  <!-- original text 
    4413   Lengaigne, M., J.-P. Boulanger, C. Menkes, H. Spencer, 2006: Influence of the Seasonal Cycle on the Termination of El Niño Events in a Coupled General Circulation Model,Journal of Climate, 19,9, 1850-1868, doi:10.1175/JCLI3706.1 
     4413  Lengaigne, M., J.-P. Boulanger, C. Menkes, H. Spencer, 2006: Influence of the Seasonal Cycle on the Termination of El Niño Events in a Coupled General Circulation Model,Journal of Climate, 19,9, 1850-1868, doi:10.1175/JCLI3706.1 
    44144414  --> 
    44154415  <authorgroup> 
     
    44194419    <author> <personname> <surname>Spencer</surname> <firstname>H.</firstname> </personname> </author> 
    44204420  </authorgroup> 
    4421   <title>Influence of the Seasonal Cycle on the Termination of El Niño Events in a Coupled General Circulation Model</title> 
     4421  <title>Influence of the Seasonal Cycle on the Termination of El Niño Events in a Coupled General Circulation Model</title> 
    44224422  <biblioid class="doi">10.1175/JCLI3706.1</biblioid> 
    44234423  <biblioset relation="journal"> 
     
    44574457  --> 
    44584458  <!-- original text 
    4459   Li L., A. Bozec, S. Somot, K. Béranger, P. Bouruet-Aubertot, F. Sevault, M. Crépon, 2006: Regional atmospheric, marine processes and climate modelling (chapter 7). In Mediterranean Climate Variability, Lionello, P. and Malanotte, P. and Boscolo, R.(eds), Elsevier B.V., pp. 373-397 
     4459  Li L., A. Bozec, S. Somot, K. Béranger, P. Bouruet-Aubertot, F. Sevault, M. Crépon, 2006: Regional atmospheric, marine processes and climate modelling (chapter 7). In Mediterranean Climate Variability, Lionello, P. and Malanotte, P. and Boscolo, R.(eds), Elsevier B.V., pp. 373-397 
    44604460  --> 
    44614461  <authorgroup> 
     
    44634463    <author> <personname> <surname>Bozec</surname> <firstname>A.</firstname> </personname> </author> 
    44644464    <author> <personname> <surname>Somot</surname> <firstname>S.</firstname> </personname> </author> 
    4465     <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
     4465    <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
    44664466    <author> <personname> <surname>Bouruet-Aubertot</surname> <firstname>P.</firstname> </personname> </author> 
    44674467    <author> <personname> <surname>Sevault</surname> <firstname>F.</firstname> </personname> </author> 
    4468     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4468    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    44694469  </authorgroup> 
    44704470  <title>Regional atmospheric, marine processes and climate modelling (chapter 7)</title> 
     
    45024502  --> 
    45034503  <!-- original text 
    4504   Loukos, H., L. Mémery, 1999: Simulation of the nitrate seasonal cycle in the equatorial Atlantic Ocean during 1983 and 1984, J. Geophys. Res., 104, C7, 15549-15573, doi:10.1029/1999JC900084 
     4504  Loukos, H., L. Mémery, 1999: Simulation of the nitrate seasonal cycle in the equatorial Atlantic Ocean during 1983 and 1984, J. Geophys. Res., 104, C7, 15549-15573, doi:10.1029/1999JC900084 
    45054505  --> 
    45064506  <authorgroup> 
    45074507    <author> <personname> <surname>Loukos</surname> <firstname>H.</firstname> </personname> </author> 
    4508     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4508    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    45094509  </authorgroup> 
    45104510  <title>Simulation of the nitrate seasonal cycle in the equatorial Atlantic Ocean during 1983 and 1984</title> 
     
    46364636  --> 
    46374637  <!-- original text 
    4638   Lévy, M., 2003: Mesoscale variability of phytoplankton and of new production: Impact of the large scale nutrient distribution, J. Geophys. Res., Vol 108, C11, doi:335810.1029/2002JC001577. 
    4639   --> 
    4640   <authorgroup> 
    4641     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4638  Lévy, M., 2003: Mesoscale variability of phytoplankton and of new production: Impact of the large scale nutrient distribution, J. Geophys. Res., Vol 108, C11, doi:335810.1029/2002JC001577. 
     4639  --> 
     4640  <authorgroup> 
     4641    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    46424642  </authorgroup> 
    46434643  <title>Mesoscale variability of phytoplankton and of new production: Impact of the large scale nutrient distribution</title> 
     
    46554655  --> 
    46564656  <!-- original text 
    4657   Lévy, M., 2007: The modulation of biological production by oceanic mesoscal turbulence, Lecture notes in Physics, Transport in Geophysical flow: Ten years after, in press 
    4658   --> 
    4659   <authorgroup> 
    4660     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4657  Lévy, M., 2007: The modulation of biological production by oceanic mesoscal turbulence, Lecture notes in Physics, Transport in Geophysical flow: Ten years after, in press 
     4658  --> 
     4659  <authorgroup> 
     4660    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    46614661  </authorgroup> 
    46624662  <title>The modulation of biological production by oceanic mesoscal turbulence</title> 
     
    46734673  --> 
    46744674  <!-- original text 
    4675   Lévy, M., A. Estublier, G. Madec, 2001: Choice of an advection scheme for biogeochemical models, Geophys. Res. Lett., 28, 19, 3725-3728, doi:10.1029/2001GL012947 
    4676   --> 
    4677   <authorgroup> 
    4678     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4675  Lévy, M., A. Estublier, G. Madec, 2001: Choice of an advection scheme for biogeochemical models, Geophys. Res. Lett., 28, 19, 3725-3728, doi:10.1029/2001GL012947 
     4676  --> 
     4677  <authorgroup> 
     4678    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    46794679    <author> <personname> <surname>Estublier</surname> <firstname>A.</firstname> </personname> </author> 
    46804680    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
     
    46944694  --> 
    46954695  <!-- original text 
    4696   Lévy, M., L. Mémery, G. Madec, 1998: The onset of a bloom after deep winter convection in the Northwestern Mediterranean Sea: mesoscale process study with a primitive equation model. J. Mar. Syst., 16, 1-2, 7-21, doi:10.1016/S0924-7963(97)00097-3 
    4697   --> 
    4698   <authorgroup> 
    4699     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    4700     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4696  Lévy, M., L. Mémery, G. Madec, 1998: The onset of a bloom after deep winter convection in the Northwestern Mediterranean Sea: mesoscale process study with a primitive equation model. J. Mar. Syst., 16, 1-2, 7-21, doi:10.1016/S0924-7963(97)00097-3 
     4697  --> 
     4698  <authorgroup> 
     4699    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4700    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    47014701    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    47024702  </authorgroup> 
     
    47154715  --> 
    47164716  <!-- original text 
    4717   Lévy, M., L. Mémery, G. Madec, 1999: The onset of the spring bloom in the MEDOC area: mesoscale spatial variability. Deep Sea Res. I, 46, 7,1137-1160. doi:10.1016/S0967-0637(98)00105-8 
    4718   --> 
    4719   <authorgroup> 
    4720     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    4721     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4717  Lévy, M., L. Mémery, G. Madec, 1999: The onset of the spring bloom in the MEDOC area: mesoscale spatial variability. Deep Sea Res. I, 46, 7,1137-1160. doi:10.1016/S0967-0637(98)00105-8 
     4718  --> 
     4719  <authorgroup> 
     4720    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4721    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    47224722    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    47234723  </authorgroup> 
     
    47364736  --> 
    47374737  <!-- original text 
    4738   Lévy, M., L. Mémery, G. Madec, 2000: Combined effects of mesoscale processes and atmospheric high-frequency variability on the spring bloom in the MEDOC area, Deep Sea Res. I, 47, 1,27-531. doi:10.1016/S0967-0637(99)00051-5 
    4739   --> 
    4740   <authorgroup> 
    4741     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    4742     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4738  Lévy, M., L. Mémery, G. Madec, 2000: Combined effects of mesoscale processes and atmospheric high-frequency variability on the spring bloom in the MEDOC area, Deep Sea Res. I, 47, 1,27-531. doi:10.1016/S0967-0637(99)00051-5 
     4739  --> 
     4740  <authorgroup> 
     4741    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4742    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    47434743    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    47444744  </authorgroup> 
     
    47574757  --> 
    47584758  <!-- original text 
    4759   Lévy, M., M. Gavart, L. Mémery, G. Caniaux, A. Paci, 2005: A four-dimensional mesoscale map of the spring bloom in the northeast Atlantic (POMME experiment): Results of a prognostic model, J. Geophys. Res., 110, C07S21, doi:10.1029/2004JC002588. 
    4760   --> 
    4761   <authorgroup> 
    4762     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4759  Lévy, M., M. Gavart, L. Mémery, G. Caniaux, A. Paci, 2005: A four-dimensional mesoscale map of the spring bloom in the northeast Atlantic (POMME experiment): Results of a prognostic model, J. Geophys. Res., 110, C07S21, doi:10.1029/2004JC002588. 
     4760  --> 
     4761  <authorgroup> 
     4762    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    47634763    <author> <personname> <surname>Gavart</surname> <firstname>M.</firstname> </personname> </author> 
    4764     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4764    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    47654765    <author> <personname> <surname>Caniaux</surname> <firstname>G.</firstname> </personname> </author> 
    47664766    <author> <personname> <surname>Paci</surname> <firstname>A.</firstname> </personname> </author> 
     
    47804780  --> 
    47814781  <!-- original text 
    4782   Lévy, M., P. Klein, 2004: Does the low frequency variability of mesoscale dynamics explain a part of the phytoplankton and zooplankton spectral variability? Proc. Royal Soc., 460, 2046, 1673-1683, doi:10.1098/rspa.2003.1219. 
    4783   --> 
    4784   <authorgroup> 
    4785     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4782  Lévy, M., P. Klein, 2004: Does the low frequency variability of mesoscale dynamics explain a part of the phytoplankton and zooplankton spectral variability? Proc. Royal Soc., 460, 2046, 1673-1683, doi:10.1098/rspa.2003.1219. 
     4783  --> 
     4784  <authorgroup> 
     4785    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    47864786    <author> <personname> <surname>Klein</surname> <firstname>P.</firstname> </personname> </author> 
    47874787  </authorgroup> 
     
    48004800  --> 
    48014801  <!-- original text 
    4802   Lévy, M., P. Klein, A.-M. Tréguier, 2001: Impact of sub-mesoscale physics on production and subduction of phytoplankton in an oligotrophic regime. J. Mar. Res., 59, 4, 535-565, doi:??? 
    4803   --> 
    4804   <authorgroup> 
    4805     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4802  Lévy, M., P. Klein, A.-M. Tréguier, 2001: Impact of sub-mesoscale physics on production and subduction of phytoplankton in an oligotrophic regime. J. Mar. Res., 59, 4, 535-565, doi:??? 
     4803  --> 
     4804  <authorgroup> 
     4805    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    48064806    <author> <personname> <surname>Klein</surname> <firstname>P.</firstname> </personname> </author> 
    4807     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     4807    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    48084808  </authorgroup> 
    48094809  <title>Impact of sub-mesoscale physics on production and subduction of phytoplankton in an oligotrophic regime</title> 
     
    48214821  --> 
    48224822  <!-- original text 
    4823   Lévy, M., Y. Lehahn, J.-M. André, L. Mémery, H. Loisel, E. Heifetz, 2005: Production regimes in the northeast Atlantic: A study based on Sea-viewing Wide Field-of-view Sensor (SeaWiFS) chlorophyll and ocean general circulation model mixed layer depth, J. Geophys. Res., 110, C07S10, doi:10.1029/2004JC002771. 
    4824   --> 
    4825   <authorgroup> 
    4826     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     4823  Lévy, M., Y. Lehahn, J.-M. André, L. Mémery, H. Loisel, E. Heifetz, 2005: Production regimes in the northeast Atlantic: A study based on Sea-viewing Wide Field-of-view Sensor (SeaWiFS) chlorophyll and ocean general circulation model mixed layer depth, J. Geophys. Res., 110, C07S10, doi:10.1029/2004JC002771. 
     4824  --> 
     4825  <authorgroup> 
     4826    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    48274827    <author> <personname> <surname>Lehahn</surname> <firstname>Y.</firstname> </personname> </author> 
    4828     <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
    4829     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     4828    <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
     4829    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    48304830    <author> <personname> <surname>Loisel</surname> <firstname>H.</firstname> </personname> </author> 
    48314831    <author> <personname> <surname>Heifetz</surname> <firstname>E.</firstname> </personname> </author> 
     
    48454845  --> 
    48464846  <!-- original text 
    4847   Macias, J., D. B. Stephenson, 1997: Seasonal and interannual ENSO variability in a hybrid coupled model of the tropical Pacific. C. R. Acad. Sci. Paris, Earth and Planetary Sciences, série IIa, 324, 269-276. 
     4847  Macias, J., D. B. Stephenson, 1997: Seasonal and interannual ENSO variability in a hybrid coupled model of the tropical Pacific. C. R. Acad. Sci. Paris, Earth and Planetary Sciences, série IIa, 324, 269-276. 
    48484848  --> 
    48494849  <authorgroup> 
     
    48554855    <publisher><publishername>C. R. Acad. Sci. Paris</publishername><address>Paris</address></publisher> 
    48564856    <pubdate>1997</pubdate> 
    4857     <title>Earth and Planetary Sciences, série IIa</title> 
     4857    <title>Earth and Planetary Sciences, série IIa</title> 
    48584858    <volumenum>324</volumenum> 
    48594859    <pagenums>269-276</pagenums> 
     
    49274927  --> 
    49284928  <!-- original text 
    4929   Madec, G., F. Lott, P. Delecluse, M. Crépon, 1996: Large-Scale Preconditioning of Deep-Water Formation in the Northwestern Mediterranean Sea, J. Phys. Oceanogr., 26,8, 1393-1408, doi:10.1175/1520-0485(1996)026<1393:LSPODW>2.0.CO;2 
     4929  Madec, G., F. Lott, P. Delecluse, M. Crépon, 1996: Large-Scale Preconditioning of Deep-Water Formation in the Northwestern Mediterranean Sea, J. Phys. Oceanogr., 26,8, 1393-1408, doi:10.1175/1520-0485(1996)026<1393:LSPODW>2.0.CO;2 
    49304930  --> 
    49314931  <authorgroup> 
     
    49334933    <author> <personname> <surname>Lott</surname> <firstname>F.</firstname> </personname> </author> 
    49344934    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    4935     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4935    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    49364936  </authorgroup> 
    49374937  <title>Large-Scale Preconditioning of Deep-Water Formation in the Northwestern Mediterranean Sea</title> 
     
    49494949  --> 
    49504950  <!-- original text 
    4951   Madec, G., M. Chartier, M. Crépon, 1991: Effect of thermohaline forcing variability on deep water formation in the Northwestern Mediterranean Sea: a high resolution three-dimensional study. Dyn. Atmos. Oceans, 15, 3-5, 301-332, doi:10.1016/0377-0265(91)90024-A 
     4951  Madec, G., M. Chartier, M. Crépon, 1991: Effect of thermohaline forcing variability on deep water formation in the Northwestern Mediterranean Sea: a high resolution three-dimensional study. Dyn. Atmos. Oceans, 15, 3-5, 301-332, doi:10.1016/0377-0265(91)90024-A 
    49524952  --> 
    49534953  <authorgroup> 
    49544954    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    49554955    <author> <personname> <surname>Chartier</surname> <firstname>M.</firstname> </personname> </author> 
    4956     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4956    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    49574957  </authorgroup> 
    49584958  <title>Effect of thermohaline forcing variability on deep water formation in the Northwestern Mediterranean Sea: a high resolution three-dimensional study</title> 
     
    49704970  --> 
    49714971  <!-- original text 
    4972   Madec, G., M. Chartier, P. Delecluse, M. Crépon, 1991: A three-dimensional numerical study of deep water formation in the Northwestern Mediterranean Sea. J. Phys. Oceanogr., 21, 9, 1349-1371, doi:10.1175/1520-0485(1991)021<1349:ATDNSO>2.0.CO;2 
     4972  Madec, G., M. Chartier, P. Delecluse, M. Crépon, 1991: A three-dimensional numerical study of deep water formation in the Northwestern Mediterranean Sea. J. Phys. Oceanogr., 21, 9, 1349-1371, doi:10.1175/1520-0485(1991)021<1349:ATDNSO>2.0.CO;2 
    49734973  --> 
    49744974  <authorgroup> 
     
    49764976    <author> <personname> <surname>Chartier</surname> <firstname>M.</firstname> </personname> </author> 
    49774977    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    4978     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4978    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    49794979  </authorgroup> 
    49804980  <title>A three-dimensional numerical study of deep water formation in the Northwestern Mediterranean Sea</title> 
     
    49924992  --> 
    49934993  <!-- original text 
    4994   Madec, G., M. Crépon, 1991: Thermohaline-driven deep water formation in the Northwestern Mediterranean Sea. In Deep convection and deep water formation in the oceans, Elsevier Oceanographic Series, P.C. Chu J.C. Gascard (Eds.), 241-265. 
     4994  Madec, G., M. Crépon, 1991: Thermohaline-driven deep water formation in the Northwestern Mediterranean Sea. In Deep convection and deep water formation in the oceans, Elsevier Oceanographic Series, P.C. Chu J.C. Gascard (Eds.), 241-265. 
    49954995  --> 
    49964996  <authorgroup> 
    49974997    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    4998     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     4998    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    49994999  </authorgroup> 
    50005000  <title>Thermohaline-driven deep water formation in the Northwestern Mediterranean Sea. In Deep convection and deep water formation in the oceans</title> 
     
    50505050  --> 
    50515051  <!-- original text 
    5052   Madec, G., P. Delecluse, M. Imbard, C. Lévy, 1998: OPA 8.1 Ocean General Circulation Model reference manual. Note du Pole de Modelisation, Institut Pierre-Simon Laplace, 11, 91pp. 
     5052  Madec, G., P. Delecluse, M. Imbard, C. Lévy, 1998: OPA 8.1 Ocean General Circulation Model reference manual. Note du Pole de Modelisation, Institut Pierre-Simon Laplace, 11, 91pp. 
    50535053  --> 
    50545054  <authorgroup> 
     
    50565056    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    50575057    <author> <personname> <surname>Imbard</surname> <firstname>M.</firstname> </personname> </author> 
    5058     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     5058    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    50595059  </authorgroup> 
    50605060  <title>OPA 8.1 Ocean General Circulation Model reference manual</title> 
     
    51115111  --> 
    51125112  <!-- original text 
    5113   Maes, C., J. Picaut, S. Belamari, 2005: Importance of the Salinity Barrier Layer for the Buildup of El Niño,Journal of Climate, 18,1,104-118, doi:10.1175/JCLI-3214.1 
     5113  Maes, C., J. Picaut, S. Belamari, 2005: Importance of the Salinity Barrier Layer for the Buildup of El Niño,Journal of Climate, 18,1,104-118, doi:10.1175/JCLI-3214.1 
    51145114  --> 
    51155115  <authorgroup> 
     
    51185118    <author> <personname> <surname>Belamari</surname> <firstname>S.</firstname> </personname> </author> 
    51195119  </authorgroup> 
    5120   <title>Importance of the Salinity Barrier Layer for the Buildup of El Niño</title> 
     5120  <title>Importance of the Salinity Barrier Layer for the Buildup of El Niño</title> 
    51215121  <biblioid class="doi">10.1175/JCLI-3214.1</biblioid> 
    51225122  <biblioset relation="journal"> 
     
    51745174  --> 
    51755175  <!-- original text 
    5176   Mahadevan, A., M. Lévy, L. Mémery, 2004: Mesoscale variability of sea surface PCO2: what does it respond to? Global Biogeochem. Cycles, 18, 1, GB1017, doi:10.1029/2003GB002102. 
     5176  Mahadevan, A., M. Lévy, L. Mémery, 2004: Mesoscale variability of sea surface PCO2: what does it respond to? Global Biogeochem. Cycles, 18, 1, GB1017, doi:10.1029/2003GB002102. 
    51775177  --> 
    51785178  <authorgroup> 
    51795179    <author> <personname> <surname>Mahadevan</surname> <firstname>A.</firstname> </personname> </author> 
    5180     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    5181     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     5180    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     5181    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    51825182  </authorgroup> 
    51835183  <title>Mesoscale variability of sea surface PCO2: what does it respond to?</title> 
     
    51955195  --> 
    51965196  <!-- original text 
    5197   Mahfouf, J. F., D. Cariolle, J. F. Royer, J. F. Geleyn, B. Timbal, 1994: Response of the Météo-France climate model to changes in CO2 and sea surface temperature, Climate Dynamics,9,7,345-362, doi:10.1007/BF00223447 
     5197  Mahfouf, J. F., D. Cariolle, J. F. Royer, J. F. Geleyn, B. Timbal, 1994: Response of the Météo-France climate model to changes in CO2 and sea surface temperature, Climate Dynamics,9,7,345-362, doi:10.1007/BF00223447 
    51985198  --> 
    51995199  <authorgroup> 
     
    52045204    <author> <personname> <surname>Timbal</surname> <firstname>B.</firstname> </personname> </author> 
    52055205  </authorgroup> 
    5206   <title>Response of the Météo-France climate model to changes in CO2 and sea surface temperature</title> 
     5206  <title>Response of the Météo-France climate model to changes in CO2 and sea surface temperature</title> 
    52075207  <biblioid class="doi">10.1007/BF00223447</biblioid> 
    52085208  <biblioset relation="journal"> 
     
    55095509  --> 
    55105510  <!-- original text 
    5511   Merle, J., A. Morlière, 1988: Toward a 3 dimensional simulation of the tropical Atlantic. Geophys. Res. Lett., 15, 7, 653-656, doi:10.1029/88GL02158 
     5511  Merle, J., A. MorliÚre, 1988: Toward a 3 dimensional simulation of the tropical Atlantic. Geophys. Res. Lett., 15, 7, 653-656, doi:10.1029/88GL02158 
    55125512  --> 
    55135513  <authorgroup> 
    55145514    <author> <personname> <surname>Merle</surname> <firstname>J.</firstname> </personname> </author> 
    5515     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     5515    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    55165516  </authorgroup> 
    55175517  <title>Toward a 3 dimensional simulation of the tropical Atlantic</title> 
     
    55805580  --> 
    55815581  <!-- original text 
    5582   Morlière, A., A. Le Bouteiller, J. Citeau, 1994: Tropical instability waves in the Atlantic ocean: a contributor to biological processes. Oceanol. Acta, 17, 6, 585-596 
    5583   --> 
    5584   <authorgroup> 
    5585     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     5582  MorliÚre, A., A. Le Bouteiller, J. Citeau, 1994: Tropical instability waves in the Atlantic ocean: a contributor to biological processes. Oceanol. Acta, 17, 6, 585-596 
     5583  --> 
     5584  <authorgroup> 
     5585    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    55865586    <author> <personname> <surname>Le Bouteiller</surname> <firstname>A.</firstname> </personname> </author> 
    55875587    <author> <personname> <surname>Citeau</surname> <firstname>J.</firstname> </personname> </author> 
     
    56005600  --> 
    56015601  <!-- original text 
    5602   Morlière, A., G. Reverdin, J. Merle, 1989: Assimilation of temperature profiles in a general circulation model of the tropical Atlantic. J. Phys. Oceanogr., 19, 12, 1892-1899, doi:10.1175/1520-0485(1989)019<1892:AOTPIA>2.0.CO;2 
    5603   --> 
    5604   <authorgroup> 
    5605     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     5602  MorliÚre, A., G. Reverdin, J. Merle, 1989: Assimilation of temperature profiles in a general circulation model of the tropical Atlantic. J. Phys. Oceanogr., 19, 12, 1892-1899, doi:10.1175/1520-0485(1989)019<1892:AOTPIA>2.0.CO;2 
     5603  --> 
     5604  <authorgroup> 
     5605    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    56065606    <author> <personname> <surname>Reverdin</surname> <firstname>G.</firstname> </personname> </author> 
    56075607    <author> <personname> <surname>Merle</surname> <firstname>J.</firstname> </personname> </author> 
     
    56215621  --> 
    56225622  <!-- original text 
    5623   Morlière, A., P. Delecluse, P. Andrich, B. Camusat, 1989: Evaluations des champs thermiques simulés par un modèle de circulation générale océanique dans l'Atlantique tropical. Oceanol. Acta, 12, 1, 9-22. 
    5624   --> 
    5625   <authorgroup> 
    5626     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     5623  MorliÚre, A., P. Delecluse, P. Andrich, B. Camusat, 1989: Evaluations des champs thermiques simulés par un modÚle de circulation générale océanique dans l'Atlantique tropical. Oceanol. Acta, 12, 1, 9-22. 
     5624  --> 
     5625  <authorgroup> 
     5626    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    56275627    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    56285628    <author> <personname> <surname>Andrich</surname> <firstname>P.</firstname> </personname> </author> 
    56295629    <author> <personname> <surname>Camusat</surname> <firstname>B.</firstname> </personname> </author> 
    56305630  </authorgroup> 
    5631   <title>Evaluations des champs thermiques simulés par un modèle de circulation générale océanique dans l'Atlantique tropical</title> 
     5631  <title>Evaluations des champs thermiques simulés par un modÚle de circulation générale océanique dans l'Atlantique tropical</title> 
    56325632  <biblioset relation="journal"> 
    56335633    <title>Oceanol. Acta</title> 
     
    56425642  --> 
    56435643  <!-- original text 
    5644   Mounier, F., V. Echevin, L. Mortier, M. Crépon, 2005: Analysis of the mesoscale circulation in the occidental Mediterranean Sea during winter 1999-2000 given by a regional circulation model, Prog. Oceanogr., 66, 2-4, 251-269, doi:10.1016/j.pocean.2004.11.003 
     5644  Mounier, F., V. Echevin, L. Mortier, M. Crépon, 2005: Analysis of the mesoscale circulation in the occidental Mediterranean Sea during winter 1999-2000 given by a regional circulation model, Prog. Oceanogr., 66, 2-4, 251-269, doi:10.1016/j.pocean.2004.11.003 
    56455645  --> 
    56465646  <authorgroup> 
     
    56485648    <author> <personname> <surname>Echevin</surname> <firstname>V.</firstname> </personname> </author> 
    56495649    <author> <personname> <surname>Mortier</surname> <firstname>L.</firstname> </personname> </author> 
    5650     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     5650    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    56515651  </authorgroup> 
    56525652  <title>Analysis of the mesoscale circulation in the occidental Mediterranean Sea during winter 1999-2000 given by a regional circulation model</title> 
     
    57085708  --> 
    57095709  <!-- original text 
    5710   Orr, J. C., E. Maier-Reimer, U. Mikolajewicz, P. Monfray, J. L. Sarmiento, J. R. Toggweiler, N. K. Taylor, J. Palmer, N. Gruber, C. L. Sabine, C. Le Quéré, R. M. Key, J. Boutin, 2001: Estimates of anthropogenic carbon uptake from four three-dimensional global ocean models. Global Biogeochem. Cycles, 15, 1, 43-60, doi:10.1029/2000GB001273 
     5710  Orr, J. C., E. Maier-Reimer, U. Mikolajewicz, P. Monfray, J. L. Sarmiento, J. R. Toggweiler, N. K. Taylor, J. Palmer, N. Gruber, C. L. Sabine, C. Le Quéré, R. M. Key, J. Boutin, 2001: Estimates of anthropogenic carbon uptake from four three-dimensional global ocean models. Global Biogeochem. Cycles, 15, 1, 43-60, doi:10.1029/2000GB001273 
    57115711  --> 
    57125712  <authorgroup> 
     
    57215721    <author> <personname> <surname>Gruber</surname> <firstname>N.</firstname> </personname> </author> 
    57225722    <author> <personname> <surname>Sabine</surname> <firstname>C. L.</firstname> </personname> </author> 
    5723     <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
     5723    <author> <personname> <surname>Le Quéré</surname> <firstname>C.</firstname> </personname> </author> 
    57245724    <author> <personname> <surname>Key</surname> <firstname>R. M.</firstname> </personname> </author> 
    57255725    <author> <personname> <surname>Boutin</surname> <firstname>J.</firstname> </personname> </author> 
     
    58045804  --> 
    58055805  <!-- original text 
    5806   Ourmières, Y., J.-M. Brankart, L. Berline, P. Brasseur, J. Verron,2006: Incremental Analysis Update Implementation into a Sequential Ocean Data Assimilation System,Journal of Atmospheric and Oceanic Technology, 23, 12, 1729-1744,doi:10.1175/JTECH1947.1 
    5807   --> 
    5808   <authorgroup> 
    5809     <author> <personname> <surname>Ourmières</surname> <firstname>Y.</firstname> </personname> </author> 
     5806  OurmiÚres, Y., J.-M. Brankart, L. Berline, P. Brasseur, J. Verron,2006: Incremental Analysis Update Implementation into a Sequential Ocean Data Assimilation System,Journal of Atmospheric and Oceanic Technology, 23, 12, 1729-1744,doi:10.1175/JTECH1947.1 
     5807  --> 
     5808  <authorgroup> 
     5809    <author> <personname> <surname>OurmiÚres</surname> <firstname>Y.</firstname> </personname> </author> 
    58105810    <author> <personname> <surname>Brankart</surname> <firstname>J.-M.</firstname> </personname> </author> 
    58115811    <author> <personname> <surname>Berline</surname> <firstname>L.</firstname> </personname> </author> 
     
    58275827  --> 
    58285828  <!-- original text 
    5829   Paci, A., G. Caniaux, H. Giordani, M. Lévy, L. Prieur, G. Reverdin, 2007: A high-resolution simulation of the ocean during the POMME experiment: Mesoscale variability and near surface processes, J. Geophys. Res., 112, C04007, doi:10.1029/2005JC003389 
     5829  Paci, A., G. Caniaux, H. Giordani, M. Lévy, L. Prieur, G. Reverdin, 2007: A high-resolution simulation of the ocean during the POMME experiment: Mesoscale variability and near surface processes, J. Geophys. Res., 112, C04007, doi:10.1029/2005JC003389 
    58305830  --> 
    58315831  <authorgroup> 
     
    58335833    <author> <personname> <surname>Caniaux</surname> <firstname>G.</firstname> </personname> </author> 
    58345834    <author> <personname> <surname>Giordani</surname> <firstname>H.</firstname> </personname> </author> 
    5835     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     5835    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    58365836    <author> <personname> <surname>Prieur</surname> <firstname>L.</firstname> </personname> </author> 
    58375837    <author> <personname> <surname>Reverdin</surname> <firstname>G.</firstname> </personname> </author> 
     
    58515851  --> 
    58525852  <!-- original text 
    5853   Paci, A., G. Caniaux, M. Gavart, H. Giordani, M. Lévy, L. Prieur, G. Reverdin, 2005: A high-resolution simulation of the ocean during the POMME experiment: Simulation results and comparison with observations, J. Geophys. Res., 110, C07S09, doi:10.1029/2004JC002712 
     5853  Paci, A., G. Caniaux, M. Gavart, H. Giordani, M. Lévy, L. Prieur, G. Reverdin, 2005: A high-resolution simulation of the ocean during the POMME experiment: Simulation results and comparison with observations, J. Geophys. Res., 110, C07S09, doi:10.1029/2004JC002712 
    58545854  --> 
    58555855  <authorgroup> 
     
    58585858    <author> <personname> <surname>Gavart</surname> <firstname>M.</firstname> </personname> </author> 
    58595859    <author> <personname> <surname>Giordani</surname> <firstname>H.</firstname> </personname> </author> 
    5860     <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
     5860    <author> <personname> <surname>Lévy</surname> <firstname>M.</firstname> </personname> </author> 
    58615861    <author> <personname> <surname>Prieur</surname> <firstname>L.</firstname> </personname> </author> 
    58625862    <author> <personname> <surname>Reverdin</surname> <firstname>G.</firstname> </personname> </author> 
     
    58765876  --> 
    58775877  <!-- original text 
    5878   Palmer, T. N., A. Alessandri, U. Andersen, P. Cantelaube, M. K. Davey, P. Delecluse, M. Déqué, E. Diez, F. J. Doblas-Reyes, H. Feddersen, R. Graham, S. Gualdi, J.-F. Guérémy, R. Hagedorn, M. Hoshen, N. Keenlyside, M. Latif, A. Lazar, E. Maisonnave, V. Marletto, A. P. Morse, B. Orfila, P. Rogel, J.-M. Terres, M. C. Thomson, 2004: Development of a European Multi-Model Ensemble System for Seasonal to Inter-Annual Prediction (DEMETER), Bull. Amer. Meteorol. Soc., 85, 853-872, doi:10.1175/BAMS-85-6-853 
     5878  Palmer, T. N., A. Alessandri, U. Andersen, P. Cantelaube, M. K. Davey, P. Delecluse, M. Déqué, E. Diez, F. J. Doblas-Reyes, H. Feddersen, R. Graham, S. Gualdi, J.-F. Guérémy, R. Hagedorn, M. Hoshen, N. Keenlyside, M. Latif, A. Lazar, E. Maisonnave, V. Marletto, A. P. Morse, B. Orfila, P. Rogel, J.-M. Terres, M. C. Thomson, 2004: Development of a European Multi-Model Ensemble System for Seasonal to Inter-Annual Prediction (DEMETER), Bull. Amer. Meteorol. Soc., 85, 853-872, doi:10.1175/BAMS-85-6-853 
    58795879  --> 
    58805880  <authorgroup> 
     
    58855885    <author> <personname> <surname>Davey</surname> <firstname>M. K.</firstname> </personname> </author> 
    58865886    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    5887     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     5887    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    58885888    <author> <personname> <surname>Diez</surname> <firstname>E.</firstname> </personname> </author> 
    58895889    <author> <personname> <surname>Doblas-Reyes</surname> <firstname>F. J.</firstname> </personname> </author> 
     
    58915891    <author> <personname> <surname>Graham</surname> <firstname>R.</firstname> </personname> </author> 
    58925892    <author> <personname> <surname>Gualdi</surname> <firstname>S.</firstname> </personname> </author> 
    5893     <author> <personname> <surname>Guérémy</surname> <firstname>J.-F.</firstname> </personname> </author> 
     5893    <author> <personname> <surname>Guérémy</surname> <firstname>J.-F.</firstname> </personname> </author> 
    58945894    <author> <personname> <surname>Hagedorn</surname> <firstname>R.</firstname> </personname> </author> 
    58955895    <author> <personname> <surname>Hoshen</surname> <firstname>M.</firstname> </personname> </author> 
     
    59415941  --> 
    59425942  <!-- original text 
    5943   Penduff, T., B. Barnier, K. Béranger, J. Verron, 2001: Comparison of near-surface mean and eddy flows from two numerical models of the South Atlantic Ocean. J. Geophys. Res., 106, C8, 16857-16868, doi:10.1029/2000JC000519 
     5943  Penduff, T., B. Barnier, K. Béranger, J. Verron, 2001: Comparison of near-surface mean and eddy flows from two numerical models of the South Atlantic Ocean. J. Geophys. Res., 106, C8, 16857-16868, doi:10.1029/2000JC000519 
    59445944  --> 
    59455945  <authorgroup> 
    59465946    <author> <personname> <surname>Penduff</surname> <firstname>T.</firstname> </personname> </author> 
    59475947    <author> <personname> <surname>Barnier</surname> <firstname>B.</firstname> </personname> </author> 
    5948     <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
     5948    <author> <personname> <surname>Béranger</surname> <firstname>K.</firstname> </personname> </author> 
    59495949    <author> <personname> <surname>Verron</surname> <firstname>J.</firstname> </personname> </author> 
    59505950  </authorgroup> 
     
    60076007  --> 
    60086008  <!-- original text 
    6009   Peter, A.-C., M. Le Hénaff, Y. du Penhoat, C. Menkes, F. Marin, J. Vialard, G. Caniaux, A. Lazar, 2006: A model study of the seasonal mixed layer heat budget in the equatorial Atlantic, J. Geophys. Res., 111, C06014, doi:10.1029/2005JC003157. 
     6009  Peter, A.-C., M. Le Hénaff, Y. du Penhoat, C. Menkes, F. Marin, J. Vialard, G. Caniaux, A. Lazar, 2006: A model study of the seasonal mixed layer heat budget in the equatorial Atlantic, J. Geophys. Res., 111, C06014, doi:10.1029/2005JC003157. 
    60106010  --> 
    60116011  <authorgroup> 
    60126012    <author> <personname> <surname>Peter</surname> <firstname>A.-C.</firstname> </personname> </author> 
    6013     <author> <personname> <surname>Le Hénaff</surname> <firstname>M.</firstname> </personname> </author> 
     6013    <author> <personname> <surname>Le Hénaff</surname> <firstname>M.</firstname> </personname> </author> 
    60146014    <author> <personname> <surname>du Penhoat</surname> <firstname>Y.</firstname> </personname> </author> 
    60156015    <author> <personname> <surname>Menkes</surname> <firstname>C.</firstname> </personname> </author> 
     
    60566056  --> 
    60576057  <!-- original text 
    6058   Picaut, J., M. Ioualalen, T. Delcroix, F. Masia, R. Murtugudde, J. Vialard, 2001: The oceanic zone of convergence on the eastern edge of the Pacific warm pool: A synthesis of results and implications for El Niño-Southern Oscillation and biogeochemical phenomena. J. Geophys. Res., 106, C2, 2363-2386, doi:10.1029/2000JC900141 
     6058  Picaut, J., M. Ioualalen, T. Delcroix, F. Masia, R. Murtugudde, J. Vialard, 2001: The oceanic zone of convergence on the eastern edge of the Pacific warm pool: A synthesis of results and implications for El Niño-Southern Oscillation and biogeochemical phenomena. J. Geophys. Res., 106, C2, 2363-2386, doi:10.1029/2000JC900141 
    60596059  --> 
    60606060  <authorgroup> 
     
    60666066    <author> <personname> <surname>Vialard</surname> <firstname>J.</firstname> </personname> </author> 
    60676067  </authorgroup> 
    6068   <title>The oceanic zone of convergence on the eastern edge of the Pacific warm pool: A synthesis of results and implications for El Niño-Southern Oscillation and biogeochemical phenomena</title> 
     6068  <title>The oceanic zone of convergence on the eastern edge of the Pacific warm pool: A synthesis of results and implications for El Niño-Southern Oscillation and biogeochemical phenomena</title> 
    60696069  <biblioid class="doi">10.1029/2000JC900141</biblioid> 
    60706070  <biblioset relation="journal"> 
     
    60806080  --> 
    60816081  <!-- original text 
    6082   Pontaud, M., J.-P. Céron, M. Kimoto, F. Pluviaud, L. Terray, A. Vintzileos, 2000: CoPIVEP: a theory-based analysis of coupled processes and interannual variability in the Equatorial Pacific in four coupled GCMs. Clim. Dyn., 16, 12, 917-933, doi:10.1007/s003820000088 
     6082  Pontaud, M., J.-P. Céron, M. Kimoto, F. Pluviaud, L. Terray, A. Vintzileos, 2000: CoPIVEP: a theory-based analysis of coupled processes and interannual variability in the Equatorial Pacific in four coupled GCMs. Clim. Dyn., 16, 12, 917-933, doi:10.1007/s003820000088 
    60836083  --> 
    60846084  <authorgroup> 
    60856085    <author> <personname> <surname>Pontaud</surname> <firstname>M.</firstname> </personname> </author> 
    6086     <author> <personname> <surname>Céron</surname> <firstname>J.-P.</firstname> </personname> </author> 
     6086    <author> <personname> <surname>Céron</surname> <firstname>J.-P.</firstname> </personname> </author> 
    60876087    <author> <personname> <surname>Kimoto</surname> <firstname>M.</firstname> </personname> </author> 
    60886088    <author> <personname> <surname>Pluviaud</surname> <firstname>F.</firstname> </personname> </author> 
     
    61466146  --> 
    61476147  <!-- original text 
    6148   Radenac, M.-H., C. Menkes, J. Vialard, C. Moulin, Y. Dandonneau, T. Delcroix, C. Dupouy, A. Stoens, P.-Y. Deschamps, 2001: Modeled and observed impacts of the 1997 - 1998 El Niño on nitrate and new production in the equatorial Pacific, J. Geophys. Res., 106, C11, 26879-26898, doi:10.1029/2000JC000546. 
     6148  Radenac, M.-H., C. Menkes, J. Vialard, C. Moulin, Y. Dandonneau, T. Delcroix, C. Dupouy, A. Stoens, P.-Y. Deschamps, 2001: Modeled and observed impacts of the 1997 - 1998 El Niño on nitrate and new production in the equatorial Pacific, J. Geophys. Res., 106, C11, 26879-26898, doi:10.1029/2000JC000546. 
    61496149  --> 
    61506150  <authorgroup> 
     
    61596159    <author> <personname> <surname>Deschamps</surname> <firstname>P.-Y.</firstname> </personname> </author> 
    61606160  </authorgroup> 
    6161   <title>Modeled and observed impacts of the 1997 - 1998 El Niño on nitrate and new production in the equatorial Pacific</title> 
     6161  <title>Modeled and observed impacts of the 1997 - 1998 El Niño on nitrate and new production in the equatorial Pacific</title> 
    61626162  <biblioid class="doi">10.1029/2000JC000546</biblioid> 
    61636163  <biblioset relation="journal"> 
     
    61736173  --> 
    61746174  <!-- original text 
    6175   Radenac, M.-H., Y. Dandonneau, B. Blanke, 2005: Displacements transformations of nitrate-rich and nitrate-poor water masses in the tropical Pacific during the 1997 El Niño. Ocean Dyn., 55,1, 34-46, doi:10.1007/s10236-005-0111-5 
     6175  Radenac, M.-H., Y. Dandonneau, B. Blanke, 2005: Displacements transformations of nitrate-rich and nitrate-poor water masses in the tropical Pacific during the 1997 El Niño. Ocean Dyn., 55,1, 34-46, doi:10.1007/s10236-005-0111-5 
    61766176  --> 
    61776177  <authorgroup> 
     
    61806180    <author> <personname> <surname>Blanke</surname> <firstname>B.</firstname> </personname> </author> 
    61816181  </authorgroup> 
    6182   <title>Displacements transformations of nitrate-rich and nitrate-poor water masses in the tropical Pacific during the 1997 El Niño</title> 
     6182  <title>Displacements transformations of nitrate-rich and nitrate-poor water masses in the tropical Pacific during the 1997 El Niño</title> 
    61836183  <biblioid class="doi">10.1007/s10236-005-0111-5</biblioid> 
    61846184  <biblioset relation="journal"> 
     
    62806280  --> 
    62816281  <!-- original text 
    6282   Reverdin, G., P. Delecluse, C. Lévy, A. Morlière, J. M. Verstraete, 1991: The near surface Atlantic in 1982-1984: results from a numerical simulation and a data analysis. Prog. Oceanogr., 27, 3-4, 273-340, doi:10.1016/0079-6611(91)90027-J 
     6282  Reverdin, G., P. Delecluse, C. Lévy, A. MorliÚre, J. M. Verstraete, 1991: The near surface Atlantic in 1982-1984: results from a numerical simulation and a data analysis. Prog. Oceanogr., 27, 3-4, 273-340, doi:10.1016/0079-6611(91)90027-J 
    62836283  --> 
    62846284  <authorgroup> 
    62856285    <author> <personname> <surname>Reverdin</surname> <firstname>G.</firstname> </personname> </author> 
    62866286    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    6287     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    6288     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     6287    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     6288    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    62896289    <author> <personname> <surname>Verstraete</surname> <firstname>J. M.</firstname> </personname> </author> 
    62906290  </authorgroup> 
     
    63256325  --> 
    63266326  <!-- original text 
    6327   Rivière, P., A.-M. Tréguier, P. Klein, 2004: Effects of Bottom Friction on Nonlinear Equilibration of an Oceanic Baroclinic Jet,J. Phys. Oceanogr., 34, 2, 416-432,doi:10.1175/1520-0485(2004)034<0416:EOBFON>2.0.CO;2 
    6328   --> 
    6329   <authorgroup> 
    6330     <author> <personname> <surname>Rivière</surname> <firstname>P.</firstname> </personname> </author> 
    6331     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     6327  RiviÚre, P., A.-M. Tréguier, P. Klein, 2004: Effects of Bottom Friction on Nonlinear Equilibration of an Oceanic Baroclinic Jet,J. Phys. Oceanogr., 34, 2, 416-432,doi:10.1175/1520-0485(2004)034<0416:EOBFON>2.0.CO;2 
     6328  --> 
     6329  <authorgroup> 
     6330    <author> <personname> <surname>RiviÚre</surname> <firstname>P.</firstname> </personname> </author> 
     6331    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    63326332    <author> <personname> <surname>Klein</surname> <firstname>P.</firstname> </personname> </author> 
    63336333  </authorgroup> 
     
    64876487  --> 
    64886488  <!-- original text 
    6489   Salas-Mélia, D., 2002: A global coupled sea ice-ocean model, Ocean Modelling, 4, 2, 137-172, doi:10.1016/S1463-5003(01)00015-4 
    6490   --> 
    6491   <authorgroup> 
    6492     <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
     6489  Salas-Mélia, D., 2002: A global coupled sea ice-ocean model, Ocean Modelling, 4, 2, 137-172, doi:10.1016/S1463-5003(01)00015-4 
     6490  --> 
     6491  <authorgroup> 
     6492    <author> <personname> <surname>Salas-Mélia</surname> <firstname>D.</firstname> </personname> </author> 
    64936493  </authorgroup> 
    64946494  <title>A global coupled sea ice-ocean model</title> 
     
    65306530  --> 
    65316531  <!-- original text 
    6532   Servain, J., A. Morlière, C. S. Pereira, 1994: Simulated versus observed sea surface temperature in the tropical Atlantic Ocean. The global atmosphere and ocean system, 2, 1-20. 
     6532  Servain, J., A. MorliÚre, C. S. Pereira, 1994: Simulated versus observed sea surface temperature in the tropical Atlantic Ocean. The global atmosphere and ocean system, 2, 1-20. 
    65336533  --> 
    65346534  <authorgroup> 
    65356535    <author> <personname> <surname>Servain</surname> <firstname>J.</firstname> </personname> </author> 
    6536     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     6536    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    65376537    <author> <personname> <surname>Pereira</surname> <firstname>C. S.</firstname> </personname> </author> 
    65386538  </authorgroup> 
     
    65506550  --> 
    65516551  <!-- original text 
    6552   Siedler, G., R. Onken, N. Zangenberg, A. Morlière, 1992: Seasonal changes in the tropical Atlantic circulation: observations simulation of the Guinea Dome. J. Geophys. Res., 97, C1, 703-715, doi:??? 
     6552  Siedler, G., R. Onken, N. Zangenberg, A. MorliÚre, 1992: Seasonal changes in the tropical Atlantic circulation: observations simulation of the Guinea Dome. J. Geophys. Res., 97, C1, 703-715, doi:??? 
    65536553  --> 
    65546554  <authorgroup> 
     
    65566556    <author> <personname> <surname>Onken</surname> <firstname>R.</firstname> </personname> </author> 
    65576557    <author> <personname> <surname>Zangenberg</surname> <firstname>N.</firstname> </personname> </author> 
    6558     <author> <personname> <surname>Morlière</surname> <firstname>A.</firstname> </personname> </author> 
     6558    <author> <personname> <surname>MorliÚre</surname> <firstname>A.</firstname> </personname> </author> 
    65596559  </authorgroup> 
    65606560  <title>Seasonal changes in the tropical Atlantic circulation: observations simulation of the Guinea Dome</title> 
     
    66146614  --> 
    66156615  <!-- original text 
    6616   Speich, S., G. Madec, M. Crépon,1996: A Strait Outflow Circulation Process Study: The Case of the Alboran Sea,J. Phys. Oceanogr., 26, 3, 320-340,doi:10.1175/1520-0485(1996)026<0320:ASOCPS>2.0.CO;2 
     6616  Speich, S., G. Madec, M. Crépon,1996: A Strait Outflow Circulation Process Study: The Case of the Alboran Sea,J. Phys. Oceanogr., 26, 3, 320-340,doi:10.1175/1520-0485(1996)026<0320:ASOCPS>2.0.CO;2 
    66176617  --> 
    66186618  <authorgroup> 
    66196619    <author> <personname> <surname>Speich</surname> <firstname>S.</firstname> </personname> </author> 
    66206620    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    6621     <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
     6621    <author> <personname> <surname>Crépon</surname> <firstname>M.</firstname> </personname> </author> 
    66226622  </authorgroup> 
    66236623  <title>A Strait Outflow Circulation Process Study: The Case of the Alboran Sea</title> 
     
    66356635  --> 
    66366636  <!-- original text 
    6637   Sperber, K. R., S. Gualdi, S. Legutke, V. Gayler, 2005: The MaddenóJulian oscillation in ECHAM4 coupled and uncoupled general circulation models, Climate Dynamics, 25, 2-3, 117-140, doi:10.1007/s00382-005-0026-3 
     6637  Sperber, K. R., S. Gualdi, S. Legutke, V. Gayler, 2005: The MaddenóJulian oscillation in ECHAM4 coupled and uncoupled general circulation models, Climate Dynamics, 25, 2-3, 117-140, doi:10.1007/s00382-005-0026-3 
    66386638  --> 
    66396639  <authorgroup> 
     
    66436643    <author> <personname> <surname>Gayler</surname> <firstname>V.</firstname> </personname> </author> 
    66446644  </authorgroup> 
    6645   <title>The MaddenóJulian oscillation in ECHAM4 coupled and uncoupled general circulation models</title> 
     6645  <title>The MaddenóJulian oscillation in ECHAM4 coupled and uncoupled general circulation models</title> 
    66466646  <biblioid class="doi">10.1007/s00382-005-0026-3</biblioid> 
    66476647  <biblioset relation="journal"> 
     
    66826682  --> 
    66836683  <!-- original text 
    6684   Stoens, A., C. Menkes, M.-H. Radenac, Y. Dandonneau, N. Grima, G. Eldin, L. Mémery, C. Navarette, J.-M. André, T. Moutin, P. Raimbault, 1999: The coupled physical-biogeochemical system in the equatorial Pacific in sept-nov 1994. J. Geophys. Res., 104, C2, 3323-3339, doi:10.1029/98JC02713 
     6684  Stoens, A., C. Menkes, M.-H. Radenac, Y. Dandonneau, N. Grima, G. Eldin, L. Mémery, C. Navarette, J.-M. André, T. Moutin, P. Raimbault, 1999: The coupled physical-biogeochemical system in the equatorial Pacific in sept-nov 1994. J. Geophys. Res., 104, C2, 3323-3339, doi:10.1029/98JC02713 
    66856685  --> 
    66866686  <authorgroup> 
     
    66916691    <author> <personname> <surname>Grima</surname> <firstname>N.</firstname> </personname> </author> 
    66926692    <author> <personname> <surname>Eldin</surname> <firstname>G.</firstname> </personname> </author> 
    6693     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     6693    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    66946694    <author> <personname> <surname>Navarette</surname> <firstname>C.</firstname> </personname> </author> 
    6695     <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
     6695    <author> <personname> <surname>André</surname> <firstname>J.-M.</firstname> </personname> </author> 
    66966696    <author> <personname> <surname>Moutin</surname> <firstname>T.</firstname> </personname> </author> 
    66976697    <author> <personname> <surname>Raimbault</surname> <firstname>P.</firstname> </personname> </author> 
     
    67116711  --> 
    67126712  <!-- original text 
    6713   Stoens, A., C. Menkes, Y. Dandonneau, L. Mémery, 1998: New production in the equatorial Pacific: a coupled dynamical-biogeochemical model. Fish. Oceanogr., 7, 3-4, 311-316, doi:10.1046/j.1365-2419.1998.00079.x 
     6713  Stoens, A., C. Menkes, Y. Dandonneau, L. Mémery, 1998: New production in the equatorial Pacific: a coupled dynamical-biogeochemical model. Fish. Oceanogr., 7, 3-4, 311-316, doi:10.1046/j.1365-2419.1998.00079.x 
    67146714  --> 
    67156715  <authorgroup> 
     
    67176717    <author> <personname> <surname>Menkes</surname> <firstname>C.</firstname> </personname> </author> 
    67186718    <author> <personname> <surname>Dandonneau</surname> <firstname>Y.</firstname> </personname> </author> 
    6719     <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
     6719    <author> <personname> <surname>Mémery</surname> <firstname>L.</firstname> </personname> </author> 
    67206720  </authorgroup> 
    67216721  <title>New production in the equatorial Pacific: a coupled dynamical-biogeochemical model</title> 
     
    69286928  --> 
    69296929  <!-- original text 
    6930   Tang, Y., R. Kleeman, A. M. Moore, J. Vialard, A. T. Weaver, 2004: An off-line, numerically efficient initialization scheme in an oceanic general circulation model for El Niño-Southern Oscillation prediction. J. Geophys. Res., 109, C05014, doi:10.1029/2003JC002159. 
     6930  Tang, Y., R. Kleeman, A. M. Moore, J. Vialard, A. T. Weaver, 2004: An off-line, numerically efficient initialization scheme in an oceanic general circulation model for El Niño-Southern Oscillation prediction. J. Geophys. Res., 109, C05014, doi:10.1029/2003JC002159. 
    69316931  --> 
    69326932  <authorgroup> 
     
    69376937    <author> <personname> <surname>Weaver</surname> <firstname>A. T.</firstname> </personname> </author> 
    69386938  </authorgroup> 
    6939   <title>An off-line, numerically efficient initialization scheme in an oceanic general circulation model for El Niño-Southern Oscillation prediction</title> 
     6939  <title>An off-line, numerically efficient initialization scheme in an oceanic general circulation model for El Niño-Southern Oscillation prediction</title> 
    69406940  <biblioid class="doi">10.1029/2003JC002159</biblioid> 
    69416941  <biblioset relation="journal"> 
     
    69706970  --> 
    69716971  <!-- original text 
    6972   Terray, L., M.-E. Demory, M. Déqué, G. de Coëtlogon, E. Maisonnave, 2004: Simulation of Late-Twenty-First-Century Changes in Wintertime Atmospheric Circulation over Europe Due to Anthropogenic Causes, Journal of Climate,17, 24,4630-4635, doi:10.1175/JCLI-3244.1 
     6972  Terray, L., M.-E. Demory, M. Déqué, G. de Coëtlogon, E. Maisonnave, 2004: Simulation of Late-Twenty-First-Century Changes in Wintertime Atmospheric Circulation over Europe Due to Anthropogenic Causes, Journal of Climate,17, 24,4630-4635, doi:10.1175/JCLI-3244.1 
    69736973  --> 
    69746974  <authorgroup> 
    69756975    <author> <personname> <surname>Terray</surname> <firstname>L.</firstname> </personname> </author> 
    69766976    <author> <personname> <surname>Demory</surname> <firstname>M.-E.</firstname> </personname> </author> 
    6977     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    6978     <author> <personname> <surname>de Coëtlogon</surname> <firstname>G.</firstname> </personname> </author> 
     6977    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     6978    <author> <personname> <surname>de Coëtlogon</surname> <firstname>G.</firstname> </personname> </author> 
    69796979    <author> <personname> <surname>Maisonnave</surname> <firstname>E.</firstname> </personname> </author> 
    69806980  </authorgroup> 
     
    69936993  --> 
    69946994  <!-- original text 
    6995   Terray, L., O. Thual, S. Belamari, M. Déqué, P. Din, P. Delecluse, C. Lévy,1995: Climatology and interannual variability simulated by the ARPEGE-OPA coupled model, Climate Dynamics, 11, 8, 487-505, doi:10.1007/BF00207197 
     6995  Terray, L., O. Thual, S. Belamari, M. Déqué, P. Din, P. Delecluse, C. Lévy,1995: Climatology and interannual variability simulated by the ARPEGE-OPA coupled model, Climate Dynamics, 11, 8, 487-505, doi:10.1007/BF00207197 
    69966996  --> 
    69976997  <authorgroup> 
     
    69996999    <author> <personname> <surname>Thual</surname> <firstname>O.</firstname> </personname> </author> 
    70007000    <author> <personname> <surname>Belamari</surname> <firstname>S.</firstname> </personname> </author> 
    7001     <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
     7001    <author> <personname> <surname>Déqué</surname> <firstname>M.</firstname> </personname> </author> 
    70027002    <author> <personname> <surname>Din</surname> <firstname>P.</firstname> </personname> </author> 
    70037003    <author> <personname> <surname>Delecluse</surname> <firstname>P.</firstname> </personname> </author> 
    7004     <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
     7004    <author> <personname> <surname>Lévy</surname> <firstname>C.</firstname> </personname> </author> 
    70057005  </authorgroup> 
    70067006  <title>Climatology and interannual variability simulated by the ARPEGE-OPA coupled model</title> 
     
    70617061  --> 
    70627062  <!-- original text 
    7063   Thierry, V., H. Mercier, A.-M. Tréguier, 2006: Seasonal fluctuations in the deep central equatorial Atlantic Ocean: a data?model comparison, Ocean Dyn., 56, 5-6, 581-593, doi:10.1007/s10236-005-0045-y 
     7063  Thierry, V., H. Mercier, A.-M. Tréguier, 2006: Seasonal fluctuations in the deep central equatorial Atlantic Ocean: a data?model comparison, Ocean Dyn., 56, 5-6, 581-593, doi:10.1007/s10236-005-0045-y 
    70647064  --> 
    70657065  <authorgroup> 
    70667066    <author> <personname> <surname>Thierry</surname> <firstname>V.</firstname> </personname> </author> 
    70677067    <author> <personname> <surname>Mercier</surname> <firstname>H.</firstname> </personname> </author> 
    7068     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7068    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    70697069  </authorgroup> 
    70707070  <title>Seasonal fluctuations in the deep central equatorial Atlantic Ocean: a data?model comparison</title> 
     
    72257225  --> 
    72267226  <!-- original text 
    7227   Tréguier, A.-M., B. Barnier, A. P. de Miranda, J.-M. Molines, N. Grima, M. Imbard, C. Messager, T. Reynaud, S. Michel, 2001: An eddy-permitting model of the Atlantic circulation: Evaluating open boundary conditions, J. Geophys. Res., 106, C10, 22115-22130, doi:10.1029/2000JC000376 
    7228   --> 
    7229   <authorgroup> 
    7230     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7227  Tréguier, A.-M., B. Barnier, A. P. de Miranda, J.-M. Molines, N. Grima, M. Imbard, C. Messager, T. Reynaud, S. Michel, 2001: An eddy-permitting model of the Atlantic circulation: Evaluating open boundary conditions, J. Geophys. Res., 106, C10, 22115-22130, doi:10.1029/2000JC000376 
     7228  --> 
     7229  <authorgroup> 
     7230    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    72317231    <author> <personname> <surname>Barnier</surname> <firstname>B.</firstname> </personname> </author> 
    72327232    <author> <personname> <surname>de Miranda</surname> <firstname>A. P.</firstname> </personname> </author> 
     
    72527252  --> 
    72537253  <!-- original text 
    7254   Tréguier, A.-M., C. Gourcuff, P. Lherminier, H. Mercier, B. Barnier, G. Madec, J.-M. Molines, T. Penduff, L. Czeschel, C. Böning, 2006: Internal and forced variability along a section between Greenland and Portugal in the CLIPPER Atlantic model, Ocean Dyn.,56,5-6,568-580,doi:10.1007/s10236-006-0069-y 
    7255   --> 
    7256   <authorgroup> 
    7257     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7254  Tréguier, A.-M., C. Gourcuff, P. Lherminier, H. Mercier, B. Barnier, G. Madec, J.-M. Molines, T. Penduff, L. Czeschel, C. Böning, 2006: Internal and forced variability along a section between Greenland and Portugal in the CLIPPER Atlantic model, Ocean Dyn.,56,5-6,568-580,doi:10.1007/s10236-006-0069-y 
     7255  --> 
     7256  <authorgroup> 
     7257    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    72587258    <author> <personname> <surname>Gourcuff</surname> <firstname>C.</firstname> </personname> </author> 
    72597259    <author> <personname> <surname>Lherminier</surname> <firstname>P.</firstname> </personname> </author> 
     
    72647264    <author> <personname> <surname>Penduff</surname> <firstname>T.</firstname> </personname> </author> 
    72657265    <author> <personname> <surname>Czeschel</surname> <firstname>L.</firstname> </personname> </author> 
    7266     <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
     7266    <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
    72677267  </authorgroup> 
    72687268  <title>Internal and forced variability along a section between Greenland and Portugal in the CLIPPER Atlantic model</title> 
     
    72807280  --> 
    72817281  <!-- original text 
    7282   Tréguier, A.-M., N. G. Hogg, M. E. Maltrud, K. Speer, V. Thierry, 2003: The Origin of Deep Zonal Flows in the Brazil Basin,J. Phys. Oceanogr., 33, 3, 580-599,doi:10.1175/1520-0485(2003)033<0580:TOODZF>2.0.CO;2 
    7283   --> 
    7284   <authorgroup> 
    7285     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7282  Tréguier, A.-M., N. G. Hogg, M. E. Maltrud, K. Speer, V. Thierry, 2003: The Origin of Deep Zonal Flows in the Brazil Basin,J. Phys. Oceanogr., 33, 3, 580-599,doi:10.1175/1520-0485(2003)033<0580:TOODZF>2.0.CO;2 
     7283  --> 
     7284  <authorgroup> 
     7285    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    72867286    <author> <personname> <surname>Hogg</surname> <firstname>N. G.</firstname> </personname> </author> 
    72877287    <author> <personname> <surname>Maltrud</surname> <firstname>M. E.</firstname> </personname> </author> 
     
    73037303  --> 
    73047304  <!-- original text 
    7305   Tréguier, A.-M., O. Boedel, B. Barnier, G. Madec, 2003: Agulhas eddy fluxes in a 1/6 degrees Atlantic model. Deep Sea Research Part II: Topical Studies in Oceanography, 251-280, 50,1.doi:10.1016/S0967-0645(02)00396-X 
    7306   --> 
    7307   <authorgroup> 
    7308     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7305  Tréguier, A.-M., O. Boedel, B. Barnier, G. Madec, 2003: Agulhas eddy fluxes in a 1/6 degrees Atlantic model. Deep Sea Research Part II: Topical Studies in Oceanography, 251-280, 50,1.doi:10.1016/S0967-0645(02)00396-X 
     7306  --> 
     7307  <authorgroup> 
     7308    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    73097309    <author> <personname> <surname>Boedel</surname> <firstname>O.</firstname> </personname> </author> 
    73107310    <author> <personname> <surname>Barnier</surname> <firstname>B.</firstname> </personname> </author> 
     
    73257325  --> 
    73267326  <!-- original text 
    7327   Tréguier, A.-M., S. Theetten, E. P. Chassignet, T. Penduff, R. Smith, L. Talley, J.-O. Beismann, C. Böning,2005: The North Atlantic Subpolar Gyre in Four High-Resolution Models,J. Phys. Oceanogr., 35, 5, 757-774, doi:10.1175/JPO2720.1 
    7328   --> 
    7329   <authorgroup> 
    7330     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7327  Tréguier, A.-M., S. Theetten, E. P. Chassignet, T. Penduff, R. Smith, L. Talley, J.-O. Beismann, C. Böning,2005: The North Atlantic Subpolar Gyre in Four High-Resolution Models,J. Phys. Oceanogr., 35, 5, 757-774, doi:10.1175/JPO2720.1 
     7328  --> 
     7329  <authorgroup> 
     7330    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    73317331    <author> <personname> <surname>Theetten</surname> <firstname>S.</firstname> </personname> </author> 
    73327332    <author> <personname> <surname>Chassignet</surname> <firstname>E. P.</firstname> </personname> </author> 
     
    73357335    <author> <personname> <surname>Talley</surname> <firstname>L.</firstname> </personname> </author> 
    73367336    <author> <personname> <surname>Beismann</surname> <firstname>J.-O.</firstname> </personname> </author> 
    7337     <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
     7337    <author> <personname> <surname>Böning</surname> <firstname>C.</firstname> </personname> </author> 
    73387338  </authorgroup> 
    73397339  <title>The North Atlantic Subpolar Gyre in Four High-Resolution Models</title> 
     
    73517351  --> 
    73527352  <!-- original text 
    7353   Tréguier, A.-M., T. Reynaud, T. Pichevin, B. Barnier, J.-M. Molines, A. P. de Miranda, C. Messager, J.-O. Beismann, G. Madec, N. Grima, M. Imbard, C. Le Provost, 1999: The CLIPPER project: high resolution modeling of the Atlantic. Int. WOCE Newsletter, 36, 3-5. 
    7354   --> 
    7355   <authorgroup> 
    7356     <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
     7353  Tréguier, A.-M., T. Reynaud, T. Pichevin, B. Barnier, J.-M. Molines, A. P. de Miranda, C. Messager, J.-O. Beismann, G. Madec, N. Grima, M. Imbard, C. Le Provost, 1999: The CLIPPER project: high resolution modeling of the Atlantic. Int. WOCE Newsletter, 36, 3-5. 
     7354  --> 
     7355  <authorgroup> 
     7356    <author> <personname> <surname>Tréguier</surname> <firstname>A.-M.</firstname> </personname> </author> 
    73577357    <author> <personname> <surname>Reynaud</surname> <firstname>T.</firstname> </personname> </author> 
    73587358    <author> <personname> <surname>Pichevin</surname> <firstname>T.</firstname> </personname> </author> 
     
    74917491  --> 
    74927492  <!-- original text 
    7493   Vialard, J., C. Menkes, J.-P. Boulanger, P. Delecluse, E. Guilyardi, M. J. McPhaden, G. Madec, 2001: A Model Study of Oceanic Mechanisms Affecting Equatorial Pacific Sea Surface Temperature During the 1997-98 El Niño. J. Phys. Oceanogr., 31, 7, 1649-1675, doi:10.1175/1520-0485(2001)031<1649:AMSOOM>2.0.CO;2 
     7493  Vialard, J., C. Menkes, J.-P. Boulanger, P. Delecluse, E. Guilyardi, M. J. McPhaden, G. Madec, 2001: A Model Study of Oceanic Mechanisms Affecting Equatorial Pacific Sea Surface Temperature During the 1997-98 El Niño. J. Phys. Oceanogr., 31, 7, 1649-1675, doi:10.1175/1520-0485(2001)031<1649:AMSOOM>2.0.CO;2 
    74947494  --> 
    74957495  <authorgroup> 
     
    75027502    <author> <personname> <surname>Madec</surname> <firstname>G.</firstname> </personname> </author> 
    75037503  </authorgroup> 
    7504   <title>A Model Study of Oceanic Mechanisms Affecting Equatorial Pacific Sea Surface Temperature During the 1997-98 El Niño</title> 
     7504  <title>A Model Study of Oceanic Mechanisms Affecting Equatorial Pacific Sea Surface Temperature During the 1997-98 El Niño</title> 
    75057505  <biblioid class="doi">10.1175/1520-0485(2001)031&lt;1649:AMSOOM&gt;2.0.CO;2</biblioid> 
    75067506  <biblioset relation="journal"> 
     
    78787878  --> 
    78797879  <!-- original text 
    7880   de Boyer Montégut, C., J. Vialard, F. Durand, G. Madec, 2007: Simulated seasonal interannual variability of mixed layer heat budget in the northern Indian Ocean. J. Climate, In press. 
    7881   --> 
    7882   <authorgroup> 
    7883     <author> <personname> <surname>de Boyer Montégut</surname> <firstname>C.</firstname> </personname> </author> 
     7880  de Boyer Montégut, C., J. Vialard, F. Durand, G. Madec, 2007: Simulated seasonal interannual variability of mixed layer heat budget in the northern Indian Ocean. J. Climate, In press. 
     7881  --> 
     7882  <authorgroup> 
     7883    <author> <personname> <surname>de Boyer Montégut</surname> <firstname>C.</firstname> </personname> </author> 
    78847884    <author> <personname> <surname>Vialard</surname> <firstname>J.</firstname> </personname> </author> 
    78857885    <author> <personname> <surname>Durand</surname> <firstname>F.</firstname> </personname> </author> 
     
    78997899  --> 
    79007900  <!-- original text 
    7901   de Coëtlogon, G., C. Frankignoul, M. Bentsen, C. Delon, H. Haak, S. Masina, A. Pardaens,2006: Gulf Stream Variability in Five Oceanic General Circulation Models,J. Phys. Oceanogr., 36, 11, 2119-2135,doi:10.1175/JPO2963.1 
    7902   --> 
    7903   <authorgroup> 
    7904     <author> <personname> <surname>de Coëtlogon</surname> <firstname>G.</firstname> </personname> </author> 
     7901  de Coëtlogon, G., C. Frankignoul, M. Bentsen, C. Delon, H. Haak, S. Masina, A. Pardaens,2006: Gulf Stream Variability in Five Oceanic General Circulation Models,J. Phys. Oceanogr., 36, 11, 2119-2135,doi:10.1175/JPO2963.1 
     7902  --> 
     7903  <authorgroup> 
     7904    <author> <personname> <surname>de Coëtlogon</surname> <firstname>G.</firstname> </personname> </author> 
    79057905    <author> <personname> <surname>Frankignoul</surname> <firstname>C.</firstname> </personname> </author> 
    79067906    <author> <personname> <surname>Bentsen</surname> <firstname>M.</firstname> </personname> </author> 
  • trunk/data/bibdemo1.xml

    r24 r353  
    182182<biblioentry id="payre1916_01"> 
    183183  <!-- original text 
    184 Payre, L. & Tairnelle, E. Sur le sursaut tomateux du Baryton leger. C.r. Assoc. Conc. Lam. 45, 6-7, 1916. 
     184Payre, L. & Tairnelle, E. Sur le sursaut tomateux du Baryton léger. C.r. Assoc. Conc. Lam. 45, 6-7, 1916. 
    185185  --> 
    186186  <authorgroup> 
     
    192192    </author> 
    193193  </authorgroup> 
    194   <title> Sur le sursaut tomateux du Baryton leger  
     194  <title> Sur le sursaut tomateux du Baryton léger  
    195195  </title>   
    196196  <biblioset relation="journal"> 
  • trunk/data/bibdemo1_dbk5.xml

    r76 r353  
    1 <?xml version='1.0' encoding='ISO-8859-1'?> 
     1<?xml version='1.0' encoding='utf-8'?> 
    22<bibliography  
    33version="5.0" 
     
    145145<biblioentry xml:id="mace1912_01"> 
    146146  <!-- original text 
    147 Mace, I. & Doyne, J. Sur les differents types de reactions tomateuses chez la Cantatrice. Gaz. med. franco-rus. 6, 6-11, 1912. 
     147Mace, I. & Doyne, J. Sur les différents types de réactions tomateuses chez la Cantatrice. Gaz. med. franco-rus. 6, 6-11, 1912. 
    148148  --> 
    149149  <authorgroup> 
     
    155155    </author> 
    156156  </authorgroup> 
    157   <title> Sur les differents types de reactions tomateuses chez la Cantatrice  
     157  <title> Sur les différents types de réactions tomateuses chez la Cantatrice  
    158158  </title>   
    159159  <biblioset relation="journal"> 
     
    190190<biblioentry xml:id="payre1916_01"> 
    191191  <!-- original text 
    192 Payre, L. & Tairnelle, E. Sur le sursaut tomateux du Baryton leger. C.r. Assoc. Conc. Lam. 45, 6-7, 1916. 
     192Payre, L. & Tairnelle, E. Sur le sursaut tomateux du Baryton léger. C.r. Assoc. Conc. Lam. 45, 6-7, 1916. 
    193193  --> 
    194194  <authorgroup> 
     
    200200    </author> 
    201201  </authorgroup> 
    202   <title> Sur le sursaut tomateux du Baryton leger  
     202  <title> Sur le sursaut tomateux du Baryton léger  
    203203  </title>   
    204204  <biblioset relation="journal"> 
  • trunk/data/bibnemo1.xml

    r93 r353  
    2222    <author> <personname> <surname>Sperber</surname> <firstname>K. R.</firstname> </personname> </author> 
    2323  </authorgroup> 
    24   <title>The El Nino Southern Oscillation in Coupled GCMs</title> 
     24  <title>The El Niño Southern Oscillation in Coupled GCMs</title> 
    2525  <biblioset relation="journal"> 
    2626    <title>PCMDI Report Series</title> 
  • trunk/data/maindemo1.xml

    r115 r353  
    1 <?xml version="1.0" encoding="ISO-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE article [ 
    33<!ENTITY select_id "select_id.xml"> 
     
    1515main page of the demo1 of superbib 
    1616 
    17 DESCRIPTIION 
    18 ============ 
     17DESCRIPTION 
     18=========== 
    1919 
    2020This file in DocBook 5 will be processed by superbib tools 
     
    2323Specific elements will be used in every XHTML and PHP pages of superbib  
    2424outputs : 
    25  - title 
    26  - xml:id='project' 
    27  - xml:id='homepage' 
    28  - authorgroup/author[1]/email 
     25 
     26- title 
     27- xml:id='project' 
     28- xml:id='homepage' 
     29- authorgroup/author[1]/email 
    2930 
    3031 
     
    4849      <author> 
    4950        <personname> 
    50           <firstname>Françoise</firstname> 
     51          <firstname>Françoise</firstname> 
    5152          <surname>Pinsard</surname> 
    5253        </personname> 
  • trunk/data/mainnemo.xml

    r115 r353  
    1 <?xml version="1.0" encoding="ISO-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE article [ 
    33<!ENTITY select_id "select_id.xml"> 
     
    1515main page of the project survey 
    1616 
    17 DESCRIPTIION 
    18 ============ 
     17DESCRIPTION 
     18=========== 
    1919 
    2020This file in DocBook 5 will be processed by superbib tools 
     
    2323Specific elements will be used in every XHTML and PHP pages of superbib  
    2424outputs : 
    25  - title 
    26  - xml:id='project' 
    27  - xml:id='homepage' 
    28  - authorgroup/author[1]/email 
     25 
     26- title 
     27- xml:id='project' 
     28- xml:id='homepage' 
     29- authorgroup/author[1]/email 
    2930 
    3031EVOLUTIONS 
     
    4748    to be used by superbib XSL tools 
    4849   
    49   * change outlines and text according to Claire Lévy request 
     50  * change outlines and text according to Claire Lévy request 
    5051    (not yet approved) 
    5152 
     
    6162      <author> 
    6263        <personname> 
    63           <firstname>Sébastien</firstname> 
     64          <firstname>Sébastien</firstname> 
    6465          <surname>Masson</surname> 
    6566        </personname> 
     
    6869      <author> 
    6970        <personname> 
    70           <firstname>Françoise</firstname> 
     71          <firstname>Françoise</firstname> 
    7172          <surname>Pinsard</surname> 
    7273        </personname> 
     
    7576        <personname> 
    7677          <firstname>Claire</firstname> 
    77           <surname>Lévy</surname> 
     78          <surname>Lévy</surname> 
    7879        </personname> 
    7980      </author> 
  • trunk/data/userdemo1.xml

    r321 r353  
    1 <?xml version="1.0" encoding="iso-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    33<!-- 
    44 
    5 DESCRITPION 
     5DESCRIPTION 
    66=========== 
    77 
  • trunk/data/usernemo.xml

    r33 r353  
    1 <?xml version="1.0" encoding="iso-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE users SYSTEM "user.dtd"> 
    33<!-- 
     
    216216<personname> 
    217217<surname>Masson</surname> 
    218 <firstname>Sébastien</firstname> 
     218<firstname>Sébastien</firstname> 
    219219<othername role='mi'></othername> 
    220220</personname> 
  • trunk/doc/guides/html/superbib.css

    r85 r353  
    22This CSS file contains specific choices of look and feel of SUPERBIB  
    33documentation. 
    4 One can overwrite here choices made in style.css (a quiet beautifull 
    5 CSS configuration set for dookbook found on the web 
     4One can overwrite here choices made in style.css (a quiet beautiful 
     5CSS configuration set for XML/DocBook found on the web 
    66 
    77update : 
  • trunk/docs/docs_dev/source/conf.py

    r352 r353  
    273273#epub_pre_files = [] 
    274274 
    275 # HTML files shat should be inserted after the pages created by sphinx. 
     275# HTML files that should be inserted after the pages created by sphinx. 
    276276# The format is a list of tuples containing the path and title. 
    277277#epub_post_files = [] 
  • trunk/docs/docs_dev/source/contents.rst

    r352 r353  
    55.. ==== 
    66.. 
    7 .. meilleur plan : logging est un des thèmes, il y en a d'autres (ex 
     7.. meilleur plan : logging est un des thÚmes, il y en a d'autres (ex 
    88.. installation avec *_install.sh) 
    99.. 
  • trunk/docs/docs_dev/source/guides/bibliography.rst

    r177 r353  
    1919============ 
    2020 
    21 http://revues.refer.org/telechargement/fiche-bibliographie.pdf (mentionnée dans 
     21http://revues.refer.org/telechargement/fiche-bibliographie.pdf (mentionnée dans 
    2222http://framabook.org/appel-a-publication) 
  • trunk/docs/docs_dev/source/guides/builddoc.rst

    r352 r353  
    3030Documentation |project| 
    3131~~~~~~~~~~~~~~~~~~~~~~~ 
    32 La documentation est construite à partir des fichiers ReStructuredText_ 
     32 
     33La documentation est construite à partir des fichiers reStructuredText_ 
    3334dans :file:`${SUPERBIB}/adm/` et des commentaires dans les sources 
    3435sous :file:`${SUPERBIB}/`. 
    3536 
    36 .. _ReStructuredText: http://docutils.sourceforge.net/rst.html 
     37.. _reStructuredText: http://docutils.sourceforge.net/rst.html 
    3738 
    38 Sphinx_ est utilisé pour produire la documentation sous forme HTML: 
     39Sphinx_ est utilisé pour produire la documentation sous forme HTML: 
    3940 
    4041.. _Sphinx: http://sphinx.pocoo.org/ 
     
    4748   make html_sphinx 
    4849 
    49 et regarder le résultat dans :file:`../doc/html/sphinx/index.html`. 
     50et regarder le résultat dans :file:`../doc/html/sphinx/index.html`. 
    5051 
    51 Si le résultat est convainquant, on peut produire les autres formats de 
     52Si le résultat est convainquant, on peut produire les autres formats de 
    5253documentations (HTML single, PDF et troff): 
    5354 
     
    5960~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    6061 
    61 La mise à disposition des documentations produites ci-dessus sur l'URL 
     62La mise à disposition des documentations produites ci-dessus sur l'URL 
    6263http://www.locean-ipsl.upmc.fr/~fplod/superbib/superbib_ws/doc/html/sphinx/index.html 
    63 est réservée à Françoise Pinsard pour des raisons de protections de fichiers et 
     64est réservée à Françoise Pinsard pour des raisons de protections de fichiers et 
    6465de politique de login. 
    6566 
  • trunk/docs/docs_dev/source/guides/install.rst

    r352 r353  
    1414.. ==== 
    1515.. 
    16 .. climserv 
     16.. ClimServ 
    1717.. 
    1818.. utilisation de scons ou de distutils 
     
    4040computing centers. 
    4141 
    42 To be conform to each computing center policy, only Françoise Pinsard is  
     42To be conform to each computing center policy, only Françoise Pinsard is  
    4343authorized to actually realize this task. 
    4444 
  • trunk/docs/docs_dev/source/guides/team.xml

    r102 r353  
    1 <?xml version="1.0" encoding="iso-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE chapter [ 
    33<!ENTITY % isolat1 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat1.ent"> 
     
    4242<varlistentry> 
    4343<term> 
    44 Françoise Pinsard 
     44Françoise Pinsard 
    4545</term> 
    4646<listitem> 
     
    6363<varlistentry> 
    6464<term> 
    65 Sébastien Masson 
     65Sébastien Masson 
    6666</term> 
    6767<listitem> 
    6868<simpara> 
    69 mon cobaye préféré !! 
     69mon cobaye préféré !! 
    7070</simpara> 
    7171</listitem> 
  • trunk/docs/docs_dev/source/guides/web.xml

    r102 r353  
    1 <?xml version="1.0" encoding="iso-8859-1"?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE book [ 
    33<!ENTITY % isolat1 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat1.ent"> 
     
    4545  <info> 
    4646    <authorgroup> 
    47       <author><personname><firstname>Françoise</firstname> <surname>Pinsard</surname></personname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
     47      <author><personname><firstname>Françoise</firstname> <surname>Pinsard</surname></personname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author> 
    4848    </authorgroup> 
    4949    <keywordset> 
  • trunk/docs/docs_users/source/conf.py

    r352 r353  
    273273#epub_pre_files = [] 
    274274 
    275 # HTML files shat should be inserted after the pages created by sphinx. 
     275# HTML files that should be inserted after the pages created by sphinx. 
    276276# The format is a list of tuples containing the path and title. 
    277277#epub_post_files = [] 
  • trunk/docs/docs_users/source/guides/firststeps.rst

    r352 r353  
    2525.. - fplod 20120227 
    2626.. 
    27 ..   * migration to ReST 
     27..   * migration to reStructuredText 
    2828..   * move in user documentation 
    2929.. 
  • trunk/docs/docs_users/source/guides/get.rst

    r352 r353  
    1515.. - fplod 20120227 
    1616.. 
    17 ..   * migration to ReST 
     17..   * migration to reStructuredText 
    1818..   * move in user documentation 
    1919.. 
  • trunk/insertphp.sh

    r352 r353  
    4444# 
    4545#    diff template_beforesed.php template.php 
    46 # 
    4746# 
    4847# To do the job on "many" branch: 
  • trunk/install_superbib.sh

    r352 r353  
    4242# ++Once done, experience can be launched using :ref:`project_run.sh`. 
    4343# 
    44 # ++To reset everything, you need to manualy remove :file:`${tempdir}/for_install_superbib/`. 
     44# ++To reset everything, you need to manually remove  
     45# :file:`${tempdir}/for_install_superbib/`. 
    4546# 
    4647# ++Log file is written on 
     
    7172# ==== 
    7273# 
    73 # ipsl climserv 
    74  
     74# ipsl ClimServ 
     75# 
    7576# EVOLUTIONS 
    7677# ========== 
  • trunk/linkchecker.sh

    r352 r353  
    3939# donc pas http 
    4040# 
    41 # + ajouter la possibilite de faire une carte du site avec graphviz 
     41# + ajouter la possibilité de faire une carte du site avec graphviz 
    4242# 
    4343# exemple syntaxe 
     
    4646# 
    4747#    linkchecker -odot -v http://www.lodyc.jussieu.fr/NEMO/general/biblio_new/   | dot -Tps > sitemap.ps 
    48 # 
    4948# 
    5049# remove "set -u" because I don't know how to test if there is at least 
     
    6463# - fplod 2008-09-16T15:28:34Z aedon.locean-ipsl.upmc.fr (Darwin) 
    6564# 
    66 #   * comment in ReStructured Text 
     65#   * comment in reStructuredText 
    6766# 
    6867# - fplod 2007-10-12T07:32:08Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/mailtouser.sh

    r352 r353  
    1010# ============= 
    1111# 
    12 # 
    1312# SYNOPSIS 
    1413# ======== 
     
    1817#    mailtouser.sh -m mailbodyfile -x xmloutput 
    1918# 
    20 # 
    2119# DESCRIPTION 
    2220# =========== 
     
    5351# - fplod 2008-09-16T15:42:41Z aedon.locean-ipsl.upmc.fr (Darwin) 
    5452# 
    55 #  * comments in ReStructured Text 
     53#  * comments in reStructuredText 
    5654# 
    5755# - fplod 2007-06-06T09:27:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/project_profile.sh

    r352 r353  
    77# project_profile.sh 
    88# =================== 
    9 # 
    109# 
    1110# SYNOPSIS 
     
    135134usage=" Usage : ${command} -d directory -i indir -o outdir -t tempdir -jv jabrefversion -j jabrefdir -b bibtooldir" 
    136135# 
    137 while [ ${#} -gt 0 ] 
    138 do 
    139     case ${1} in 
    140         -d) 
    141             # directory for application chosen by user 
    142             # (see svn checkout command used) 
    143             directory=${2} 
    144             shift 
    145         ;; 
    146         -i) 
    147             # directory for inputs chosen by user 
    148             indir=${2} 
    149             shift 
    150         ;; 
    151         -o) 
    152             # directory for outputs chosen by user 
    153             outdir=${2} 
    154             shift 
    155         ;; 
    156         -t) 
    157             # directory for temporary outputs chosen by user 
    158             tempdir=${2} 
    159             shift 
    160         ;; 
    161         -jv) 
    162             jabrefversion=${2} 
    163             shift 
    164         ;; 
    165         -j) 
    166             jabrefdir=${2} 
    167             shift 
    168         ;; 
    169         -b) 
    170             bibtooldir=${2} 
    171             shift 
    172         ;; 
    173         *) 
    174             # other choice 
    175             echo "eee : unknown option ${1}" 
    176             echo "${usage}" 
    177             # nb : no exit because this file should be launched by 
    178             # login process 
    179         ;; 
    180     esac 
    181     # next flag 
    182     shift 
    183 done 
    184 unset usage 
    185 # 
    186 # check for ${directory} 
    187 if [ ! -d ${directory} ] 
     136pb=0 
     137# 
     138minargcount=14 
     139maxargcount=14 
     140narg=${#} 
     141# 
     142if [ ${narg} -lt ${minargcount} ] 
    188143then 
    189     echo " eee : ${directory} not found" 
     144    echo "eee : not enough arguments (${narg} vs ${minargcount})" 
     145    echo "${usage}" 
    190146    # nb : no exit because this file should be launched by login process 
     147    pb=1 
    191148fi 
    192 # 
    193 # check for permission on directory 
    194 if [ ! -x ${directory} ] 
     149unset minargcount 
     150# 
     151if [ ${narg} -gt ${maxargcount} ] 
    195152then 
    196     echo " eee : ${directory} not reachable" 
     153    echo "eee : too many arguments (${narg} vs ${maxargcount})" 
     154    echo "${usage}" 
    197155    # nb : no exit because this file should be launched by login process 
     156    pb=1 
    198157fi 
    199 # 
    200 PROJECT=${directory} 
    201 export PROJECT 
    202 # 
    203 # add PROJECT tools to PATH 
    204 # if not already done 
    205 suppath=$(echo ${PROJECT} | tr -s "/") 
    206 echo ${PATH} | grep -q "${suppath}:" 
    207 test_path=${?} 
    208 if [ ${test_path} -ne 0 ] 
     158unset maxargcount 
     159unset narg 
     160# 
     161if [ ${pb} -eq 0 ] 
    209162then 
    210     PATH=${suppath}:${PATH} 
     163    while [ ${#} -gt 0 ] 
     164    do 
     165        case ${1} in 
     166            -d) 
     167                # directory for application chosen by user 
     168                # (see svn checkout command used) 
     169                directory=${2} 
     170                shift 
     171            ;; 
     172            -i) 
     173                # directory for inputs chosen by user 
     174                indir=${2} 
     175                shift 
     176            ;; 
     177            -o) 
     178                # directory for outputs chosen by user 
     179                outdir=${2} 
     180                shift 
     181            ;; 
     182            -t) 
     183                # directory for temporary outputs chosen by user 
     184                tempdir=${2} 
     185                shift 
     186            ;; 
     187            -jv) 
     188                jabrefversion=${2} 
     189                shift 
     190            ;; 
     191            -j) 
     192                jabrefdir=${2} 
     193                shift 
     194            ;; 
     195            -b) 
     196                bibtooldir=${2} 
     197                shift 
     198            ;; 
     199            *) 
     200                # other choice 
     201                echo "eee : unknown option ${1}" 
     202                echo "${usage}" 
     203                # nb : no exit because this file should be launched by 
     204                # login process 
     205            ;; 
     206        esac 
     207        # next flag 
     208        shift 
     209    done 
     210    unset usage 
     211fi 
     212# 
     213if [ ${pb} -eq 0 ] 
     214then 
     215    # check for ${directory} 
     216    if [ ! -d ${directory} ] 
     217    then 
     218        echo " eee : ${directory} not found" 
     219        # nb : no exit because this file should be launched by login process 
     220    fi 
     221    # 
     222    # check for permission on directory 
     223    if [ ! -x ${directory} ] 
     224    then 
     225        echo " eee : ${directory} not reachable" 
     226        # nb : no exit because this file should be launched by login process 
     227    fi 
     228    # 
     229    PROJECT=${directory} 
     230    export PROJECT 
     231    # 
     232    # add PROJECT tools to PATH 
     233    # if not already done 
     234    suppath=$(echo ${PROJECT} | tr -s "/") 
     235    echo ${PATH} | grep -q "${suppath}:" 
     236    test_path=${?} 
     237    if [ ${test_path} -ne 0 ] 
     238    then 
     239        PATH=${suppath}:${PATH} 
     240        export PATH 
     241    else 
     242        # option bavarde oui/non pas encore implantée ++ 
     243        echo "${command} : iii : ${suppath} already in \${PATH}" 
     244    fi 
     245    unset test_path 
     246    unset suppath 
     247    # 
     248    suppath=$(echo ${PROJECT}/../branches/bibliolocean/src | tr -s "/") 
     249    echo ${PATH} | grep -q "${suppath}:" 
     250    test_path=${?} 
     251    if [ ${test_path} -ne 0 ] 
     252    then 
     253        PATH=${suppath}:${PATH} 
     254        export PATH 
     255    else 
     256        # option bavarde oui/non pas encore implantée ++ 
     257        echo "${command} : iii : ${suppath} already in \${PATH}" 
     258    fi 
     259    unset test_path 
     260    # 
     261    # add PROJECT tools to PYTHONPATH 
     262    # if not already done 
     263    suppath=$(echo ${PROJECT}/aeres/scripts/ | tr -s "/") 
     264    echo ${PYTHONPATH} | grep -q "${suppath}:" 
     265    test_path=${?} 
     266    if [ ${test_path} -ne 0 ] 
     267    then 
     268        PYTHONPATH=${suppath}:${PYTHONPATH} 
     269        export PYTHONPATH 
     270    else 
     271        # option bavarde oui/non pas encore implantée ++ 
     272        echo "${command} : iii : ${suppath} already in \${PYTHONPATH}" 
     273    fi 
     274    unset test_path 
     275    unset suppath 
     276    # 
     277    # add PROJECT tools to PYTHONPATH 
     278    # if not already done 
     279    suppath=$(echo ${PROJECT}/| tr -s "/") 
     280    echo ${PYTHONPATH} | grep -q "${suppath}:" 
     281    test_path=${?} 
     282    if [ ${test_path} -ne 0 ] 
     283    then 
     284        PYTHONPATH=${suppath}:${PYTHONPATH} 
     285        export PYTHONPATH 
     286    else 
     287        # option bavarde oui/non pas encore implantée ++ 
     288        echo "${command} : iii : ${suppath} already in \${PYTHONPATH}" 
     289    fi 
     290    unset test_path 
     291    unset suppath 
     292    # 
     293    # add PROJECT manuals to MANPATH 
     294    # if not already done 
     295    suppath=$(echo ${PROJECT}/doc/manuals/man | tr -s "/") 
     296    echo ${MANPATH} | grep -q "${suppath}:" 
     297    test_manpath=${?} 
     298    if [ ${test_manpath} -ne 0 ] 
     299    then 
     300        MANPATH=${suppath}:${MANPATH} 
     301        export MANPATH 
     302    else 
     303        # option bavarde oui/non pas encore implantée ++ 
     304        echo "${command} : iii : ${suppath} already in \${MANPATH}" 
     305    fi 
     306    unset test_manpath 
     307    unset suppath 
     308    # 
     309    PROJECT_LOG=${tempdir} 
     310    export PROJECT_LOG 
     311    unset tempdir 
     312    if [ ! -d ${PROJECT_LOG} ] 
     313    then 
     314        mkdir -p ${PROJECT_LOG} 
     315        status=${?} 
     316        if [ ${status} -ne 0 ] 
     317        then 
     318            echo "${command} : eee : can not create \${PROJECT_LOG}" 
     319            # nb : no exit because this file should be launched by login process 
     320        else 
     321            echo "${command} : iii : creation of \${PROJECT_LOG}" 
     322        fi 
     323        unset status 
     324    fi 
     325    # check for permission on PROJECT_LOG 
     326    if [ ! -x ${PROJECT_LOG} ] 
     327    then 
     328        echo " eee : ${PROJECT_LOG} not reachable" 
     329        # nb : no exit because this file should be launched by login process 
     330    fi 
     331    # 
     332    # check for permission on PROJECT_LOG 
     333    if [ ! -w ${PROJECT_LOG} ] 
     334    then 
     335        echo " eee : ${PROJECT_LOG} not writable" 
     336        # nb : no exit because this file shouldreachable be launched 
     337        # by login process 
     338    fi 
     339    # 
     340    EDITOR=vi 
     341    export EDITOR 
     342    # 
     343    # io directories 
     344    PROJECT_ID=${indir} 
     345    export PROJECT_ID 
     346    unset indir 
     347    if [ ! -d ${PROJECT_ID} ] 
     348    then 
     349        mkdir -p ${PROJECT_ID} 
     350        echo "${command} : iii : creation of \${PROJECT_ID}" 
     351    fi 
     352    # check for permission on PROJECT_ID 
     353    if [ ! -x ${PROJECT_ID} ] 
     354    then 
     355        echo " eee : ${PROJECT_ID} not reachable" 
     356        # nb : no exit because this file should be launched by login process 
     357    fi 
     358    # 
     359    PROJECT_OD=${outdir} 
     360    export PROJECT_OD 
     361    unset outdir 
     362    if [ ! -d ${PROJECT_OD} ] 
     363    then 
     364        mkdir -p ${PROJECT_OD} 
     365        echo "${command} : iii : creation of \${PROJECT_OD}" 
     366    fi 
     367    # check for permission on PROJECT_OD 
     368    if [ ! -x ${PROJECT_OD} ] 
     369    then 
     370        echo " eee : ${PROJECT_OD} not reachable" 
     371        # nb : no exit because this file should be launched by login process 
     372    fi 
     373    if [ ! -w ${PROJECT_OD} ] 
     374    then 
     375        echo " eee : ${PROJECT_OD} not writable" 
     376        # nb : no exit because this file should be launched by login process 
     377    fi 
     378    # 
     379    JABREF_DIR=${jabrefdir} 
     380    export JABREF_DIR 
     381    unset jabref_dir 
     382    JABREF_VERSION=${jabrefversion} 
     383    export JABREF_VERSION 
     384    unset jabrefversion 
     385    # 
     386    BIBTOOL_DIR=${bibtooldir} 
     387    export BIBTOOL_DIR 
     388    unset bibtooldir 
     389    PATH=${BIBTOOL_DIR}:${PATH} 
    211390    export PATH 
    212 else 
    213     # option bavarde oui/non pas encore implantée ++ 
    214     echo "${command} : iii : ${suppath} already in \${PATH}" 
    215 fi 
    216 unset test_path 
    217 unset suppath 
    218 # 
    219 suppath=$(echo ${PROJECT}/../branches/bibliolocean/src | tr -s "/") 
    220 echo ${PATH} | grep -q "${suppath}:" 
    221 test_path=${?} 
    222 if [ ${test_path} -ne 0 ] 
    223 then 
    224     PATH=${suppath}:${PATH} 
    225     export PATH 
    226 else 
    227     # option bavarde oui/non pas encore implantée ++ 
    228     echo "${command} : iii : ${suppath} already in \${PATH}" 
    229 fi 
    230 unset test_path 
    231 # 
    232 # add PROJECT tools to PYTHONPATH 
    233 # if not already done 
    234 suppath=$(echo ${PROJECT}/aeres/scripts/ | tr -s "/") 
    235 echo ${PYTHONPATH} | grep -q "${suppath}:" 
    236 test_path=${?} 
    237 if [ ${test_path} -ne 0 ] 
    238 then 
    239     PYTHONPATH=${suppath}:${PYTHONPATH} 
    240     export PYTHONPATH 
    241 else 
    242     # option bavarde oui/non pas encore implantée ++ 
    243     echo "${command} : iii : ${suppath} already in \${PYTHONPATH}" 
    244 fi 
    245 unset test_path 
    246 unset suppath 
    247 # 
    248 # add PROJECT tools to PYTHONPATH 
    249 # if not already done 
    250 suppath=$(echo ${PROJECT}/| tr -s "/") 
    251 echo ${PYTHONPATH} | grep -q "${suppath}:" 
    252 test_path=${?} 
    253 if [ ${test_path} -ne 0 ] 
    254 then 
    255     PYTHONPATH=${suppath}:${PYTHONPATH} 
    256     export PYTHONPATH 
    257 else 
    258     # option bavarde oui/non pas encore implantée ++ 
    259     echo "${command} : iii : ${suppath} already in \${PYTHONPATH}" 
    260 fi 
    261 unset test_path 
    262 unset suppath 
    263 # 
    264 # add PROJECT manuals to MANPATH 
    265 # if not already done 
    266 suppath=$(echo ${PROJECT}/doc/manuals/man | tr -s "/") 
    267 echo ${MANPATH} | grep -q "${suppath}:" 
    268 test_manpath=${?} 
    269 if [ ${test_manpath} -ne 0 ] 
    270 then 
    271     MANPATH=${suppath}:${MANPATH} 
    272     export MANPATH 
    273 else 
    274     # option bavarde oui/non pas encore implantée ++ 
    275     echo "${command} : iii : ${suppath} already in \${MANPATH}" 
    276 fi 
    277 unset test_manpath 
    278 unset suppath 
    279 # 
    280 PROJECT_LOG=${tempdir} 
    281 export PROJECT_LOG 
    282 unset tempdir 
    283 if [ ! -d ${PROJECT_LOG} ] 
    284 then 
    285     mkdir -p ${PROJECT_LOG} 
    286     status=${?} 
    287     if [ ${status} -ne 0 ] 
    288     then 
    289         echo "${command} : eee : can not create \${PROJECT_LOG}" 
    290         # nb : no exit because this file should be launched by login process 
    291     else 
    292         echo "${command} : iii : creation of \${PROJECT_LOG}" 
    293     fi 
    294     unset status 
    295 fi 
    296 # check for permission on PROJECT_LOG 
    297 if [ ! -x ${PROJECT_LOG} ] 
    298 then 
    299     echo " eee : ${PROJECT_LOG} not reachable" 
    300     # nb : no exit because this file should be launched by login process 
    301 fi 
    302 # 
    303 # check for permission on PROJECT_LOG 
    304 if [ ! -w ${PROJECT_LOG} ] 
    305 then 
    306     echo " eee : ${PROJECT_LOG} not writable" 
    307     # nb : no exit because this file shouldreachable be launched 
    308     # by login process 
    309 fi 
    310 # 
    311 EDITOR=vi 
    312 export EDITOR 
    313 # 
    314 # io directories 
    315 PROJECT_ID=${indir} 
    316 export PROJECT_ID 
    317 unset indir 
    318 if [ ! -d ${PROJECT_ID} ] 
    319 then 
    320     mkdir -p ${PROJECT_ID} 
    321     echo "${command} : iii : creation of \${PROJECT_ID}" 
    322 fi 
    323 # check for permission on PROJECT_ID 
    324 if [ ! -x ${PROJECT_ID} ] 
    325 then 
    326     echo " eee : ${PROJECT_ID} not reachable" 
    327     # nb : no exit because this file should be launched by login process 
    328 fi 
    329 # 
    330 PROJECT_OD=${outdir} 
    331 export PROJECT_OD 
    332 unset outdir 
    333 if [ ! -d ${PROJECT_OD} ] 
    334 then 
    335     mkdir -p ${PROJECT_OD} 
    336     echo "${command} : iii : creation of \${PROJECT_OD}" 
    337 fi 
    338 # check for permission on PROJECT_OD 
    339 if [ ! -x ${PROJECT_OD} ] 
    340 then 
    341     echo " eee : ${PROJECT_OD} not reachable" 
    342     # nb : no exit because this file should be launched by login process 
    343 fi 
    344 if [ ! -w ${PROJECT_OD} ] 
    345 then 
    346     echo " eee : ${PROJECT_OD} not writable" 
    347     # nb : no exit because this file should be launched by login process 
    348 fi 
    349 # 
    350 JABREF_DIR=${jabrefdir} 
    351 export JABREF_DIR 
    352 unset jabref_dir 
    353 JABREF_VERSION=${jabrefversion} 
    354 export JABREF_VERSION 
    355 unset jabrefversion 
    356 # 
    357 BIBTOOL_DIR=${bibtooldir} 
    358 export BIBTOOL_DIR 
    359 unset bibtooldir 
    360 PATH=${BIBTOOL_DIR}:${PATH} 
    361 export PATH 
    362 # 
    363 # test if which xml is available xml or xmlstarlet 
    364 tool=xml 
    365 type ${tool} 1> /dev/null 2>&1 
    366 status=${?} 
    367 if [ ${status} -ne 0 ] 
    368 then 
    369     #echo "${command} : www : tool ${tool} not found" 
    370     tool=xmlstarlet 
     391    # 
     392    # test if which xml is available xml or xmlstarlet 
     393    tool=xml 
    371394    type ${tool} 1> /dev/null 2>&1 
    372395    status=${?} 
    373396    if [ ${status} -ne 0 ] 
    374397    then 
    375         echo "${command} : eee : tool ${tool} not found" 
    376     else 
    377         xmlcmd=xmlstarlet 
    378     fi 
    379 else 
    380     xmlcmd=xml 
     398        #echo "${command} : www : tool ${tool} not found" 
     399        tool=xmlstarlet 
     400        type ${tool} 1> /dev/null 2>&1 
     401        status=${?} 
     402        if [ ${status} -ne 0 ] 
     403        then 
     404            echo "${command} : eee : tool ${tool} not found" 
     405        else 
     406            xmlcmd=xmlstarlet 
     407        fi 
     408    else 
     409        xmlcmd=xml 
     410    fi 
     411    export xmlcmd 
     412    # 
     413    unset status 
     414    unset tool 
    381415fi 
    382 export xmlcmd 
    383 # 
    384 unset status 
    385 unset tool 
    386  
     416unset pb 
    387417# end 
    388418unset command 
  • trunk/superbib.css

    r48 r353  
    66$Id$ 
    77fplod 2007-03-30T10:27:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
    8 d'après /usr/home/opatlod/WWW/NEMO_v1/6_Menu/2_page/index.html 
     8d'aprÚs /usr/home/opatlod/WWW/NEMO_v1/6_Menu/2_page/index.html 
    99*/ 
    1010 
     
    2323     input[type="submit"] { display : none } 
    2424     div[class="informaltable"] { display : none } /* pour ne pas imprimer 
    25 la table des années/auteurs*/ 
     25la table des années/auteurs*/ 
    2626     a[href="#top"] { display : none } /* pour ne pas imprimer le lien sur top*/ 
    2727   } 
  • trunk/superbib/superbib.py

    r352 r353  
    131131 
    132132def writehtml(bibtex_data): 
    133     """ a amenager pour superbib""" 
     133    """ à aménager pour superbib""" 
    134134    supported_types = ['article', 'inproceedings', 'inbook', 'techreport', 'misc', 'manual', 'book'] 
    135135    types_text = {'article': 'Journals', 
     
    181181    bibtex_data = readbibtex(ifile, encoding, is_verbose) 
    182182 
    183     print (' toutes les bibtek keys : %s ' % bibtex_data.entries.keys()) 
     183    print (' toutes les bibtex keys : %s ' % bibtex_data.entries.keys()) 
    184184 
    185185    #okprint (' le titre de INTEL2002 %s ' % bibtex_data.entries['INTEL2002'].fields['title']) 
  • trunk/twindoi.sh

    r352 r353  
    1515#    twindoi.sh -i filein -t type 
    1616# 
    17 # 
    1817# DESCRIPTION 
    1918# =========== 
    2019# 
    21 # 
    2220# .. option:: -i <filein> 
    2321# .. option:: -t <type> 
     
    4947# ==== 
    5048# 
    51 # ++ option debug 
    52 # 
    53 # ++ the following command which is not convinient 
     49# option debug 
     50# 
     51# the following command which is not convenient 
    5452# (xml vs txt) did not give any alert and check inside xml comments 
    5553# 
     
    8482# - fplod 2007-06-20T16:12:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
    8583# 
    86 #   * consolidation and homogeneisation 
     84#   * consolidation and homogenisation 
    8785# 
    8886# - smasson 2007-06-20T16:11:47Z 
Note: See TracChangeset for help on using the changeset viewer.