Last change
on this file since 9598 was
9598,
checked in by nicolasmartin, 3 years ago
|
Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks
|
-
Property svn:keywords set to
Id
|
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 licence (./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.