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/ZDF – 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:
13 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdf_oce.F90

    r9019 r9570  
    5252 
    5353   !!---------------------------------------------------------------------- 
    54    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    5555   !! $Id$  
    5656   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfddm.F90

    r9440 r9570  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
     34   !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
    3535   !! $Id$ 
    3636   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfdrg.F90

    r9526 r9570  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
    7878   !! $Id: zdfdrg.F90 7753 2017-03-03 11:46:59Z gm $ 
    7979   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfevd.F90

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

    r9440 r9570  
    106106#  include "vectopt_loop_substitute.h90" 
    107107   !!---------------------------------------------------------------------- 
    108    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     108   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    109109   !! $Id$ 
    110110   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfiwm.F90

    r9440 r9570  
    5151#  include "vectopt_loop_substitute.h90" 
    5252   !!---------------------------------------------------------------------- 
    53    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     53   !! NEMO/OCE 4.0 , NEMO Consortium (2016) 
    5454   !! $Id: zdfiwm.F90 8093 2017-05-30 08:13:14Z gm $ 
    5555   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfmxl.F90

    r9440 r9570  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    3939   !! $Id$  
    4040   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfosm.F90

    r9367 r9570  
    104104   INTEGER :: jdebug = 228 
    105105   !!---------------------------------------------------------------------- 
    106    !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
     106   !! NEMO/OCE 4.0 , NEMO Consortium (2011) 
    107107   !! $Id$ 
    108108   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfphy.F90

    r9169 r9570  
    2929   USE sbcrnf         ! surface boundary condition: runoff variables 
    3030#if defined key_agrif 
    31    USE agrif_opa_interp   ! interpavm 
     31   USE agrif_oce_interp   ! interpavm 
    3232#endif 
    3333   ! 
     
    5555 
    5656   !!---------------------------------------------------------------------- 
    57    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     57   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    5858   !! $Id: zdfphy.F90 8160 2017-06-10 07:31:34Z gm $ 
    5959   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfric.F90

    r9367 r9570  
    5252#  include "vectopt_loop_substitute.h90" 
    5353   !!---------------------------------------------------------------------- 
    54    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     54   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    5555   !! $Id$ 
    5656   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfsh2.F90

    r9104 r9570  
    2222    
    2323   !!---------------------------------------------------------------------- 
    24    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     24   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    2525   !! $Id: $ 
    2626   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdfswm.F90

    r9019 r9570  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OPA 4.0 , NEMO Consortium (2017)  
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2017)  
    3131   !! $Id:$ 
    3232   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ZDF/zdftke.F90

    r9558 r9570  
    9191#  include "vectopt_loop_substitute.h90" 
    9292   !!---------------------------------------------------------------------- 
    93    !! NEMO/OPA 3.7 , NEMO Consortium (2015) 
     93   !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
    9494   !! $Id$ 
    9595   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.