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/NST_SRC/agrif_oce_interp.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 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/NST_SRC/agrif_oce_interp.F90

    r9565 r9570  
    1 MODULE agrif_opa_interp 
     1MODULE agrif_oce_interp 
    22   !!====================================================================== 
    3    !!                   ***  MODULE  agrif_opa_interp  *** 
     3   !!                   ***  MODULE  agrif_oce_interp  *** 
    44   !! AGRIF: interpolation package for the ocean dynamics (OPA) 
    55   !!====================================================================== 
     
    3131   ! 
    3232   USE in_out_manager 
    33    USE agrif_opa_sponge 
     33   USE agrif_oce_sponge 
    3434   USE lib_mpp 
    3535  
     
    14061406   !!---------------------------------------------------------------------- 
    14071407CONTAINS 
    1408    SUBROUTINE Agrif_OPA_Interp_empty 
    1409       WRITE(*,*)  'agrif_opa_interp : You should not have seen this print! error?' 
    1410    END SUBROUTINE Agrif_OPA_Interp_empty 
     1408   SUBROUTINE Agrif_OCE_Interp_empty 
     1409      WRITE(*,*)  'agrif_oce_interp : You should not have seen this print! error?' 
     1410   END SUBROUTINE Agrif_OCE_Interp_empty 
    14111411#endif 
    14121412 
    14131413   !!====================================================================== 
    1414 END MODULE agrif_opa_interp 
     1414END MODULE agrif_oce_interp 
Note: See TracChangeset for help on using the changeset viewer.