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/DYN – 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:
17 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/divhor.F90

    r9116 r9570  
    4242#  include "vectopt_loop_substitute.h90" 
    4343   !!---------------------------------------------------------------------- 
    44    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     44   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4545   !! $Id$  
    4646   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynadv.F90

    r9526 r9570  
    4747#  include "vectopt_loop_substitute.h90" 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     49   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    5050   !! $Id$ 
    5151   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynadv_cen2.F90

    r9124 r9570  
    2929#  include "vectopt_loop_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    3232   !! $Id$ 
    3333   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynadv_ubs.F90

    r9124 r9570  
    3535#  include "vectopt_loop_substitute.h90" 
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    3838   !! $Id$ 
    3939   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynhpg.F90

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

    r9019 r9570  
    3838#  include "vectopt_loop_substitute.h90" 
    3939   !!---------------------------------------------------------------------- 
    40    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     40   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4141   !! $Id$  
    4242   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynldf.F90

    r9490 r9570  
    3737#  include "vectopt_loop_substitute.h90" 
    3838   !!---------------------------------------------------------------------- 
    39    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     39   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4040   !! $Id$ 
    4141   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynldf_iso.F90

    r9490 r9570  
    4343#  include "vectopt_loop_substitute.h90" 
    4444   !!---------------------------------------------------------------------- 
    45    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     45   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4646   !! $Id$ 
    4747   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynldf_lap_blp.F90

    r9124 r9570  
    2929#  include "vectopt_loop_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     31   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    3232   !! $Id$  
    3333   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynnxt.F90

    r9361 r9570  
    4949   USE timing         ! Timing 
    5050#if defined key_agrif 
    51    USE agrif_opa_interp 
     51   USE agrif_oce_interp 
    5252#endif 
    5353 
     
    5858 
    5959   !!---------------------------------------------------------------------- 
    60    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     60   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    6161   !! $Id$  
    6262   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynspg.F90

    r9190 r9570  
    4747#  include "vectopt_loop_substitute.h90" 
    4848   !!---------------------------------------------------------------------- 
    49    !! NEMO/OPA 4.0 , LODYC-IPSL  (2017) 
     49   !! NEMO/OCE 4.0 , LODYC-IPSL  (2017) 
    5050   !! $Id$  
    5151   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynspg_exp.F90

    r9124 r9570  
    3232#  include "vectopt_loop_substitute.h90" 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     34   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    3535   !! $Id$ 
    3636   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynspg_ts.F90

    r9554 r9570  
    4848   USE diatmb          ! Top,middle,bottom output 
    4949#if defined key_agrif 
    50    USE agrif_opa_interp ! agrif 
     50   USE agrif_oce_interp ! agrif 
    5151   USE agrif_oce 
    5252#endif 
     
    8888#  include "vectopt_loop_substitute.h90" 
    8989   !!---------------------------------------------------------------------- 
    90    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     90   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    9191   !! $Id$ 
    9292   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynvor.F90

    r9528 r9570  
    9090#  include "vectopt_loop_substitute.h90" 
    9191   !!---------------------------------------------------------------------- 
    92    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     92   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    9393   !! $Id$ 
    9494   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynzad.F90

    r9019 r9570  
    3030#  include "vectopt_loop_substitute.h90" 
    3131   !!---------------------------------------------------------------------- 
    32    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     32   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    3333   !! $Id$ 
    3434   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/dynzdf.F90

    r9490 r9570  
    3939#  include "vectopt_loop_substitute.h90" 
    4040   !!---------------------------------------------------------------------- 
    41    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     41   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4242   !! $Id$ 
    4343   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/DYN/sshwzv.F90

    r9440 r9570  
    2525   USE bdydyn2d       ! bdy_ssh routine 
    2626#if defined key_agrif 
    27    USE agrif_opa_interp 
     27   USE agrif_oce_interp 
    2828#endif 
    2929   ! 
     
    4646#  include "vectopt_loop_substitute.h90" 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     48   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4949   !! $Id$ 
    5050   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.