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 1479 for trunk/NEMO/LIM_SRC_2 – NEMO

Changeset 1479 for trunk/NEMO/LIM_SRC_2


Ignore:
Timestamp:
2009-07-03T15:29:08+02:00 (15 years ago)
Author:
smasson
Message:

correction of a bug introduced in changeset:1474, see ticket:444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limsbc_2.F90

    r1474 r1479  
    284284         tn_ice(:,:,1) = sist(:,:)          ! sea-ice surface temperature        
    285285         ! Computation of snow/ice and ocean albedo 
    286          CALL albedo_ice( tn_ice(:,:,1), reshape( hicif, (/jpi,jpj,1/) ), reshape( hsnif, (/jpi,jpj,1/) ), zalbp, zalb ) 
     286         CALL albedo_ice( tn_ice, reshape( hicif, (/jpi,jpj,1/) ), reshape( hsnif, (/jpi,jpj,1/) ), zalbp, zalb ) 
    287287         alb_ice(:,:,1) =  0.5 * ( zalbp(:,:,1) + zalb (:,:,1) )   ! Ice albedo (mean clear and overcast skys) 
    288288      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.