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 1270 for trunk/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2009-01-14T19:35:02+01:00 (15 years ago)
Author:
rblod
Message:

Light bug in blk_ice, see ticket #289

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90

    r1239 r1270  
    2121   USE lib_mpp 
    2222   USE ice_2 
     23   USE par_ice_2 
    2324   USE iceini_2 
    2425   USE ice_oce         ! ice variables 
     
    154155               &                      zqla_ice  , zdqns_ice  , zdqla_ice ,             & 
    155156               &                      tprecip   , sprecip    ,                         & 
    156                &                      fr1_i0    , fr2_i0     , cl_grid  ) 
     157               &                      fr1_i0    , fr2_i0     , cl_grid, jpl  ) 
    157158 
    158159         CASE( 4 )           ! CORE bulk formulation 
     
    161162               &                      zqla_ice  , zdqns_ice  , zdqla_ice ,             & 
    162163               &                      tprecip   , sprecip    ,                         & 
    163                &                      fr1_i0    , fr2_i0     , cl_grid  ) 
     164               &                      fr1_i0    , fr2_i0     , cl_grid, jpl  ) 
    164165         CASE( 5 )           ! Coupled formulation : atmosphere-ice stress only (fluxes provided after ice dynamics) 
    165166            CALL sbc_cpl_ice_tau( utaui_ice , vtaui_ice ) 
Note: See TracChangeset for help on using the changeset viewer.