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 2208 for branches/DEV_r2191_3partymerge2010/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T11:20:53+02:00 (14 years ago)
Author:
rblod
Message:

Put FCM NEMO code changes in DEV_r2191_3partymerge2010 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2191_3partymerge2010/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r1715 r2208  
    1919   !!---------------------------------------------------------------------- 
    2020   USE oce             ! ocean dynamics and tracers 
    21    USE c1d             ! 1d configuration 
    2221   USE dom_oce         ! ocean space and time domain 
    2322   USE lib_mpp 
     
    6564   !! NEMO/LIM 3.0 , UCL-LOCEAN-IPSL  (2008) 
    6665   !! $Id$ 
    67    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     66   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    6867   !!---------------------------------------------------------------------- 
    6968 
     
    196195         IF( ln_nicep )   CALL lim_prt_state( jiindx, jjindx, 1, ' - Beginning the time step - ' )   ! control print 
    197196         ! 
    198          IF( .NOT. lk_c1d ) THEN                     ! Ice dynamics & transport (not in 1D case) 
     197#if ! defined key_c1d 
     198         ! Ice dynamics & transport (not in 1D case) 
    199199                          CALL lim_dyn( kt )              ! Ice dynamics    ( rheology/dynamics ) 
    200200                          CALL lim_trp( kt )              ! Ice transport   ( Advection/diffusion ) 
     
    203203         IF( ln_nicep )   CALL lim_prt_state( jiindx, jjindx,-1, ' - ice dyn & trp - ' )   ! control print 
    204204                          CALL lim_itd_me                 ! Mechanical redistribution ! (ridging/rafting) 
    205          ENDIF 
     205#endif 
    206206         ! 
    207207         !                                           ! Ice thermodynamics  
Note: See TracChangeset for help on using the changeset viewer.