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/IOM – 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:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/IOM/in_out_manager.F90

    r9490 r9570  
    158158 
    159159   !!---------------------------------------------------------------------- 
    160    !! NEMO/OPA 4.0 , NEMO Consortium (2018) 
     160   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    161161   !! $Id$ 
    162162   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/IOM/iom.F90

    r9540 r9570  
    3333   USE trc_oce  , ONLY :   nn_dttrc        !  !: frequency of step on passive tracers 
    3434   USE icb_oce  , ONLY :   nclasses, class_num       !  !: iceberg classes 
    35 #if defined key_lim3 
     35#if defined key_si3 
    3636   USE ice      , ONLY :   jpl 
    3737#endif 
     
    8585 
    8686   !!---------------------------------------------------------------------- 
    87    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     87   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    8888   !! $Id$ 
    8989   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    115115      clname = cdname 
    116116      IF( TRIM(Agrif_CFixed()) /= '0' )   clname = TRIM(Agrif_CFixed())//"_"//TRIM(cdname) 
    117       CALL xios_context_initialize(TRIM(clname), mpi_comm_opa) 
     117      CALL xios_context_initialize(TRIM(clname), mpi_comm_oce) 
    118118      CALL iom_swap( cdname ) 
    119119      llrst_context =  (TRIM(cdname) == TRIM(crxios_context) .OR. TRIM(cdname) == TRIM(cwxios_context)) 
     
    197197          CALL iom_set_axis_attr( "nfloat", (/ (REAL(ji,wp), ji=1,nfloat) /) ) 
    198198# endif 
    199 # if defined key_lim3 
     199# if defined key_si3 
    200200          CALL iom_set_axis_attr( "ncatice", (/ (REAL(ji,wp), ji=1,jpl) /) ) 
    201201          ! SIMIP diagnostics (4 main arctic straits) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/IOM/iom_def.F90

    r9367 r9570  
    8383   ! 
    8484   !!---------------------------------------------------------------------- 
    85    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     85   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    8686   !! $Id$ 
    8787   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/IOM/iom_nf90.F90

    r9540 r9570  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
    4949   !! $Id$ 
    5050   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/IOM/prtctl.F90

    r9440 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/IOM/restart.F90

    r9535 r9570  
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     42   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    4343   !! $Id$ 
    4444   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.