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 7814 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/SBC/albedo.F90 – NEMO

Ignore:
Timestamp:
2017-03-20T17:21:42+01:00 (7 years ago)
Author:
clem
Message:

cosmetic changes for better phasing with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/SBC/albedo.F90

    r7607 r7814  
    113113      CASE( 0 ) 
    114114        
    115          !ralb_sf = 0.80       ! dry snow 
    116          !ralb_sm = 0.65       ! melting snow 
    117          !ralb_if = 0.72       ! bare frozen ice 
    118          !ralb_im = ...        ! bare puddled ice  
    119  
    120115         !  Computation of ice albedo (free of snow) 
    121116         WHERE     ( ph_snw == 0._wp .AND. pt_ice >= rt0_ice )   ;   zalb(:,:,:) = ralb_im 
     
    167162      CASE( 1 )  
    168163 
    169 !        ralb_im = ...        ! bare puddled ice 
    170164! compilation of values from literature 
    171165!        ralb_sf = 0.85      ! dry snow 
Note: See TracChangeset for help on using the changeset viewer.