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 3982 for branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90 – NEMO

Ignore:
Timestamp:
2013-07-18T12:44:32+02:00 (11 years ago)
Author:
clem
Message:

bug correction for penetrative solar flux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90

    r3979 r3982  
    185185            zinda          = tms(ji,jj) * (1.0 - MAX( zzero , SIGN( zone , - at_i(ji,jj) ) ) ) 
    186186            ! clem: set up ocean and ice attenuation to 1 (i.e. no attenuation) when there is no ice (zinda = 0) 
    187             iatte(ji,jj) = (1.0 - zinda ) + zinda * iatte(ji,jj) 
    188             oatte(ji,jj) = (1.0 - zinda ) + zinda * oatte(ji,jj) 
     187            !iatte(ji,jj) = (1.0 - zinda ) + zinda * iatte(ji,jj) 
     188            !oatte(ji,jj) = (1.0 - zinda ) + zinda * oatte(ji,jj) 
    189189            !           !  solar irradiance transmission at the mixed layer bottom and used in the lead heat budget 
    190190            !           !  practically no "direct lateral ablation" 
Note: See TracChangeset for help on using the changeset viewer.