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

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

Changeset 9598 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2018-05-16T00:47:16+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

Location:
NEMO/trunk/src/OCE
Files:
236 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ASM/asmbkg.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/ASM/asminc.F90

    r9570 r9598  
    9696#  include "vectopt_loop_substitute.h90" 
    9797   !!---------------------------------------------------------------------- 
    98    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     98   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9999   !! $Id$ 
    100    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     100   !! Software governed by the CeCILL licence     (./LICENSE) 
    101101   !!---------------------------------------------------------------------- 
    102102CONTAINS 
  • NEMO/trunk/src/OCE/ASM/asmpar.F90

    r9570 r9598  
    2323 
    2424   !!---------------------------------------------------------------------- 
    25    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     25   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2626   !! $Id$ 
    27    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     27   !! Software governed by the CeCILL licence (./LICENSE) 
    2828   !!====================================================================== 
    2929END MODULE asmpar 
  • NEMO/trunk/src/OCE/BDY/bdy_oce.F90

    r9570 r9598  
    139139!$AGRIF_END_DO_NOT_TREAT 
    140140   !!---------------------------------------------------------------------- 
    141    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     141   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    142142   !! $Id$  
    143    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     143   !! Software governed by the CeCILL licence     (./LICENSE) 
    144144   !!---------------------------------------------------------------------- 
    145145CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdydta.F90

    r9570 r9598  
    5656 
    5757   !!---------------------------------------------------------------------- 
    58    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     58   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5959   !! $Id$  
    60    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     60   !! Software governed by the CeCILL licence (./LICENSE) 
    6161   !!---------------------------------------------------------------------- 
    6262CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdydyn.F90

    r9570 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3434   !! $Id$  
    35    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdydyn2d.F90

    r9570 r9598  
    3030 
    3131   !!---------------------------------------------------------------------- 
    32    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     32   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3333   !! $Id$  
    34    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     34   !! Software governed by the CeCILL licence (./LICENSE) 
    3535   !!---------------------------------------------------------------------- 
    3636CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdydyn3d.F90

    r9570 r9598  
    2626 
    2727   !!---------------------------------------------------------------------- 
    28    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     28   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2929   !! $Id$  
    30    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     30   !! Software governed by the CeCILL licence (./LICENSE) 
    3131   !!---------------------------------------------------------------------- 
    3232CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdyice.F90

    r9570 r9598  
    4040 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4343   !! $Id: bdyice.F90 8306 2017-07-10 10:18:03Z clem $ 
    44    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdyini.F90

    r9570 r9598  
    4545   INTEGER, DIMENSION(jp_nseg) ::   jpjsob, jpisdt, jpisft, npckgs   ! 
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$  
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdylib.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$  
    31    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdytides.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdytra.F90

    r9570 r9598  
    3333 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OCE 4.0, NEMO Consortium (2016) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$  
    37    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/BDY/bdyvol.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$  
    31    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/C1D/c1d.F90

    r9168 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3434   !! $Id$  
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!====================================================================== 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/C1D/domc1d.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$  
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence     (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dtauvd.F90

    r9570 r9598  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$  
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dyncor_c1d.F90

    r9019 r9598  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     35   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3636   !! $Id$  
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dyndmp.F90

    r9570 r9598  
    4545#  include "vectopt_loop_substitute.h90" 
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$  
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/C1D/step_c1d.F90

    r9019 r9598  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     30   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3131   !! $Id$ 
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
  • NEMO/trunk/src/OCE/CRS/crs.F90

    r9570 r9598  
    154154 
    155155   !!---------------------------------------------------------------------- 
    156    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     156   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    157157   !! $Id$ 
    158    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     158   !! Software governed by the CeCILL licence     (./LICENSE) 
    159159   !!---------------------------------------------------------------------- 
    160160CONTAINS 
  • NEMO/trunk/src/OCE/CRS/crsdom.F90

    r9570 r9598  
    5353 
    5454   !!---------------------------------------------------------------------- 
    55    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     55   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5656   !! $Id$ 
    57    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     57   !! Software governed by the CeCILL licence     (./LICENSE) 
    5858   !!---------------------------------------------------------------------- 
    5959CONTAINS 
  • NEMO/trunk/src/OCE/CRS/crsdomwri.F90

    r9570 r9598  
    2626 
    2727   !!---------------------------------------------------------------------- 
    28    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     28   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2929   !! $Id$ 
    30    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     30   !! Software governed by the CeCILL licence     (./LICENSE) 
    3131   !!---------------------------------------------------------------------- 
    3232CONTAINS 
  • NEMO/trunk/src/OCE/CRS/crsfld.F90

    r9570 r9598  
    3434#  include "vectopt_loop_substitute.h90" 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id$ 
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence     (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
     
    169169         CALL iom_put( "eken", zt_crs ) 
    170170      ENDIF 
    171       !  Horizontal divergence ( following OCE_SRC/DYN/divhor.F90 )  
     171      !  Horizontal divergence ( following OCE/DYN/divhor.F90 )  
    172172      DO jk = 1, jpkm1 
    173173         DO ji = 2, jpi_crsm1 
  • NEMO/trunk/src/OCE/CRS/crsini.F90

    r9570 r9598  
    2929 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$ 
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
     
    225225     ! 
    226226     !--------------------------------------------------------- 
    227      ! 5.  Write out coarse meshmask  (see OCE_SRC/DOM/domwri.F90 for ideas later) 
     227     ! 5.  Write out coarse meshmask  (see OCE/DOM/domwri.F90 for ideas later) 
    228228     !--------------------------------------------------------- 
    229229 
  • NEMO/trunk/src/OCE/CRS/crslbclnk.F90

    r9570 r9598  
    2121    
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id$ 
    25    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence     (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727CONTAINS 
  • NEMO/trunk/src/OCE/DIA/dia25h.F90

    r9570 r9598  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.6 , NEMO Consortium (2014) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id:$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diaar5.F90

    r9570 r9598  
    4141#  include "vectopt_loop_substitute.h90" 
    4242   !!---------------------------------------------------------------------- 
    43    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     43   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4444   !! $Id$ 
    45    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     45   !! Software governed by the CeCILL licence     (./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diacfl.F90

    r9570 r9598  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 3.2 , LOCEAN-IPSL (2009)  
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    4242   !! $Id$ 
    4343   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
  • NEMO/trunk/src/OCE/DIA/diadct.F90

    r9570 r9598  
    9898 
    9999   !!---------------------------------------------------------------------- 
    100    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     100   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    101101   !! $Id$ 
    102    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     102   !! Software governed by the CeCILL licence     (./LICENSE) 
    103103   !!---------------------------------------------------------------------- 
    104104CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diaharm.F90

    r9570 r9598  
    5555 
    5656   !!---------------------------------------------------------------------- 
    57    !! NEMO/OCE 3.5 , NEMO Consortium (2013) 
     57   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5858   !! $Id$ 
    59    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     59   !! Software governed by the CeCILL licence     (./LICENSE) 
    6060   !!---------------------------------------------------------------------- 
    6161CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diahsb.F90

    r9570 r9598  
    5252#  include "vectopt_loop_substitute.h90" 
    5353   !!---------------------------------------------------------------------- 
    54    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5555   !! $Id$ 
    56    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     56   !! Software governed by the CeCILL licence     (./LICENSE) 
    5757   !!---------------------------------------------------------------------- 
    5858CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diahth.F90

    r9570 r9598  
    4141 
    4242   !!---------------------------------------------------------------------- 
    43    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     43   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4444   !! $Id$  
    45    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     45   !! Software governed by the CeCILL licence     (./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
  • NEMO/trunk/src/OCE/DIA/dianam.F90

    r9570 r9598  
    2323 
    2424   !!---------------------------------------------------------------------- 
    25    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     25   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2626   !! $Id$  
    27    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     27   !! Software governed by the CeCILL licence (./LICENSE) 
    2828   !!---------------------------------------------------------------------- 
    2929 
  • NEMO/trunk/src/OCE/DIA/diaptr.F90

    r9570 r9598  
    6565#  include "vectopt_loop_substitute.h90" 
    6666   !!---------------------------------------------------------------------- 
    67    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     67   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6868   !! $Id$  
    69    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     69   !! Software governed by the CeCILL licence     (./LICENSE) 
    7070   !!---------------------------------------------------------------------- 
    7171CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diatmb.F90

    r9570 r9598  
    2121 
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OCE 3.6 , NEMO Consortium (2014) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id:$ 
    25    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence     (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727CONTAINS 
  • NEMO/trunk/src/OCE/DIA/diawri.F90

    r9570 r9598  
    7979#  include "vectopt_loop_substitute.h90" 
    8080   !!---------------------------------------------------------------------- 
    81    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     81   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8282   !! $Id$ 
    83    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     83   !! Software governed by the CeCILL licence     (./LICENSE) 
    8484   !!---------------------------------------------------------------------- 
    8585CONTAINS 
  • NEMO/trunk/src/OCE/DIU/cool_skin.F90

    r9570 r9598  
    4444#  include "vectopt_loop_substitute.h90" 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OCE 4.0 , NEMO-consortium (2016)  
     46   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    4747   !! $Id:  $ 
    48    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     48   !! Software governed by the CeCILL licence     (./LICENSE) 
    4949   !!----------------------------------------------------------------------    
    5050   CONTAINS  
  • NEMO/trunk/src/OCE/DIU/step_diu.F90

    r9570 r9598  
    2323 
    2424   !!---------------------------------------------------------------------- 
    25    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     25   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2626   !! $Id:$ 
    27    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     27   !! Software governed by the CeCILL licence     (./LICENSE) 
    2828   !!---------------------------------------------------------------------- 
    2929 
  • NEMO/trunk/src/OCE/DOM/closea.F90

    r9570 r9598  
    6464#  include "vectopt_loop_substitute.h90" 
    6565   !!---------------------------------------------------------------------- 
    66    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     66   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6767   !! $Id: usrdef_closea.F90 9124 2017-12-19 08:26:25Z gm $ 
    68    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     68   !! Software governed by the CeCILL licence     (./LICENSE) 
    6969   !!---------------------------------------------------------------------- 
    7070CONTAINS 
  • NEMO/trunk/src/OCE/DOM/daymod.F90

    r9570 r9598  
    4444 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     46   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4747   !! $Id$ 
    48    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     48   !! Software governed by the CeCILL licence     (./LICENSE) 
    4949   !!---------------------------------------------------------------------- 
    5050CONTAINS 
  • NEMO/trunk/src/OCE/DOM/depth_e3.F90

    r9570 r9598  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4242   !! $Id$ 
    43    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence     (./LICENSE) 
    4444   !!---------------------------------------------------------------------- 
    4545CONTAINS              
  • NEMO/trunk/src/OCE/DOM/dom_oce.F90

    r9570 r9598  
    213213 
    214214   !!---------------------------------------------------------------------- 
    215    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     215   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    216216   !! $Id$  
    217    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     217   !! Software governed by the CeCILL licence     (./LICENSE) 
    218218   !!---------------------------------------------------------------------- 
    219219CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domain.F90

    r9570 r9598  
    5252 
    5353   !!------------------------------------------------------------------------- 
    54    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5555   !! $Id$ 
    56    !! Software governed by the CeCILL licence        (NEMOGCM/NEMO_CeCILL.txt) 
     56   !! Software governed by the CeCILL licence        (./LICENSE) 
    5757   !!------------------------------------------------------------------------- 
    5858CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domhgr.F90

    r9570 r9598  
    3939 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 3.7 , NEMO Consortium (2016) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4242   !! $Id$  
    43    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence     (./LICENSE) 
    4444   !!---------------------------------------------------------------------- 
    4545CONTAINS 
  • NEMO/trunk/src/OCE/DOM/dommsk.F90

    r9570 r9598  
    4545#  include "vectopt_loop_substitute.h90" 
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.2 , LODYC-IPSL  (2009) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$  
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domngb.F90

    r9570 r9598  
    2121 
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id$  
    25    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence     (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domvvl.F90

    r9570 r9598  
    6464#  include "vectopt_loop_substitute.h90" 
    6565   !!---------------------------------------------------------------------- 
    66    !! NEMO/OCE 3.7 , NEMO-Consortium (2015)  
     66   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    6767   !! $Id$ 
    68    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     68   !! Software governed by the CeCILL licence     (./LICENSE) 
    6969   !!---------------------------------------------------------------------- 
    7070CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domwri.F90

    r9570 r9598  
    3434#  include "vectopt_loop_substitute.h90" 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id$  
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence     (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
  • NEMO/trunk/src/OCE/DOM/domzgr.F90

    r9570 r9598  
    4646#  include "vectopt_loop_substitute.h90" 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3.1 , NEMO Consortium (2011) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS        
  • NEMO/trunk/src/OCE/DOM/dtatsd.F90

    r9570 r9598  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$  
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/trunk/src/OCE/DOM/iscplhsb.F90

    r9570 r9598  
    3434#  include "vectopt_loop_substitute.h90" 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id: sbcrnf.F90 4666 2014-06-11 12:52:23Z mathiot $ 
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence     (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
  • NEMO/trunk/src/OCE/DOM/iscplini.F90

    r9570 r9598  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id:$ 
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/trunk/src/OCE/DOM/iscplrst.F90

    r9570 r9598  
    3434#  include "vectopt_loop_substitute.h90" 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id: sbcrnf.F90 4666 2014-06-11 12:52:23Z mathiot $ 
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence     (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
  • NEMO/trunk/src/OCE/DOM/istate.F90

    r9570 r9598  
    4545#  include "vectopt_loop_substitute.h90" 
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$ 
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/DOM/phycst.F90

    r9570 r9598  
    9292#endif 
    9393   !!---------------------------------------------------------------------- 
    94    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     94   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9595   !! $Id$  
    96    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     96   !! Software governed by the CeCILL licence (./LICENSE) 
    9797   !!---------------------------------------------------------------------- 
    9898    
  • NEMO/trunk/src/OCE/DYN/divhor.F90

    r9570 r9598  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$  
    46    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence     (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynadv.F90

    r9570 r9598  
    4747#  include "vectopt_loop_substitute.h90" 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$ 
    51    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence     (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynadv_cen2.F90

    r9570 r9598  
    2929#  include "vectopt_loop_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$ 
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynadv_ubs.F90

    r9570 r9598  
    3535#  include "vectopt_loop_substitute.h90" 
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$ 
    39    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL licence     (./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynhpg.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id$ 
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynkeg.F90

    r9570 r9598  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$  
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynldf.F90

    r9570 r9598  
    3737#  include "vectopt_loop_substitute.h90" 
    3838   !!---------------------------------------------------------------------- 
    39    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     39   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4040   !! $Id$ 
    41    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     41   !! Software governed by the CeCILL licence     (./LICENSE) 
    4242   !!---------------------------------------------------------------------- 
    4343CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynldf_iso.F90

    r9570 r9598  
    4343#  include "vectopt_loop_substitute.h90" 
    4444   !!---------------------------------------------------------------------- 
    45    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     45   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4646   !! $Id$ 
    47    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     47   !! Software governed by the CeCILL licence     (./LICENSE) 
    4848   !!---------------------------------------------------------------------- 
    4949CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynldf_lap_blp.F90

    r9570 r9598  
    2929#  include "vectopt_loop_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$  
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynnxt.F90

    r9570 r9598  
    5858 
    5959   !!---------------------------------------------------------------------- 
    60    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     60   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6161   !! $Id$  
    62    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     62   !! Software governed by the CeCILL licence     (./LICENSE) 
    6363   !!---------------------------------------------------------------------- 
    6464CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynspg.F90

    r9570 r9598  
    4747#  include "vectopt_loop_substitute.h90" 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 4.0 , LODYC-IPSL  (2017) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$  
    51    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence     (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynspg_exp.F90

    r9570 r9598  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynspg_ts.F90

    r9570 r9598  
    8888#  include "vectopt_loop_substitute.h90" 
    8989   !!---------------------------------------------------------------------- 
    90    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     90   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9191   !! $Id$ 
    92    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     92   !! Software governed by the CeCILL licence     (./LICENSE) 
    9393   !!---------------------------------------------------------------------- 
    9494CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynvor.F90

    r9570 r9598  
    9090#  include "vectopt_loop_substitute.h90" 
    9191   !!---------------------------------------------------------------------- 
    92    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     92   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9393   !! $Id$ 
    94    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     94   !! Software governed by the CeCILL licence     (./LICENSE) 
    9595   !!---------------------------------------------------------------------- 
    9696CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynzad.F90

    r9570 r9598  
    3030#  include "vectopt_loop_substitute.h90" 
    3131   !!---------------------------------------------------------------------- 
    32    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     32   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3333   !! $Id$ 
    34    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     34   !! Software governed by the CeCILL licence     (./LICENSE) 
    3535   !!---------------------------------------------------------------------- 
    3636CONTAINS 
  • NEMO/trunk/src/OCE/DYN/dynzdf.F90

    r9570 r9598  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4242   !! $Id$ 
    43    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence (./LICENSE) 
    4444   !!---------------------------------------------------------------------- 
    4545CONTAINS 
  • NEMO/trunk/src/OCE/DYN/sshwzv.F90

    r9570 r9598  
    4646#  include "vectopt_loop_substitute.h90" 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/FLO/flo4rk.F90

    r9570 r9598  
    2929 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$  
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
  • NEMO/trunk/src/OCE/FLO/flo_oce.F90

    r9570 r9598  
    5050 
    5151   !!---------------------------------------------------------------------- 
    52    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     52   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5353   !! $Id$  
    54    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     54   !! Software governed by the CeCILL licence     (./LICENSE) 
    5555   !!---------------------------------------------------------------------- 
    5656CONTAINS 
  • NEMO/trunk/src/OCE/FLO/floats.F90

    r9570 r9598  
    3333 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$  
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/FLO/floblk.F90

    r9570 r9598  
    2323 
    2424   !!---------------------------------------------------------------------- 
    25    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     25   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2626   !! $Id$  
    27    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     27   !! Software governed by the CeCILL licence     (./LICENSE) 
    2828   !!---------------------------------------------------------------------- 
    2929CONTAINS 
  • NEMO/trunk/src/OCE/FLO/flodom.F90

    r9570 r9598  
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$  
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/FLO/florst.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 3.2 , LODYC-IPSL  (2009) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$ 
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence     (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/FLO/flowri.F90

    r9570 r9598  
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 3.2 , LODYC-IPSL  (2009) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icb_oce.F90

    r9570 r9598  
    144144 
    145145   !!---------------------------------------------------------------------- 
    146    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     146   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    147147   !! $Id$ 
    148    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     148   !! Software governed by the CeCILL licence     (./LICENSE) 
    149149   !!---------------------------------------------------------------------- 
    150150CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbclv.F90

    r9570 r9598  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbdia.F90

    r9570 r9598  
    8888 
    8989   !!---------------------------------------------------------------------- 
    90    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     90   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9191   !! $Id$ 
    92    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     92   !! Software governed by the CeCILL licence     (./LICENSE) 
    9393   !!---------------------------------------------------------------------- 
    9494CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbdyn.F90

    r9570 r9598  
    2525 
    2626   !!---------------------------------------------------------------------- 
    27    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     27   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2828   !! $Id$ 
    29    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     29   !! Software governed by the CeCILL licence     (./LICENSE) 
    3030   !!---------------------------------------------------------------------- 
    3131CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbini.F90

    r9570 r9598  
    4040                                                                           !: used in icbini and icbstp 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence     (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icblbc.F90

    r9570 r9598  
    6464 
    6565   !!---------------------------------------------------------------------- 
    66    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     66   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6767   !! $Id$ 
    68    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     68   !! Software governed by the CeCILL licence     (./LICENSE) 
    6969   !!---------------------------------------------------------------------- 
    7070CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbrst.F90

    r9570 r9598  
    4444 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     46   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4747   !! $Id$ 
    48    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     48   !! Software governed by the CeCILL licence     (./LICENSE) 
    4949   !!---------------------------------------------------------------------- 
    5050CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbstp.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbthm.F90

    r9570 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3434   !! $Id$ 
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbtrj.F90

    r9570 r9598  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$ 
    51    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence     (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353CONTAINS 
  • NEMO/trunk/src/OCE/ICB/icbutl.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/IOM/in_out_manager.F90

    r9570 r9598  
    160160   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    161161   !! $Id$ 
    162    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     162   !! Software governed by the CeCILL licence     (./LICENSE) 
    163163   !!===================================================================== 
    164164END MODULE in_out_manager 
  • NEMO/trunk/src/OCE/IOM/iom.F90

    r9580 r9598  
    8585 
    8686   !!---------------------------------------------------------------------- 
    87    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     87   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8888   !! $Id$ 
    89    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     89   !! Software governed by the CeCILL licence (./LICENSE) 
    9090   !!---------------------------------------------------------------------- 
    9191CONTAINS 
  • NEMO/trunk/src/OCE/IOM/iom_def.F90

    r9570 r9598  
    8080!$AGRIF_END_DO_NOT_TREAT 
    8181   ! 
    82    TYPE(RST_FIELD), PUBLIC :: rst_wfields(max_rst_fields), rst_rfields(max_rst_fields) 
     82   TYPE(RST_FIELD), PUBLIC, SAVE :: rst_wfields(max_rst_fields), rst_rfields(max_rst_fields) 
    8383   ! 
    8484   !!---------------------------------------------------------------------- 
    85    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     85   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8686   !! $Id$ 
    87    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     87   !! Software governed by the CeCILL licence (./LICENSE) 
    8888   !!====================================================================== 
    8989END MODULE iom_def 
  • NEMO/trunk/src/OCE/IOM/iom_nf90.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/IOM/prtctl.F90

    r9570 r9598  
    3535 
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$  
    39    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL licence     (./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
  • NEMO/trunk/src/OCE/IOM/restart.F90

    r9570 r9598  
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence     (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
  • NEMO/trunk/src/OCE/LBC/lbclnk.F90

    r9570 r9598  
    5151 
    5252   !!---------------------------------------------------------------------- 
    53    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     53   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5454   !! $Id$ 
    55    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     55   !! Software governed by the CeCILL licence     (./LICENSE) 
    5656   !!---------------------------------------------------------------------- 
    5757CONTAINS 
     
    103103    
    104104   !!---------------------------------------------------------------------- 
    105    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     105   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    106106   !! $Id$ 
    107    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     107   !! Software governed by the CeCILL licence     (./LICENSE) 
    108108   !!---------------------------------------------------------------------- 
    109109CONTAINS 
  • NEMO/trunk/src/OCE/LBC/lbcnfd.F90

    r9570 r9598  
    5656 
    5757   !!---------------------------------------------------------------------- 
    58    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     58   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5959   !! $Id$ 
    60    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     60   !! Software governed by the CeCILL licence     (./LICENSE) 
    6161   !!---------------------------------------------------------------------- 
    6262CONTAINS 
  • NEMO/trunk/src/OCE/LBC/lib_mpp.F90

    r9570 r9598  
    170170 
    171171   !!---------------------------------------------------------------------- 
    172    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     172   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    173173   !! $Id$ 
    174    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     174   !! Software governed by the CeCILL licence     (./LICENSE) 
    175175   !!---------------------------------------------------------------------- 
    176176CONTAINS 
  • NEMO/trunk/src/OCE/LBC/mppini.F90

    r9570 r9598  
    3737 
    3838   !!---------------------------------------------------------------------- 
    39    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     39   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4040   !! $Id$  
    41    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     41   !! Software governed by the CeCILL licence     (./LICENSE) 
    4242   !!---------------------------------------------------------------------- 
    4343CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldfc1d_c2d.F90

    r9570 r9598  
    3131  
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3434   !! $Id: $ 
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldfdyn.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id$  
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldfslp.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 4.0 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id$ 
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldftra.F90

    r9570 r9598  
    9696#  include "vectopt_loop_substitute.h90" 
    9797   !!---------------------------------------------------------------------- 
    98    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     98   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9999   !! $Id$ 
    100    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     100   !! Software governed by the CeCILL licence     (./LICENSE) 
    101101   !!---------------------------------------------------------------------- 
    102102CONTAINS 
  • NEMO/trunk/src/OCE/OBS/ddatetoymdhms.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/diaobs.F90

    r9570 r9598  
    9797 
    9898   !!---------------------------------------------------------------------- 
    99    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     99   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    100100   !! $Id$ 
    101    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     101   !! Software governed by the CeCILL licence (./LICENSE) 
    102102   !!---------------------------------------------------------------------- 
    103103CONTAINS 
  • NEMO/trunk/src/OCE/OBS/find_obs_proc.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/grt_cir_dis.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/grt_cir_dis_saa.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/linquad.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/maxdist.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/mpp_map.F90

    r9570 r9598  
    2626 
    2727   !!---------------------------------------------------------------------- 
    28    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     28   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2929   !! $Id$ 
    30    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     30   !! Software governed by the CeCILL licence     (./LICENSE) 
    3131   !!---------------------------------------------------------------------- 
    3232CONTAINS 
  • NEMO/trunk/src/OCE/OBS/obs_averg_h2d.F90

    r9570 r9598  
    4444 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     46   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4747   !! $Id: obs_averg_h2d.F90 2715 2011-03-30 15:58:35Z rblod $ 
    48    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     48   !! Software governed by the CeCILL licence (./LICENSE) 
    4949   !!---------------------------------------------------------------------- 
    5050 
  • NEMO/trunk/src/OCE/OBS/obs_const.F90

    r9570 r9598  
    55   !!=====================================================================  
    66   !!---------------------------------------------------------------------- 
    7    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     7   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    88   !! $Id$ 
    9    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     9   !! Software governed by the CeCILL licence (./LICENSE) 
    1010   !!---------------------------------------------------------------------- 
    1111 
  • NEMO/trunk/src/OCE/OBS/obs_conv.F90

    r9570 r9598  
    3535    
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$ 
    39    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL licence (./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141 
  • NEMO/trunk/src/OCE/OBS/obs_conv_functions.h90

    r9570 r9598  
    11    !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/obs_fbm.F90

    r9570 r9598  
    128128 
    129129   !!---------------------------------------------------------------------- 
    130    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     130   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    131131   !! $Id$ 
    132    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     132   !! Software governed by the CeCILL licence (./LICENSE) 
    133133   !!---------------------------------------------------------------------- 
    134134 
  • NEMO/trunk/src/OCE/OBS/obs_grid.F90

    r9570 r9598  
    8686 
    8787   !!---------------------------------------------------------------------- 
    88    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     88   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8989   !! $Id$ 
    90    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     90   !! Software governed by the CeCILL licence (./LICENSE) 
    9191   !!---------------------------------------------------------------------- 
    9292 
  • NEMO/trunk/src/OCE/OBS/obs_inter_h2d.F90

    r9570 r9598  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$ 
    51    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353 
  • NEMO/trunk/src/OCE/OBS/obs_inter_sup.F90

    r9570 r9598  
    2727    
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$ 
    31    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333 
  • NEMO/trunk/src/OCE/OBS/obs_inter_z1d.F90

    r9570 r9598  
    2525 
    2626   !!---------------------------------------------------------------------- 
    27    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     27   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2828   !! $Id$ 
    29    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     29   !! Software governed by the CeCILL licence (./LICENSE) 
    3030   !!---------------------------------------------------------------------- 
    3131 
  • NEMO/trunk/src/OCE/OBS/obs_level_search.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/obs_mpp.F90

    r9570 r9598  
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/OBS/obs_oper.F90

    r9570 r9598  
    3434   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/OBS/obs_prep.F90

    r9570 r9598  
    3434 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id$ 
    38    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040 
  • NEMO/trunk/src/OCE/OBS/obs_profiles.F90

    r9570 r9598  
    66   !!===================================================================== 
    77   !!---------------------------------------------------------------------- 
    8    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     8   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    99   !! $Id$ 
    10    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     10   !! Software governed by the CeCILL licence (./LICENSE) 
    1111   !!---------------------------------------------------------------------- 
    1212 
  • NEMO/trunk/src/OCE/OBS/obs_profiles_def.F90

    r9570 r9598  
    190190 
    191191   !!---------------------------------------------------------------------- 
    192    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     192   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    193193   !! $Id$ 
    194    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     194   !! Software governed by the CeCILL licence (./LICENSE) 
    195195   !!---------------------------------------------------------------------- 
    196196 
  • NEMO/trunk/src/OCE/OBS/obs_read_altbias.F90

    r9570 r9598  
    4242 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$ 
    46    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848 
  • NEMO/trunk/src/OCE/OBS/obs_read_prof.F90

    r9570 r9598  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$ 
    40    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242 
  • NEMO/trunk/src/OCE/OBS/obs_read_surf.F90

    r9570 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3434   !! $Id: obs_read_surf.F90 4990 2014-12-15 16:42:49Z timgraham $ 
    35    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737 
  • NEMO/trunk/src/OCE/OBS/obs_readmdt.F90

    r9570 r9598  
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/OBS/obs_rot_vel.F90

    r9570 r9598  
    2929 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id$ 
    33    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535 
  • NEMO/trunk/src/OCE/OBS/obs_sort.F90

    r9570 r9598  
    2121   
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id$ 
    25    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727 
  • NEMO/trunk/src/OCE/OBS/obs_surf_def.F90

    r9570 r9598  
    114114 
    115115   !!---------------------------------------------------------------------- 
    116    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     116   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    117117   !! $Id$ 
    118    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     118   !! Software governed by the CeCILL licence (./LICENSE) 
    119119   !!---------------------------------------------------------------------- 
    120120 
  • NEMO/trunk/src/OCE/OBS/obs_types.F90

    r9570 r9598  
    4848 
    4949   !!---------------------------------------------------------------------- 
    50    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     50   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5151   !! $Id$ 
    52    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     52   !! Software governed by the CeCILL licence (./LICENSE) 
    5353   !!---------------------------------------------------------------------- 
    5454 
  • NEMO/trunk/src/OCE/OBS/obs_utils.F90

    r9570 r9598  
    3535          
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$ 
    39    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL licence (./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141 
  • NEMO/trunk/src/OCE/OBS/obs_write.F90

    r9570 r9598  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$ 
    51    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353 
  • NEMO/trunk/src/OCE/OBS/obsinter_h2d.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/obsinter_z1d.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/OBS/str_c_to_for.h90

    r9570 r9598  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    33   !! $Id$ 
    4    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     4   !! Software governed by the CeCILL licence (./LICENSE) 
    55   !!---------------------------------------------------------------------- 
    66 
  • NEMO/trunk/src/OCE/SBC/cpl_oasis3.F90

    r9570 r9598  
    8585 
    8686   !!---------------------------------------------------------------------- 
    87    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     87   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8888   !! $Id$ 
    89    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     89   !! Software governed by the CeCILL licence     (./LICENSE) 
    9090   !!---------------------------------------------------------------------- 
    9191CONTAINS 
  • NEMO/trunk/src/OCE/SBC/cyclone.F90

    r9570 r9598  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 3.3 , LOCEAN-IPSL (2010)  
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    4242   !! $Id$  
    4343   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
  • NEMO/trunk/src/OCE/SBC/fldread.F90

    r9570 r9598  
    123123 
    124124   !!---------------------------------------------------------------------- 
    125    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     125   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    126126   !! $Id$ 
    127    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     127   !! Software governed by the CeCILL licence     (./LICENSE) 
    128128   !!---------------------------------------------------------------------- 
    129129CONTAINS 
  • NEMO/trunk/src/OCE/SBC/geo2ocean.F90

    r9570 r9598  
    5353#  include "vectopt_loop_substitute.h90" 
    5454   !!---------------------------------------------------------------------- 
    55    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     55   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5656   !! $Id$  
    57    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     57   !! Software governed by the CeCILL licence     (./LICENSE) 
    5858   !!---------------------------------------------------------------------- 
    5959CONTAINS 
  • NEMO/trunk/src/OCE/SBC/ocealb.F90

    r9570 r9598  
    2020   
    2121   !!---------------------------------------------------------------------- 
    22    !! NEMO/OCE 4.0 , NEMO Consortium (2010) 
     22   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2323   !! $Id: ocealb.F90 8268 2017-07-03 15:01:04Z clem $ 
    24    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     24   !! Software governed by the CeCILL licence     (./LICENSE) 
    2525   !!---------------------------------------------------------------------- 
    2626CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbc_ice.F90

    r9570 r9598  
    108108 
    109109   !!---------------------------------------------------------------------- 
    110    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     110   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    111111   !! $Id$  
    112    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     112   !! Software governed by the CeCILL licence     (./LICENSE) 
    113113   !!---------------------------------------------------------------------- 
    114114CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbc_oce.F90

    r9570 r9598  
    152152#  include "vectopt_loop_substitute.h90" 
    153153   !!---------------------------------------------------------------------- 
    154    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     154   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    155155   !! $Id$ 
    156    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     156   !! Software governed by the CeCILL licence     (./LICENSE) 
    157157   !!---------------------------------------------------------------------- 
    158158CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcapr.F90

    r9570 r9598  
    4141 
    4242   !!---------------------------------------------------------------------- 
    43    !! NEMO/OCE 4.0 , NEMO Consortium (2011)  
     43   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    4444   !! $Id$ 
    45    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     45   !! Software governed by the CeCILL licence     (./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcblk.F90

    r9570 r9598  
    134134#  include "vectopt_loop_substitute.h90" 
    135135   !!---------------------------------------------------------------------- 
    136    !! NEMO/OCE 3.7 , NEMO-consortium (2014) 
     136   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    137137   !! $Id: sbcblk.F90 6416 2016-04-01 12:22:17Z clem $ 
    138    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     138   !! Software governed by the CeCILL licence     (./LICENSE) 
    139139   !!---------------------------------------------------------------------- 
    140140CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbccpl.F90

    r9570 r9598  
    200200#  include "vectopt_loop_substitute.h90" 
    201201   !!---------------------------------------------------------------------- 
    202    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     202   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    203203   !! $Id$ 
    204    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     204   !! Software governed by the CeCILL licence     (./LICENSE) 
    205205   !!---------------------------------------------------------------------- 
    206206CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcdcy.F90

    r9570 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.3 , NEMO-consortium (2010)  
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    3434   !! $Id$  
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcflx.F90

    r9570 r9598  
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 3.3 , NEMO-consortium (2010)  
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence     (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcfwb.F90

    r9570 r9598  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$ 
    46    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence     (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcice_cice.F90

    r9570 r9598  
    8989 
    9090   !!---------------------------------------------------------------------- 
    91    !! NEMO/OCE 3.7 , NEMO-consortium (2015)  
     91   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    9292   !! $Id$ 
    93    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     93   !! Software governed by the CeCILL licence     (./LICENSE) 
    9494   !!---------------------------------------------------------------------- 
    9595CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcice_if.F90

    r9570 r9598  
    3636    
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$ 
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcisf.F90

    r9570 r9598  
    6969    
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 4.0 , LOCEAN-IPSL (2017) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$ 
    7373   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
  • NEMO/trunk/src/OCE/SBC/sbcmod.F90

    r9570 r9598  
    6868 
    6969   !!---------------------------------------------------------------------- 
    70    !! NEMO/OCE 4.0 , NEMO-consortium (2016)  
     70   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    7171   !! $Id$ 
    72    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     72   !! Software governed by the CeCILL licence     (./LICENSE) 
    7373   !!---------------------------------------------------------------------- 
    7474CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcrnf.F90

    r9570 r9598  
    6969  
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$ 
    73    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73   !! Software governed by the CeCILL licence     (./LICENSE) 
    7474   !!---------------------------------------------------------------------- 
    7575CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcssm.F90

    r9570 r9598  
    3232    
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcssr.F90

    r9570 r9598  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5050   !! $Id$ 
    51    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     51   !! Software governed by the CeCILL licence     (./LICENSE) 
    5252   !!---------------------------------------------------------------------- 
    5353CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbctide.F90

    r9570 r9598  
    3333  
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OCE 3.5 , NEMO Consortium (2013) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$ 
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/SBC/sbcwave.F90

    r9570 r9598  
    7474#  include "vectopt_loop_substitute.h90" 
    7575   !!---------------------------------------------------------------------- 
    76    !! NEMO/OCE 3.7 , NEMO Consortium (2014)  
     76   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    7777   !! $Id$ 
    78    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     78   !! Software governed by the CeCILL licence     (./LICENSE) 
    7979   !!---------------------------------------------------------------------- 
    8080CONTAINS 
  • NEMO/trunk/src/OCE/SBC/tide_mod.F90

    r9570 r9598  
    3434 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 3.3 , LOCEAN-IPSL (2010)  
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    3737   !! $Id$  
    3838   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
  • NEMO/trunk/src/OCE/SBC/tideini.F90

    r9570 r9598  
    3939 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 3.5 , NEMO Consortium (2013) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4242   !! $Id$ 
    43    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence     (./LICENSE) 
    4444   !!---------------------------------------------------------------------- 
    4545CONTAINS 
  • NEMO/trunk/src/OCE/SBC/updtide.F90

    r9570 r9598  
    2121   
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2424   !! $Id$ 
    25    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     25   !! Software governed by the CeCILL licence     (./LICENSE) 
    2626   !!---------------------------------------------------------------------- 
    2727CONTAINS 
  • NEMO/trunk/src/OCE/STO/stopar.F90

    r9570 r9598  
    113113 
    114114   !!---------------------------------------------------------------------- 
    115    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     115   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    116116   !! $Id: dynhpg.F90 2528 2010-12-27 17:33:53Z rblod $ 
    117    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     117   !! Software governed by the CeCILL licence     (./LICENSE) 
    118118   !!---------------------------------------------------------------------- 
    119119CONTAINS 
  • NEMO/trunk/src/OCE/STO/stopts.F90

    r9570 r9598  
    2828#  include "vectopt_loop_substitute.h90" 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3131   !! $Id: eosbn2.F90 2528 2010-12-27 17:33:53Z rblod $ 
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
  • NEMO/trunk/src/OCE/STO/storng.F90

    r9570 r9598  
    5858 
    5959   !!---------------------------------------------------------------------- 
    60    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     60   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6161   !! $Id: dynhpg.F90 2528 2010-12-27 17:33:53Z rblod $ 
    62    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     62   !! Software governed by the CeCILL licence     (./LICENSE) 
    6363   !!---------------------------------------------------------------------- 
    6464CONTAINS 
  • NEMO/trunk/src/OCE/TRA/eosbn2.F90

    r9570 r9598  
    180180#  include "vectopt_loop_substitute.h90" 
    181181   !!---------------------------------------------------------------------- 
    182    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     182   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    183183   !! $Id$ 
    184    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     184   !! Software governed by the CeCILL licence     (./LICENSE) 
    185185   !!---------------------------------------------------------------------- 
    186186CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv.F90

    r9570 r9598  
    6969#  include "vectopt_loop_substitute.h90" 
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$ 
    73    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73   !! Software governed by the CeCILL licence     (./LICENSE) 
    7474   !!---------------------------------------------------------------------- 
    7575CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv_cen.F90

    r9570 r9598  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 4.0, NEMO Consortium (2017) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id:$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv_fct.F90

    r9570 r9598  
    4646#  include "vectopt_loop_substitute.h90" 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv_mus.F90

    r9570 r9598  
    4848#  include "vectopt_loop_substitute.h90" 
    4949   !!---------------------------------------------------------------------- 
    50    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     50   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5151   !! $Id$  
    52    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     52   !! Software governed by the CeCILL licence     (./LICENSE) 
    5353   !!---------------------------------------------------------------------- 
    5454CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv_qck.F90

    r9570 r9598  
    4141#  include "vectopt_loop_substitute.h90" 
    4242   !!---------------------------------------------------------------------- 
    43    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     43   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4444   !! $Id$ 
    45    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     45   !! Software governed by the CeCILL licence     (./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traadv_ubs.F90

    r9570 r9598  
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence     (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
  • NEMO/trunk/src/OCE/TRA/trabbc.F90

    r9570 r9598  
    4545  
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$ 
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/TRA/trabbl.F90

    r9570 r9598  
    6969#  include "vectopt_loop_substitute.h90" 
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$ 
    73    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73   !! Software governed by the CeCILL licence     (./LICENSE) 
    7474   !!---------------------------------------------------------------------- 
    7575CONTAINS 
  • NEMO/trunk/src/OCE/TRA/tradmp.F90

    r9570 r9598  
    5454#  include "vectopt_loop_substitute.h90" 
    5555   !!---------------------------------------------------------------------- 
    56    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     56   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5757   !! $Id$  
    58    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     58   !! Software governed by the CeCILL licence     (./LICENSE) 
    5959   !!---------------------------------------------------------------------- 
    6060CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traldf.F90

    r9570 r9598  
    4343   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4444   !! $Id$  
    45    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     45   !! Software governed by the CeCILL licence     (./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traldf_iso.F90

    r9570 r9598  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$ 
    46    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence     (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traldf_lap_blp.F90

    r9570 r9598  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4242   !! $Id$ 
    43    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence     (./LICENSE) 
    4444   !!---------------------------------------------------------------------- 
    4545CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traldf_triad.F90

    r9570 r9598  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$ 
    46    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence     (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848CONTAINS 
  • NEMO/trunk/src/OCE/TRA/tramle.F90

    r9570 r9598  
    5050#  include "vectopt_loop_substitute.h90" 
    5151   !!---------------------------------------------------------------------- 
    52    !! NEMO/OCE 4.0 , NEMO Consortium (2015) 
     52   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5353   !! $Id$ 
    5454   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
  • NEMO/trunk/src/OCE/TRA/tranpc.F90

    r9570 r9598  
    3636#  include "vectopt_loop_substitute.h90" 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 3.6 , NEMO Consortium (2014) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$ 
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/trunk/src/OCE/TRA/tranxt.F90

    r9570 r9598  
    5858#  include "vectopt_loop_substitute.h90" 
    5959   !!---------------------------------------------------------------------- 
    60    !! NEMO/OCE 3.3 , NEMO-Consortium (2010)  
     60   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    6161   !! $Id$ 
    62    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     62   !! Software governed by the CeCILL licence     (./LICENSE) 
    6363   !!---------------------------------------------------------------------- 
    6464CONTAINS 
  • NEMO/trunk/src/OCE/TRA/traqsr.F90

    r9570 r9598  
    6969#  include "vectopt_loop_substitute.h90" 
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$ 
    73    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73   !! Software governed by the CeCILL licence     (./LICENSE) 
    7474   !!---------------------------------------------------------------------- 
    7575CONTAINS 
  • NEMO/trunk/src/OCE/TRA/trasbc.F90

    r9570 r9598  
    4646#  include "vectopt_loop_substitute.h90" 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/TRA/trazdf.F90

    r9570 r9598  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/TRA/zpshde.F90

    r9570 r9598  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$ 
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trd_oce.F90

    r9570 r9598  
    7676   ! 
    7777   !!---------------------------------------------------------------------- 
    78    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     78   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7979   !! $Id$ 
    80    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     80   !! Software governed by the CeCILL licence     (./LICENSE) 
    8181   !!====================================================================== 
    8282END MODULE trd_oce 
  • NEMO/trunk/src/OCE/TRD/trddyn.F90

    r9570 r9598  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdglo.F90

    r9570 r9598  
    5353#  include "vectopt_loop_substitute.h90" 
    5454   !!---------------------------------------------------------------------- 
    55    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     55   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5656   !! $Id$ 
    57    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     57   !! Software governed by the CeCILL licence     (./LICENSE) 
    5858   !!---------------------------------------------------------------------- 
    5959CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdini.F90

    r9570 r9598  
    2828#  include "vectopt_loop_substitute.h90" 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3131   !! $Id$ 
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdken.F90

    r9570 r9598  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4545   !! $Id$ 
    46    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     46   !! Software governed by the CeCILL licence     (./LICENSE) 
    4747   !!---------------------------------------------------------------------- 
    4848CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdmxl.F90

    r9570 r9598  
    6969 
    7070   !!---------------------------------------------------------------------- 
    71    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     71   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7272   !! $Id$  
    73    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     73   !! Software governed by the CeCILL licence     (./LICENSE) 
    7474   !!---------------------------------------------------------------------- 
    7575CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdmxl_oce.F90

    r9570 r9598  
    8282 
    8383   !!---------------------------------------------------------------------- 
    84    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     84   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8585   !! $Id$  
    86    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     86   !! Software governed by the CeCILL licence     (./LICENSE) 
    8787   !!---------------------------------------------------------------------- 
    8888CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdmxl_rst.F90

    r9570 r9598  
    2626 
    2727   !!--------------------------------------------------------------------------------- 
    28    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     28   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2929   !! $Id$ 
    30    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     30   !! Software governed by the CeCILL licence (./LICENSE) 
    3131   !!--------------------------------------------------------------------------------- 
    3232CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdpen.F90

    r9570 r9598  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4141   !! $Id$ 
    42    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     42   !! Software governed by the CeCILL licence     (./LICENSE) 
    4343   !!---------------------------------------------------------------------- 
    4444CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdtra.F90

    r9570 r9598  
    4343#  include "vectopt_loop_substitute.h90" 
    4444   !!---------------------------------------------------------------------- 
    45    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     45   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4646   !! $Id$ 
    47    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     47   !! Software governed by the CeCILL licence     (./LICENSE) 
    4848   !!---------------------------------------------------------------------- 
    4949CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdtrc.F90

    r9570 r9598  
    1717 
    1818   !!---------------------------------------------------------------------- 
    19    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     19   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2020   !! $Id$ 
    21    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     21   !! Software governed by the CeCILL licence (./LICENSE) 
    2222   !!====================================================================== 
    2323END MODULE trdtrc 
  • NEMO/trunk/src/OCE/TRD/trdvor.F90

    r9570 r9598  
    5858#  include "vectopt_loop_substitute.h90" 
    5959   !!---------------------------------------------------------------------- 
    60    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     60   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    6161   !! $Id$  
    62    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     62   !! Software governed by the CeCILL licence     (./LICENSE) 
    6363   !!---------------------------------------------------------------------- 
    6464CONTAINS 
  • NEMO/trunk/src/OCE/TRD/trdvor_oce.F90

    r9570 r9598  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3131   !! $Id$  
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!====================================================================== 
    3434END MODULE trdvor_oce 
  • NEMO/trunk/src/OCE/USR/usrdef_fmask.F90

    r9570 r9598  
    2929#  include "vectopt_loop_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OCE 4.0 , NEMO Consortium  (2016) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3232   !! $Id:$  
    33    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence     (./LICENSE) 
    3434   !!---------------------------------------------------------------------- 
    3535CONTAINS 
  • NEMO/trunk/src/OCE/USR/usrdef_hgr.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id:$  
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence     (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/USR/usrdef_istate.F90

    r9570 r9598  
    2525 
    2626   !!---------------------------------------------------------------------- 
    27    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     27   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2828   !! $Id:$  
    29    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     29   !! Software governed by the CeCILL licence     (./LICENSE) 
    3030   !!---------------------------------------------------------------------- 
    3131CONTAINS 
  • NEMO/trunk/src/OCE/USR/usrdef_nam.F90

    r9570 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     33   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3434   !! $Id:$  
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/USR/usrdef_sbc.F90

    r9570 r9598  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id:$ 
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/USR/usrdef_zgr.F90

    r9570 r9598  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id:$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS              
  • NEMO/trunk/src/OCE/ZDF/zdf_oce.F90

    r9570 r9598  
    5252 
    5353   !!---------------------------------------------------------------------- 
    54    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5555   !! $Id$  
    56    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     56   !! Software governed by the CeCILL licence     (./LICENSE) 
    5757   !!---------------------------------------------------------------------- 
    5858CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfddm.F90

    r9570 r9598  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfdrg.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id: zdfdrg.F90 7753 2017-03-03 11:46:59Z gm $ 
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfevd.F90

    r9570 r9598  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfgls.F90

    r9570 r9598  
    106106#  include "vectopt_loop_substitute.h90" 
    107107   !!---------------------------------------------------------------------- 
    108    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     108   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    109109   !! $Id$ 
    110    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     110   !! Software governed by the CeCILL licence     (./LICENSE) 
    111111   !!---------------------------------------------------------------------- 
    112112CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfiwm.F90

    r9570 r9598  
    5151#  include "vectopt_loop_substitute.h90" 
    5252   !!---------------------------------------------------------------------- 
    53    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     53   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5454   !! $Id: zdfiwm.F90 8093 2017-05-30 08:13:14Z gm $ 
    55    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     55   !! Software governed by the CeCILL licence     (./LICENSE) 
    5656   !!---------------------------------------------------------------------- 
    5757CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfmxl.F90

    r9570 r9598  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$  
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfosm.F90

    r9570 r9598  
    104104   INTEGER :: jdebug = 228 
    105105   !!---------------------------------------------------------------------- 
    106    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     106   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    107107   !! $Id$ 
    108    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     108   !! Software governed by the CeCILL licence     (./LICENSE) 
    109109   !!---------------------------------------------------------------------- 
    110110CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfphy.F90

    r9570 r9598  
    5555 
    5656   !!---------------------------------------------------------------------- 
    57    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     57   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5858   !! $Id: zdfphy.F90 8160 2017-06-10 07:31:34Z gm $ 
    59    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     59   !! Software governed by the CeCILL licence     (./LICENSE) 
    6060   !!---------------------------------------------------------------------- 
    6161CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfric.F90

    r9570 r9598  
    5252#  include "vectopt_loop_substitute.h90" 
    5353   !!---------------------------------------------------------------------- 
    54    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5555   !! $Id$ 
    56    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     56   !! Software governed by the CeCILL licence     (./LICENSE) 
    5757   !!---------------------------------------------------------------------- 
    5858CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfsh2.F90

    r9570 r9598  
    2222    
    2323   !!---------------------------------------------------------------------- 
    24    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     24   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    2525   !! $Id: $ 
    26    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     26   !! Software governed by the CeCILL licence     (./LICENSE) 
    2727   !!---------------------------------------------------------------------- 
    2828CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdfswm.F90

    r9570 r9598  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OCE 4.0 , NEMO Consortium (2017)  
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2018)  
    3131   !! $Id:$ 
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
  • NEMO/trunk/src/OCE/ZDF/zdftke.F90

    r9570 r9598  
    9191#  include "vectopt_loop_substitute.h90" 
    9292   !!---------------------------------------------------------------------- 
    93    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     93   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9494   !! $Id$ 
    95    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     95   !! Software governed by the CeCILL licence     (./LICENSE) 
    9696   !!---------------------------------------------------------------------- 
    9797CONTAINS 
  • NEMO/trunk/src/OCE/lib_cray.f90

    r3680 r9598  
    66!  wheneq 
    77!!---------------------------------------------------------------------- 
    8 !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     8!!  OPA 9.0 , NEMO Consortium (2018)  
    99!! $Id$  
    1010!! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
  • NEMO/trunk/src/OCE/lib_fortran.F90

    r9570 r9598  
    5656 
    5757   !!---------------------------------------------------------------------- 
    58    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     58   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5959   !! $Id$ 
    60    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     60   !! Software governed by the CeCILL licence     (./LICENSE) 
    6161   !!---------------------------------------------------------------------- 
    6262CONTAINS 
  • NEMO/trunk/src/OCE/module_example

    r9570 r9598  
    5151#  include "exampl_substitute.h90" 
    5252   !!---------------------------------------------------------------------- 
    53    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     53   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5454   !! $Id$  
    55    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     55   !! Software governed by the CeCILL licence     (./LICENSE) 
    5656   !!---------------------------------------------------------------------- 
    5757CONTAINS 
  • NEMO/trunk/src/OCE/nemo.f90

    r9570 r9598  
    1111   USE nemogcm   ! NEMO system   (nemo_gcm routine) 
    1212   !!---------------------------------------------------------------------- 
    13    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     13   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    1414   !! $Id$  
    15    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     15   !! Software governed by the CeCILL licence     (./LICENSE) 
    1616   !!---------------------------------------------------------------------- 
    1717   ! 
  • NEMO/trunk/src/OCE/nemogcm.F90

    r9570 r9598  
    102102   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    103103   !! $Id$ 
    104    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     104   !! Software governed by the CeCILL licence     (./LICENSE) 
    105105   !!---------------------------------------------------------------------- 
    106106CONTAINS 
  • NEMO/trunk/src/OCE/oce.F90

    r9570 r9598  
    6868 
    6969   !!---------------------------------------------------------------------- 
    70    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     70   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7171   !! $Id$  
    72    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     72   !! Software governed by the CeCILL licence     (./LICENSE) 
    7373   !!---------------------------------------------------------------------- 
    7474CONTAINS 
  • NEMO/trunk/src/OCE/par_kind.F90

    r2528 r9598  
    3434 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO 3.3 , NEMO Consortium (2010) 
     36   !! NEMO 3.3 , NEMO Consortium (2018) 
    3737   !! $Id$  
    38    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence     (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040END MODULE par_kind 
  • NEMO/trunk/src/OCE/par_oce.F90

    r9570 r9598  
    7777 
    7878   !!---------------------------------------------------------------------- 
    79    !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
     79   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8080   !! $Id$  
    81    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     81   !! Software governed by the CeCILL licence (./LICENSE) 
    8282   !!====================================================================== 
    8383END MODULE par_oce 
  • NEMO/trunk/src/OCE/step.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence     (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/step_oce.F90

    r9596 r9598  
    116116#endif 
    117117   !!---------------------------------------------------------------------- 
    118    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     118   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    119119   !! $Id$ 
    120    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     120   !! Software governed by the CeCILL licence     (./LICENSE) 
    121121   !!====================================================================== 
    122122END MODULE step_oce 
  • NEMO/trunk/src/OCE/stpctl.F90

    r9570 r9598  
    3434   INTEGER  ::   idrun, idtime, idssh, idu, ids, istatus 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     36   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3737   !! $Id$ 
    38    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     38   !! Software governed by the CeCILL licence (./LICENSE) 
    3939   !!---------------------------------------------------------------------- 
    4040CONTAINS 
  • NEMO/trunk/src/OCE/timing.F90

    r9570 r9598  
    7777   LOGICAL :: lwriter 
    7878   !!---------------------------------------------------------------------- 
    79    !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
     79   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8080   !! $Id$ 
    81    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     81   !! Software governed by the CeCILL licence     (./LICENSE) 
    8282   !!---------------------------------------------------------------------- 
    8383CONTAINS 
  • NEMO/trunk/src/OCE/trc_oce.F90

    r9570 r9598  
    4444#endif 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     46   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4747   !! $Id$  
    48    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     48   !! Software governed by the CeCILL licence     (./LICENSE) 
    4949   !!---------------------------------------------------------------------- 
    5050CONTAINS 
  • NEMO/trunk/src/OCE/vectopt_loop_substitute.h90

    r9570 r9598  
    66   !!---------------------------------------------------------------------- 
    77   !!---------------------------------------------------------------------- 
    8    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     8   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    99   !! $Id$  
    10    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     10   !! Software governed by the CeCILL licence (./LICENSE) 
    1111   !!---------------------------------------------------------------------- 
    1212#if defined key_vectopt_loop 
Note: See TracChangeset for help on using the changeset viewer.