Last change
on this file since 13286 was
10068,
checked in by nicolasmartin, 3 years ago
|
First part of modifications to have a common default header : fix typos and SVN keywords properties
|
-
Property svn:keywords set to
Id
|
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.