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 2435 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2010-11-25T17:33:31+01:00 (13 years ago)
Author:
cetlod
Message:

Improve the 1D vertical configuration in v3.3beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90

    r2370 r2435  
    3939   USE limwri_2 
    4040   USE limrst_2 
     41 
     42   USE c1d              ! 1D vertical configuration 
    4143 
    4244   USE lbclnk           ! lateral boundary condition - MPP link 
     
    179181 
    180182                           CALL lim_rst_opn_2  ( kt )  ! Open Ice restart file 
    181 #if ! defined key_c1d 
    182                                                        ! Ice dynamics & transport (except in 1D case) 
     183         IF( .NOT. lk_c1d ) THEN                       ! Ice dynamics & transport (except in 1D case) 
    183184                           CALL lim_dyn_2      ( kt )      ! Ice dynamics    ( rheology/dynamics ) 
    184185                           CALL lim_trp_2      ( kt )      ! Ice transport   ( Advection/diffusion ) 
    185          IF( ln_limdmp )  CALL lim_dmp_2      ( kt )      ! Ice damping  
    186 #endif 
     186           IF( ln_limdmp ) CALL lim_dmp_2      ( kt )      ! Ice damping  
     187         END IF 
    187188#if defined key_coupled 
    188189         !                                             ! Ice surface fluxes in coupled mode  
Note: See TracChangeset for help on using the changeset viewer.