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/ICE_SRC/icedyn_adv.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
Location:
branches/2017/dev_merge_2017/NEMOGCM/NEMO/ICE_SRC
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/ICE_SRC/icedyn_adv.F90

    r9169 r9570  
    22   !!====================================================================== 
    33   !!                       ***  MODULE icedyn_adv   *** 
    4    !!   ESIM : sea-ice advection 
     4   !!   SI3 : sea-ice advection 
    55   !!====================================================================== 
    66   !! History : LIM-2 ! 2000-01 (M.A. Morales Maqueda, H. Goosse, and T. Fichefet)  Original code 
     
    88   !!            4.0  ! 2011-02 (G. Madec) dynamical allocation 
    99   !!---------------------------------------------------------------------- 
    10 #if defined key_lim3 
     10#if defined key_si3 
    1111   !!---------------------------------------------------------------------- 
    12    !!   'key_lim3'                                       ESIM sea-ice model 
     12   !!   'key_si3'                                       SI3 sea-ice model 
    1313   !!---------------------------------------------------------------------- 
    1414   !!   ice_dyn_adv   : advection of sea ice variables 
     
    166166#else 
    167167   !!---------------------------------------------------------------------- 
    168    !!   Default option         Empty Module           NO ESIM sea-ice model 
     168   !!   Default option         Empty Module           NO SI3 sea-ice model 
    169169   !!---------------------------------------------------------------------- 
    170170#endif 
Note: See TracChangeset for help on using the changeset viewer.