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 247 for trunk/NEMO/OPA_SRC/OBC – NEMO

Changeset 247 for trunk/NEMO/OPA_SRC/OBC


Ignore:
Timestamp:
2005-03-27T20:35:47+02:00 (19 years ago)
Author:
opalod
Message:

CL : Add CVS Header and CeCILL licence information

Location:
trunk/NEMO/OPA_SRC/OBC
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obc_oce.F90

    r32 r247  
    1818   IMPLICIT NONE 
    1919   PUBLIC 
     20   !!---------------------------------------------------------------------- 
     21   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     22   !! $Header$  
     23   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     24   !!---------------------------------------------------------------------- 
    2025 
    2126   !!---------------------------------------------------------------------- 
  • trunk/NEMO/OPA_SRC/OBC/obc_par.F90

    r78 r247  
    1717   IMPLICIT NONE 
    1818   PUBLIC 
    19  
     19   !!---------------------------------------------------------------------- 
     20   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     21   !! $Header$  
     22   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     23   !!---------------------------------------------------------------------- 
    2024   LOGICAL, PUBLIC, PARAMETER ::   lk_obc = .TRUE.   !: Ocean Boundary Condition flag 
    2125 
  • trunk/NEMO/OPA_SRC/OBC/obc_par_EEL_R5.h90

    r78 r247  
    44   !! open boundary parameter : EEL5 configuration 
    55   !!--------------------------------------------------------------------- 
     6   !!---------------------------------------------------------------------- 
     7   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     8   !! $Header$  
     9   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     10   !!---------------------------------------------------------------------- 
     11 
    612   !! * EAST open boundary 
    713   LOGICAL, PARAMETER ::     &  !: 
  • trunk/NEMO/OPA_SRC/OBC/obc_vectopt_loop_substitute.h90

    r3 r247  
    44   !! ** purpose :   substitute the inner loop starting and inding indices  
    55   !!      to allow unrolling of do-loop using CPP macro. 
     6   !!---------------------------------------------------------------------- 
     7   !!---------------------------------------------------------------------- 
     8   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     9   !! $Header$  
     10   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    611   !!---------------------------------------------------------------------- 
    712#if defined key_vectopt_loop && defined key_obc 
  • trunk/NEMO/OPA_SRC/OBC/obccli.F90

    r3 r247  
    3131#  include "domzgr_substitute.h90" 
    3232   !!----------------------------------------------------------------------------------- 
    33    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     33   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     34   !! $Header$  
     35   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3436   !!----------------------------------------------------------------------------------- 
    3537 
  • trunk/NEMO/OPA_SRC/OBC/obcdom.F90

    r78 r247  
    9494      REAL(wp) ::   zglo(jpiglo,jpjglo) 
    9595      !!--------------------------------------------------------------------- 
    96       !!  OPA 8.5, LODYC-IPSL (2002) 
     96      !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     97      !! $Header$  
     98      !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    9799      !!--------------------------------------------------------------------- 
    98100       
  • trunk/NEMO/OPA_SRC/OBC/obcdta.F90

    r78 r247  
    3636#  include "obc_vectopt_loop_substitute.h90" 
    3737   !!--------------------------------------------------------------------------------- 
    38    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     38   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     39   !! $Header$  
     40   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3941   !!--------------------------------------------------------------------------------- 
    4042 
  • trunk/NEMO/OPA_SRC/OBC/obcdyn.F90

    r78 r247  
    7979 
    8080      !!---------------------------------------------------------------------- 
    81       !!  OPA 8.5, LODYC-IPSL (2002) 
     81      !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     82      !! $Header$  
     83      !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    8284      !!---------------------------------------------------------------------- 
    8385 
  • trunk/NEMO/OPA_SRC/OBC/obcini.F90

    r78 r247  
    2828#  include "obc_vectopt_loop_substitute.h90" 
    2929   !!--------------------------------------------------------------------------------- 
    30    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     30   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     31   !! $Header$  
     32   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3133   !!--------------------------------------------------------------------------------- 
    3234 
  • trunk/NEMO/OPA_SRC/OBC/obcrad.F90

    r78 r247  
    4242#  include "obc_vectopt_loop_substitute.h90" 
    4343   !!--------------------------------------------------------------------------------- 
    44    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     44   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     45   !! $Header$  
     46   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    4547   !!--------------------------------------------------------------------------------- 
    4648 
  • trunk/NEMO/OPA_SRC/OBC/obcrst.F90

    r78 r247  
    2525 
    2626   !!--------------------------------------------------------------------------------- 
    27    !!   OPA 9.0 , LODYC-IPSL   (2003) 
     27   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     28   !! $Header$  
     29   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    2830   !!--------------------------------------------------------------------------------- 
    2931 
  • trunk/NEMO/OPA_SRC/OBC/obcspg.F90

    r78 r247  
    4949#  include "obc_vectopt_loop_substitute.h90" 
    5050   !!---------------------------------------------------------------------- 
    51    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     51   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     52   !! $Header$  
     53   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    5254   !!---------------------------------------------------------------------- 
    5355 
  • trunk/NEMO/OPA_SRC/OBC/obctra.F90

    r78 r247  
    4646#  include "obc_vectopt_loop_substitute.h90" 
    4747   !!--------------------------------------------------------------------------------- 
    48    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     48   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     49   !! $Header$  
     50   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    4951   !!--------------------------------------------------------------------------------- 
    5052 
  • trunk/NEMO/OPA_SRC/OBC/obcvol.F90

    r78 r247  
    2828#  include "obc_vectopt_loop_substitute.h90" 
    2929   !!--------------------------------------------------------------------------------- 
    30    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     30   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     31   !! $Header$  
     32   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3133   !!--------------------------------------------------------------------------------- 
    3234 
Note: See TracChangeset for help on using the changeset viewer.