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 12382 for NEMO/branches/UKMO/NEMO_4.0_add_pond_lids_prints/src/ICE/icesbc.F90 – NEMO

Ignore:
Timestamp:
2020-02-13T16:36:44+01:00 (4 years ago)
Author:
dancopsey
Message:

Add pond lid code that does most of the science.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_add_pond_lids_prints/src/ICE/icesbc.F90

    r10888 r12382  
    128128 
    129129      ! --- cloud-sky and overcast-sky ice albedos --- ! 
    130       CALL ice_alb( t_su, h_i, h_s, ln_pnd_alb, a_ip_frac, h_ip, zalb_cs, zalb_os ) 
     130      CALL ice_alb( t_su, h_i, h_s, ln_pnd_alb, a_ip_frac, h_ip, lh_ip, zalb_cs, zalb_os ) 
    131131 
    132132      ! albedo depends on cloud fraction because of non-linear spectral effects 
Note: See TracChangeset for help on using the changeset viewer.