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/LDF – 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/LDF
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/LDF/ldfc1d_c2d.F90

    r9570 r9598  
    3131  
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/OCE 4.0 , 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/LDF/ldfdyn.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 3.7 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id$  
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldfslp.F90

    r9570 r9598  
    7575#  include "vectopt_loop_substitute.h90" 
    7676   !!---------------------------------------------------------------------- 
    77    !! NEMO/OCE 4.0 , NEMO Consortium (2014) 
     77   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    7878   !! $Id$ 
    79    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     79   !! Software governed by the CeCILL licence     (./LICENSE) 
    8080   !!---------------------------------------------------------------------- 
    8181CONTAINS 
  • NEMO/trunk/src/OCE/LDF/ldftra.F90

    r9570 r9598  
    9696#  include "vectopt_loop_substitute.h90" 
    9797   !!---------------------------------------------------------------------- 
    98    !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
     98   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    9999   !! $Id$ 
    100    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     100   !! Software governed by the CeCILL licence     (./LICENSE) 
    101101   !!---------------------------------------------------------------------- 
    102102CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.