source:
NEMO/branches/UKMO/NEMO_4.0.4_mirror/src/OCE/nemo.f90
@
14074
Last change on this file since 14074 was 10068, checked in by nicolasmartin, 6 years ago | |
---|---|
|
|
File size: 1.0 KB |
Line | |
---|---|
1 | PROGRAM 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 4.0 , NEMO Consortium (2018) |
14 | !! $Id$ |
15 | !! Software governed by the CeCILL license (see ./LICENSE) |
16 | !!---------------------------------------------------------------------- |
17 | ! |
18 | CALL nemo_gcm ! NEMO direct code |
19 | ! |
20 | !!====================================================================== |
21 | END PROGRAM nemo |
Note: See TracBrowser
for help on using the repository browser.