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/LDF – 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:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/LDF/ldfc1d_c2d.F90

    r9490 r9570  
    3131  
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OPA 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
    3434   !! $Id: $ 
    3535   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/LDF/ldfdyn.F90

    r9526 r9570  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
    7878   !! $Id$  
    7979   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/LDF/ldfslp.F90

    r9490 r9570  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OPA 4.0 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2014) 
    7878   !! $Id$ 
    7979   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/LDF/ldftra.F90

    r9526 r9570  
    9696#  include "vectopt_loop_substitute.h90" 
    9797   !!---------------------------------------------------------------------- 
    98    !! NEMO/OPA 3.7 , NEMO Consortium (2015) 
     98   !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
    9999   !! $Id$ 
    100100   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.