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.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.F90

    r1240 r1270  
    145145               &                      qla_ice   , dqns_ice  , dqla_ice  ,               & 
    146146               &                      tprecip   , sprecip   ,                           & 
    147                &                      fr1_i0    , fr2_i0    , cl_grid  ) 
     147               &                      fr1_i0    , fr2_i0    , cl_grid, jpl  ) 
    148148            !          
    149149         CASE( 4 )                                       ! CORE bulk formulation 
     
    152152               &                      qla_ice  , dqns_ice  , dqla_ice  ,               & 
    153153               &                      tprecip  , sprecip   ,                           & 
    154                &                      fr1_i0   , fr2_i0    , cl_grid  ) 
     154               &                      fr1_i0   , fr2_i0    , cl_grid, jpl  ) 
    155155         END SELECT 
    156156 
Note: See TracChangeset for help on using the changeset viewer.