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 2528 for trunk/NEMOGCM/NEMO/LIM_SRC_3/limthd_dif.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (14 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/LIM_SRC_3/limthd_dif.F90

    r2477 r2528  
    11MODULE limthd_dif 
    2 #if defined key_lim3 
    3    !!---------------------------------------------------------------------- 
    4    !!   'key_lim3'                                      LIM3 sea-ice model 
    5    !!---------------------------------------------------------------------- 
    62   !!====================================================================== 
    73   !!                       ***  MODULE limthd_dif *** 
     
    95   !!                   computation of surface and inner T   
    106   !!====================================================================== 
    11  
    127   !!---------------------------------------------------------------------- 
    13    !! * Modules used 
     8#if defined key_lim3 
     9   !!---------------------------------------------------------------------- 
     10   !!   'key_lim3'                                      LIM3 sea-ice model 
     11   !!---------------------------------------------------------------------- 
    1412   USE par_oce          ! ocean parameters 
    1513   USE phycst           ! physical constants (ocean directory)  
     
    2321   PRIVATE 
    2422 
    25    !! * Routine accessibility 
    26    PUBLIC lim_thd_dif        ! called by lim_thd 
    27  
    28    !! * Module variables 
     23   PUBLIC   lim_thd_dif   ! called by lim_thd 
     24 
    2925   REAL(wp)  ::           &  ! constant values 
    3026      epsi20 = 1e-20   ,  & 
     
    3430 
    3531   !!---------------------------------------------------------------------- 
    36    !!   LIM 3.0,  UCL-LOCEAN-IPSL (2005) 
     32   !! NEMO/LIM3 3.3 , UCL - NEMO Consortium (2010) 
    3733   !! $Id$ 
    38    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     34   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    3935   !!---------------------------------------------------------------------- 
    40  
    4136CONTAINS 
    4237 
     
    870865   END SUBROUTINE lim_thd_dif 
    871866#endif 
     867   !!====================================================================== 
    872868END MODULE limthd_dif 
Note: See TracChangeset for help on using the changeset viewer.