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 9570 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS – NEMO

Ignore:
Timestamp:
2018-05-11T12:53:25+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for core routines (./NEMO)

  • Folders
    • LIM_SRC_3 -> ICE_SRC
    • OPA_SRC -> OCE_SRC
  • CPP key: key_lim3 -> key_si3
  • Modules, (sub)routines and variables names
    • MPI: mpi_comm_opa -> mpi_comm_oce, MPI_COMM_OPA -> MPI_COMM_OCE, mpi_init_opa -> mpi_init_oce
    • AGRIF: agrif_opa_* -> agrif_oce_*, agrif_lim3_* -> agrif_si3_* and few more
    • TOP-PISCES: p.zlim -> p.zice, namp.zlim -> namp.zice
  • Comments
    • NEMO/OPA -> NEMO/OCE
    • ESIM|LIM3 -> SI3
Location:
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC
Files:
36 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/ddatetoymdhms.h90

    r4990 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/diaobs.F90

    r9354 r9570  
    9797 
    9898   !!---------------------------------------------------------------------- 
    99    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     99   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    100100   !! $Id$ 
    101101   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    324324               &                  lfpindegs, llnightav ) 
    325325         ENDIF 
    326 #if defined key_lim3 || defined key_cice 
     326#if defined key_si3 || defined key_cice 
    327327         IF( ln_sic ) THEN 
    328328            jtype = jtype + 1 
     
    500500      USE oce    , ONLY : tsn, un, vn, sshn   ! Ocean dynamics and tracers variables 
    501501      USE phycst , ONLY : rday                ! Physical constants 
    502 #if defined  key_lim3 
     502#if defined  key_si3 
    503503      USE ice    , ONLY : at_i                ! LIM3 Ice model variables 
    504504#endif 
     
    611611                  CYCLE 
    612612               ELSE 
    613 #if defined key_cice || defined key_lim3 
     613#if defined key_cice || defined key_si3 
    614614                  zsurfvar(:,:) = fr_i(:,:) 
    615615#else 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/find_obs_proc.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/grt_cir_dis.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/grt_cir_dis_saa.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/linquad.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/maxdist.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/mpp_map.F90

    r9523 r9570  
    1414   USE dom_oce , ONLY :   mig, mjg, nldi, nlei, nldj, nlej, nlci, nlcj, narea   ! Ocean space and time domain variables 
    1515#if defined key_mpp_mpi 
    16    USE lib_mpp, ONLY :   mpi_comm_opa   ! MPP library 
     16   USE lib_mpp, ONLY :   mpi_comm_oce   ! MPP library 
    1717#endif 
    1818   USE in_out_manager   ! I/O manager 
     
    2626 
    2727   !!---------------------------------------------------------------------- 
    28    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     28   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    2929   !! $Id$ 
    3030   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    7373      ! Call the MPI library to find the max across processors 
    7474      CALL mpi_allreduce( imppmap, mppmap, jpiglo*jpjglo, mpi_integer,   & 
    75          &                mpi_max, mpi_comm_opa, ierr ) 
     75         &                mpi_max, mpi_comm_oce, ierr ) 
    7676#else       
    7777       
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_averg_h2d.F90

    r9023 r9570  
    4444 
    4545   !!---------------------------------------------------------------------- 
    46    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     46   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4747   !! $Id: obs_averg_h2d.F90 2715 2011-03-30 15:58:35Z rblod $ 
    4848   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_const.F90

    r2287 r9570  
    55   !!=====================================================================  
    66   !!---------------------------------------------------------------------- 
    7    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     7   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    88   !! $Id$ 
    99   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_conv.F90

    r2287 r9570  
    3535    
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3838   !! $Id$ 
    3939   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_conv_functions.h90

    r7646 r9570  
    11    !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_fbm.F90

    r6140 r9570  
    128128 
    129129   !!---------------------------------------------------------------------- 
    130    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     130   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    131131   !! $Id$ 
    132132   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_grid.F90

    r9523 r9570  
    8686 
    8787   !!---------------------------------------------------------------------- 
    88    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     88   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    8989   !! $Id$ 
    9090   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_inter_h2d.F90

    r2715 r9570  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     49   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    5050   !! $Id$ 
    5151   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_inter_sup.F90

    r9523 r9570  
    2727    
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     29   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3030   !! $Id$ 
    3131   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_inter_z1d.F90

    r2287 r9570  
    2525 
    2626   !!---------------------------------------------------------------------- 
    27    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     27   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    2828   !! $Id$ 
    2929   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_level_search.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_mpp.F90

    r9023 r9570  
    2222   USE in_out_manager 
    2323#if defined key_mpp_mpi 
    24    USE lib_mpp, ONLY :   mpi_comm_opa      ! MPP library 
     24   USE lib_mpp, ONLY :   mpi_comm_oce      ! MPP library 
    2525#endif 
    2626   IMPLICIT NONE 
     
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4141   !! $Id$ 
    4242   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    5353      !! 
    5454      !! ** Action  : This does only work for MPI.  
    55       !!              MPI_COMM_OPA needs to be replace for OASIS4.! 
     55      !!              MPI_COMM_OCE needs to be replace for OASIS4.! 
    5656      !! 
    5757      !! References : http://www.mpi-forum.org 
     
    7070      ! Call the MPI library to broadcast data 
    7171      CALL mpi_bcast( kvals, kno, mpi_integer,  & 
    72          &            kroot, mpi_comm_opa, ierr ) 
     72         &            kroot, mpi_comm_oce, ierr ) 
    7373#else 
    7474      ! no MPI: empty routine 
     
    8888      !! ** Action  : This does only work for MPI.  
    8989      !!              It does not work for SHMEM. 
    90       !!              MPI_COMM_OPA needs to be replace for OASIS4.! 
     90      !!              MPI_COMM_OCE needs to be replace for OASIS4.! 
    9191      !! 
    9292      !! References : http://www.mpi-forum.org 
     
    105105      ! Call the MPI library to find the maximum across processors 
    106106      CALL mpi_allreduce( kvals, ivals, kno, mpi_integer,   & 
    107          &                mpi_max, mpi_comm_opa, ierr ) 
     107         &                mpi_max, mpi_comm_oce, ierr ) 
    108108      kvals(:) = ivals(:) 
    109109#else 
     
    203203      !----------------------------------------------------------------------- 
    204204      CALL mpi_allreduce( kvalsin, kvalsout, kno, mpi_integer, & 
    205          &                mpi_sum, mpi_comm_opa, ierr ) 
     205         &                mpi_sum, mpi_comm_oce, ierr ) 
    206206#else 
    207207      !----------------------------------------------------------------------- 
     
    241241      !----------------------------------------------------------------------- 
    242242      CALL mpi_allreduce( kvalin, kvalout, 1, mpi_integer,   & 
    243          &                mpi_sum, mpi_comm_opa, ierr ) 
     243         &                mpi_sum, mpi_comm_oce, ierr ) 
    244244#else 
    245245      !----------------------------------------------------------------------- 
     
    286286 
    287287      CALL mpi_allreduce( zcp, pval, jpiglo*jpjglo, mpivar, & 
    288          &                mpi_max, mpi_comm_opa, ierr ) 
     288         &                mpi_max, mpi_comm_oce, ierr ) 
    289289 
    290290      DEALLOCATE( & 
     
    326326      CALL mpi_alltoall( kvalsin,  kno, mpi_integer, & 
    327327         &               kvalsout, kno, mpi_integer, & 
    328          &               mpi_comm_opa, ierr ) 
     328         &               mpi_comm_oce, ierr ) 
    329329#else 
    330330      !----------------------------------------------------------------------- 
     
    378378      CALL mpi_alltoallv( kvalsin,  kinv,  isdsp, mpi_integer, & 
    379379         &                kvalsout, koutv, irdsp, mpi_integer, & 
    380          &                mpi_comm_opa, ierr ) 
     380         &                mpi_comm_oce, ierr ) 
    381381#else 
    382382      !----------------------------------------------------------------------- 
     
    432432      CALL mpi_alltoallv( pvalsin,  kinv,  isdsp, mpivar, & 
    433433         &                pvalsout, koutv, irdsp, mpivar, & 
    434          &                mpi_comm_opa, ierr ) 
     434         &                mpi_comm_oce, ierr ) 
    435435#else 
    436436      !----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_oper.F90

    r9490 r9570  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OPA 4.0 , NEMO Consortium (2018) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$ 
    3636   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_prep.F90

    r9490 r9570  
    3434 
    3535   !!---------------------------------------------------------------------- 
    36    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     36   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3737   !! $Id$ 
    3838   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_profiles.F90

    r2733 r9570  
    66   !!===================================================================== 
    77   !!---------------------------------------------------------------------- 
    8    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     8   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    99   !! $Id$ 
    1010   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_profiles_def.F90

    r9023 r9570  
    190190 
    191191   !!---------------------------------------------------------------------- 
    192    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     192   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    193193   !! $Id$ 
    194194   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_read_altbias.F90

    r9125 r9570  
    4242 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     44   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4545   !! $Id$ 
    4646   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_read_prof.F90

    r9023 r9570  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     38   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3939   !! $Id$ 
    4040   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_read_surf.F90

    r9023 r9570  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     33   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3434   !! $Id: obs_read_surf.F90 4990 2014-12-15 16:42:49Z timgraham $ 
    3535   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_readmdt.F90

    r9125 r9570  
    3838 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     40   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4141   !! $Id$ 
    4242   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_rot_vel.F90

    r9125 r9570  
    2929 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     31   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3232   !! $Id$ 
    3333   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_sort.F90

    r2287 r9570  
    2121   
    2222   !!---------------------------------------------------------------------- 
    23    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     23   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    2424   !! $Id$ 
    2525   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_surf_def.F90

    r9023 r9570  
    114114 
    115115   !!---------------------------------------------------------------------- 
    116    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     116   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    117117   !! $Id$ 
    118118   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_types.F90

    r6140 r9570  
    4848 
    4949   !!---------------------------------------------------------------------- 
    50    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     50   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    5151   !! $Id$ 
    5252   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_utils.F90

    r2715 r9570  
    3535          
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3838   !! $Id$ 
    3939   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obs_write.F90

    r9023 r9570  
    4747 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     49   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    5050   !! $Id$ 
    5151   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obsinter_h2d.h90

    r9023 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/obsinter_z1d.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/OBS/str_c_to_for.h90

    r2287 r9570  
    11   !!---------------------------------------------------------------------- 
    2    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     2   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    33   !! $Id$ 
    44   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.