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/SAS_SRC/nemogcm.F90 – 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r9436 r9570  
    5050 
    5151   !!---------------------------------------------------------------------- 
    52    !! NEMO/OPA 4.0 , NEMO Consortium (2018) 
     52   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    5353   !! $Id$ 
    5454   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    8585      CALL Agrif_Declare_Var_top   !  "      "   "   "      "  TOP 
    8686# endif 
    87 # if defined key_lim3 
    88       CALL Agrif_Declare_Var_lim3  !  "      "   "   "      "  LIM3 
     87# if defined key_si3 
     88      CALL Agrif_Declare_Var_si3  !  "      "   "   "      "  LIM3 
    8989# endif 
    9090#endif 
     
    475475      ierr =        dia_wri_alloc() 
    476476      ierr = ierr + dom_oce_alloc()          ! ocean domain 
    477       ierr = ierr + oce_alloc    ()          ! (tsn...) needed for agrif and/or ESIM and bdy 
     477      ierr = ierr + oce_alloc    ()          ! (tsn...) needed for agrif and/or SI3 and bdy 
    478478      ierr = ierr + bdy_oce_alloc()          ! bdy masks (incl. initialization) 
    479479      ! 
Note: See TracChangeset for help on using the changeset viewer.