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 1857 for branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2/limthd_2.F90 – NEMO

Ignore:
Timestamp:
2010-05-03T13:59:46+02:00 (14 years ago)
Author:
gm
Message:

ticket:#665 Reverting previous commit and going back to revision 1850

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2/limthd_2.F90

    r1855 r1857  
    22   !!====================================================================== 
    33   !!                  ***  MODULE limthd_2   *** 
    4    !!   LIM 2 ice model : thermodynamics 
     4   !!              LIM thermo ice model : ice thermodynamic 
    55   !!====================================================================== 
    6    !! History :  LIM  ! 2000-01 (UCL) Original code 
     6   !! History :  1.0  ! 2000-01 (LIM) 
    77   !!            2.0  ! 2002-07 (C. Ethe, G. Madec) F90 
    8    !!             -   ! 2003-08 (C. Ethe)  add lim_thd_init 
    9    !!             -   ! 2008-08  (A. Caubel, G. Madec, E. Maisonnave, S. Masson ) generic coupled interface 
     8   !!            2.0  ! 2003-08 (C. Ethe)  add lim_thd_init 
     9   !!             -   ! 2008-2008  (A. Caubel, G. Madec, E. Maisonnave, S. Masson ) generic coupled interface 
    1010   !!--------------------------------------------------------------------- 
    1111#if defined key_lim2 
     
    1313   !!   'key_lim2' :                                  LIM 2.0 sea-ice model 
    1414   !!---------------------------------------------------------------------- 
    15    !!   lim_thd_2      : thermodynamics of sea ice 
     15   !!   lim_thd_2      : thermodynamic of sea ice 
    1616   !!   lim_thd_init_2 : initialisation of sea-ice thermodynamic 
    1717   !!---------------------------------------------------------------------- 
     
    2323   USE lib_mpp 
    2424   USE iom             ! IOM library 
    25    USE ice_2           ! LIM 2 sea-ice variables 
     25   USE ice_2           ! LIM sea-ice variables 
    2626   USE sbc_oce         !  
    2727   USE sbc_ice         !  
    28    USE dom_ice_2       ! LIM 2 sea-ice domain 
     28   USE thd_ice_2       ! LIM thermodynamic sea-ice variables 
     29   USE dom_ice_2       ! LIM sea-ice domain 
    2930   USE limthd_zdf_2 
    3031   USE limthd_lac_2 
     
    4849#  include "domzgr_substitute.h90" 
    4950#  include "vectopt_loop_substitute.h90" 
    50    !!---------------------------------------------------------------------- 
    51    !! NEMO/LIM 3.3,  UCL-LOCEAN-IPSL (2010)  
     51   !!-------- ------------------------------------------------------------- 
     52   !! NEMO/LIM 3.2,  UCL-LOCEAN-IPSL (2009)  
    5253   !! $Id$ 
    5354   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     
    565566   !!   Default option          Dummy module       NO LIM 2.0 sea-ice model 
    566567   !!---------------------------------------------------------------------- 
     568CONTAINS 
     569   SUBROUTINE lim_thd_2         ! Dummy routine 
     570   END SUBROUTINE lim_thd_2 
    567571#endif 
    568572 
Note: See TracChangeset for help on using the changeset viewer.