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 881 for branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2008-04-08T11:45:52+02:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: Step I: change cpp ket name key_ice_lim into key_lim2 & change names inside modules with extension _2, see ticket: #110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcmod.F90

    r879 r881  
    2626   USE sbcblk_core     ! surface boundary condition: bulk formulation : CORE 
    2727   USE sbcice_if       ! surface boundary condition: ice-if sea-ice model 
    28    USE sbcice_lim      ! surface boundary condition: LIM sea-ice model 
     28   USE sbcice_lim_2    ! surface boundary condition: LIM 2.0 sea-ice model 
    2929   USE sbccpl          ! surface boundary condition: coupled florulation 
    3030   USE sbcssr          ! surface boundary condition: sea surface restoring 
     
    228228      CASE(  1 )   ;         CALL sbc_ice_if ( kt )                  ! Ice-cover climatology ("Ice-if" model) 
    229229         !                                                           ! (update heat and freshwater fluxes) 
    230       CASE(  2 )   ;         CALL sbc_ice_lim( kt, nsbc )            ! LIM ice model 
     230      CASE(  2 )   ;         CALL sbc_ice_lim_2( kt, nsbc )          ! LIM 2.0 ice model 
    231231      END SELECT                                                     ! (update all fluxes using bulk + LIM) 
    232232 
Note: See TracChangeset for help on using the changeset viewer.