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 343 for trunk/NEMO/OFF_SRC/LDF – NEMO

Changeset 343 for trunk/NEMO/OFF_SRC/LDF


Ignore:
Timestamp:
2005-11-16T17:19:34+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_O29:RB: add header for OFFLINE component

Location:
trunk/NEMO/OFF_SRC/LDF
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/LDF/ldfeiv_substitute.h90

    r325 r343  
    55   !! ** purpose :   substitute fsaei. the eddy induced velocity coeff. 
    66   !!      with a constant or 1D or 2D or 3D array, using CPP macro. 
     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 
    711   !!---------------------------------------------------------------------- 
    812#  if defined key_traldf_c3d 
  • trunk/NEMO/OFF_SRC/LDF/ldfslp.F90

    r325 r343  
    4646#  include "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/OFF_SRC/LDF/ldftra.F90

    r325 r343  
    3030#  include "domzgr_substitute.h90" 
    3131#  include "vectopt_loop_substitute.h90" 
    32    !!--------------------------------------------------------------------------------- 
    33    !!   OPA 9.0 , LODYC-IPSL  (2003) 
    34    !!--------------------------------------------------------------------------------- 
     32   !!---------------------------------------------------------------------- 
     33   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     34   !!   $Header$ 
     35   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
     36   !!---------------------------------------------------------------------- 
    3537 
    3638CONTAINS 
  • trunk/NEMO/OFF_SRC/LDF/ldftra_c1d.h90

    r325 r343  
    44 
    55   !!---------------------------------------------------------------------- 
    6    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     6   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     7   !!   $Header$ 
     8   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    79   !!---------------------------------------------------------------------- 
    810 
  • trunk/NEMO/OFF_SRC/LDF/ldftra_c2d.h90

    r325 r343  
    44 
    55   !!---------------------------------------------------------------------- 
    6    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     6   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     7   !!   $Header$ 
     8   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    79   !!---------------------------------------------------------------------- 
    810 
  • trunk/NEMO/OFF_SRC/LDF/ldftra_c3d.h90

    r325 r343  
    44 
    55   !!---------------------------------------------------------------------- 
    6    !!   OPA 9.0 , LODYC-IPSL  (2003) 
     6   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     7   !!   $Header$ 
     8   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    79   !!---------------------------------------------------------------------- 
    810 
  • trunk/NEMO/OFF_SRC/LDF/ldftra_oce.F90

    r325 r343  
    1010   !!   9.0  !  02-11  (G. Madec)  Original code (from common.h) 
    1111   !!---------------------------------------------------------------------- 
    12    !!  OPA 9.0 ,  LODYC-IPSL (2003) 
     12   !!   OPA 9.0 , LOCEAN-IPSL  (2005) 
     13   !!   $Header$ 
     14   !!   This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    1315   !!---------------------------------------------------------------------- 
    1416   !! * Modules used 
  • trunk/NEMO/OFF_SRC/LDF/ldftra_substitute.h90

    r325 r343  
    44   !! ** purpose :   substitute fsaht. the eddy diffusivity coeff. 
    55   !!      with a constant or 1D or 2D or 3D array, using CPP macro. 
     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 
    610   !!---------------------------------------------------------------------- 
    711#if defined key_traldf_c3d 
Note: See TracChangeset for help on using the changeset viewer.