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 4859 for branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2014-11-14T21:43:49+01:00 (9 years ago)
Author:
smasson
Message:

dev_4728_CNRS04_coupled_interface: cleaning of the coupling interface for OASIS3-MCT. 2

File:
1 edited

Legend:

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

    r4621 r4859  
    206206           IF( ln_limdmp ) CALL lim_dmp_2      ( kt )      ! Ice damping  
    207207         END IF 
    208 #if defined key_coupled 
    209208         !                                             ! Ice surface fluxes in coupled mode  
    210209         IF( ksbc == 5 )   THEN 
     
    215214            sprecip(:,:) = - emp_ice(:,:)   ! Ugly patch, WARNING, in coupled mode, sublimation included in snow (parsub = 0.) 
    216215         ENDIF 
    217 #endif 
    218216                           CALL lim_thd_2      ( kt )      ! Ice thermodynamics  
    219217                           CALL lim_sbc_flx_2  ( kt )      ! update surface ocean mass, heat & salt fluxes  
Note: See TracChangeset for help on using the changeset viewer.