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 6923 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_sbc.F90 – NEMO

Ignore:
Timestamp:
2016-09-08T11:09:57+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: update comments in usrdef modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_sbc.F90

    r6914 r6923  
    11MODULE usrdef_sbc 
    22   !!====================================================================== 
    3    !!                       ***  MODULE  usrdef_sbc  *** 
     3   !!                       ***  MODULE usrdef_sbc  *** 
    44   !!  
    5    !!                     ===  LOCK_EXCHANGE configuration  === 
     5   !!                  ===  LOCK_EXCHANGE configuration  === 
    66   !! 
    7    !! User defined :    user defined momentum, heat and freshwater forcings   
     7   !! User defined :   surface forcing of a user configuration 
    88   !!====================================================================== 
    99   !! History :  4.0   ! 2016-03  (S. Flavoni, G. Madec)  user defined interface 
     
    2626   PRIVATE 
    2727 
    28    PUBLIC   usr_def_sbc    ! routine called in sbcmod module 
     28   PUBLIC   usr_def_sbc   ! routine called by sbcmod.F90 
    2929 
    3030   !! * Substitutions 
     
    3232   !!---------------------------------------------------------------------- 
    3333   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    34    !! $Id: $ 
     34   !! $Id$ 
    3535   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3636   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.