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 6717 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_sbc.F90 – NEMO

Ignore:
Timestamp:
2016-06-17T12:00:46+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: numerous improvement in the user defined interface

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_sbc.F90

    r6595 r6717  
    22   !!====================================================================== 
    33   !!                       ***  MODULE  usrdef_sbc  *** 
    4    !! Ocean forcing:  analytical momentum, heat and freshwater forcings 
     4   !! Ocean forcing:  user defined momentum, heat and freshwater forcings 
     5   !! 
     6   !!                ===     Here  GYRE configuration      === 
     7   !! 
    58   !!===================================================================== 
    6    !! History :  3.0   ! 2006-06  (G. Madec)  Original code 
    7    !!            3.2   ! 2009-07  (G. Madec)  Style only 
    8    !!---------------------------------------------------------------------- 
    9  
    10    !!---------------------------------------------------------------------- 
    11    !!   usr_def_sbc    : user defined surface bounday conditions 
     9   !! History :  4.0   ! 2016-03  (S. Flavoni, G. Madec)  user defined interface 
     10   !!---------------------------------------------------------------------- 
     11 
     12   !!---------------------------------------------------------------------- 
     13   !!   usr_def_sbc    : user defined surface bounday conditions in GYRE case 
    1214   !!---------------------------------------------------------------------- 
    1315   USE oce             ! ocean dynamics and tracers 
     
    2931#  include "vectopt_loop_substitute.h90" 
    3032   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    32    !! $Id:$ 
     33   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     34   !! $Id: $ 
    3335   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3436   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.