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 9986 – NEMO

Changeset 9986


Ignore:
Timestamp:
2018-07-23T11:22:03+02:00 (6 years ago)
Author:
vancop
Message:

fix pond depth dependence of sea ice albedo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icealb.F90

    r9929 r9986  
    110110      IF( ln_timing )   CALL timing_start('icealb') 
    111111      ! 
    112       z1_href_pnd = 0.05 
     112      z1_href_pnd = 1. / 0.05 
    113113      z1_c1 = 1. / ( LOG(1.5) - LOG(0.05) )  
    114114      z1_c2 = 1. / 0.05 
Note: See TracChangeset for help on using the changeset viewer.