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.
Changeset 9598 for NEMO/trunk/src/OCE/C1D – NEMO

Ignore:
Timestamp:
2018-05-16T00:47:16+02:00 (6 years ago)
Author:
nicolasmartin
Message:

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

Location:
NEMO/trunk/src/OCE/C1D
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/C1D/c1d.F90

    r9168 r9598  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3434   !! $Id$  
    35    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     35   !! Software governed by the CeCILL licence     (./LICENSE) 
    3636   !!====================================================================== 
    3737CONTAINS 
  • NEMO/trunk/src/OCE/C1D/domc1d.F90

    r9570 r9598  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$  
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL licence     (./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dtauvd.F90

    r9570 r9598  
    3232 
    3333   !!---------------------------------------------------------------------- 
    34    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     34   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3535   !! $Id$  
    36    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     36   !! Software governed by the CeCILL licence     (./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dyncor_c1d.F90

    r9019 r9598  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     35   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3636   !! $Id$  
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL licence     (./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS 
  • NEMO/trunk/src/OCE/C1D/dyndmp.F90

    r9570 r9598  
    4545#  include "vectopt_loop_substitute.h90" 
    4646   !!---------------------------------------------------------------------- 
    47    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     47   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4848   !! $Id$  
    49    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     49   !! Software governed by the CeCILL licence     (./LICENSE) 
    5050   !!---------------------------------------------------------------------- 
    5151CONTAINS 
  • NEMO/trunk/src/OCE/C1D/step_c1d.F90

    r9019 r9598  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/C1D 3.7 , NEMO Consortium (2015) 
     30   !! NEMO/C1D 3.7 , NEMO Consortium (2018) 
    3131   !! $Id$ 
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence     (./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.