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.
model.f90 in tags/nemo_dev_x3/NEMO/OPA_SRC – NEMO

source: tags/nemo_dev_x3/NEMO/OPA_SRC/model.f90 @ 105

Last change on this file since 105 was 105, checked in by cvs2svn, 20 years ago

This commit was manufactured by cvs2svn to create tag 'nemo_dev_x3'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 799 bytes
Line 
1PROGRAM model
2   !!----------------------------------------------------------------------
3   !!                     ***  PROGRAM model  ***
4   !!
5   !! ** Purpose :   encapsulate the opa model so that opa can also be
6   !!      called together with the adjoint and linear tangent models
7   !!
8   !! History :
9   !!   8.0  !  01-02  (M. Imbard, A. Weaver)  Original code
10   !!   9.0  !  03-10  (G. Madec) F90
11   !!----------------------------------------------------------------------
12   USE opa                  ! OPA system     (opa_model routine)
13   !!----------------------------------------------------------------------
14   !!  OPA 8.5, LODYC-IPSL (2002)
15   !!----------------------------------------------------------------------
16 
17   CALL opa_model           ! OPA system
18 
19END PROGRAM model
Note: See TracBrowser for help on using the repository browser.