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