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/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC – NEMO

source: branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/nemo.f90 @ 8485

Last change on this file since 8485 was 6486, checked in by davestorkey, 8 years ago

Remove SVN keywords from UKMO/dev_r5518_GO6_package branch.

File size: 1.0 KB
RevLine 
[2496]1PROGRAM nemo
2   !!======================================================================
3   !!                     ***  PROGRAM nemo  ***
[3]4   !!
[2496]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
[3]10   !!----------------------------------------------------------------------
[2496]11   USE nemogcm   ! NEMO system   (nemo_gcm routine)
[3]12   !!----------------------------------------------------------------------
[2287]13   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
[6486]14   !! $Id$
[2496]15   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt)
[3]16   !!----------------------------------------------------------------------
[2496]17   !
18   CALL nemo_gcm           ! NEMO direct code
19   !
20   !!======================================================================
21END PROGRAM nemo
Note: See TracBrowser for help on using the repository browser.