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.
nemo.f90 in branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/nemo.f90 @ 9570

Last change on this file since 9570 was 9570, checked in by nicolasmartin, 6 years ago

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
  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1PROGRAM nemo
2   !!======================================================================
3   !!                     ***  PROGRAM nemo  ***
4   !!
5   !! ** Purpose :   encapsulate nemo_gcm so that it can also be called
6   !!              together with the linear tangent and adjoint models
7   !!======================================================================
8   !! History :   OPA  ! 2001-02  (M. Imbard, A. Weaver)  Original code
9   !!   NEMO      1.0  ! 2003-10  (G. Madec) F90
10   !!----------------------------------------------------------------------
11   USE nemogcm   ! NEMO system   (nemo_gcm routine)
12   !!----------------------------------------------------------------------
13   !! NEMO/OCE 3.3 , NEMO Consortium (2010)
14   !! $Id$
15   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
16   !!----------------------------------------------------------------------
17   !
18   CALL nemo_gcm           ! NEMO direct code
19   !
20   !!======================================================================
21END PROGRAM nemo
Note: See TracBrowser for help on using the repository browser.