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 8962 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/iceforcing.F90 – NEMO

Ignore:
Timestamp:
2017-12-08T16:15:25+01:00 (6 years ago)
Author:
clem
Message:

changes to improve test case SASBIPER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/iceforcing.F90

    r8920 r8962  
    139139      ! 
    140140      CASE( jp_usr )              !--- user defined formulation 
    141                                   CALL usrdef_sbc_ice_flx( kt ) 
     141                                  CALL usrdef_sbc_ice_flx( kt, h_s, h_i ) 
    142142      CASE( jp_blk )              !--- bulk formulation 
    143143                                  CALL blk_ice_flx    ( t_su, h_s, h_i, alb_ice )    !  
Note: See TracChangeset for help on using the changeset viewer.