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 8142 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-06-06T09:39:43+02:00 (7 years ago)
Author:
vancop
Message:

Melt pond interfaces practically operational

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7159 r8142  
    2525!----------------------------------------------------------------------- 
    2626   nn_no       =       0   !  job number (no more used...) 
    27    cn_exp      =  "ORCA2"  !  experience name 
     27   cn_exp      =  "ORCA2"   !  experience name 
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =    5475   !  last  time step (std 5475) 
     
    506506&namsbc_alb    !   albedo parameters 
    507507!----------------------------------------------------------------------- 
    508    nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
    509                         !     0: Shine & Henderson-Sellers (JGR 1985) 
    510                         !     1: "home made" based on Brandt et al. (J. Climate 2005) 
    511                         !                         and Grenfell & Perovich (JGR 2004) 
    512    rn_albice   =  0.53  !  albedo of bare puddled ice (values from 0.49 to 0.58) 
    513                         !     0.53 (default) => if nn_ice_alb=0 
    514                         !     0.50 (default) => if nn_ice_alb=1 
     508   nn_ice_alb   =    0   !  parameterization of ice/snow albedo 
     509                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
     510                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
     511                         !        giving cloud-sky albedo 
     512                         !     2: "homme made", "1" rewritten, more naturally based on specific areas of ponds, snow & bare ice 
     513   rn_alb_sdry  =  0.85  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1/2); obs 0.85-0.87 (cloud-sky) 
     514   rn_alb_smlt  =  0.75  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )            ; obs 0.72-0.82 ( '' ) 
     515   rn_alb_idry  =  0.60  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )            ; obs 0.54-0.65 ( '' ) 
     516   rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )            ; obs 0.49-0.58 ( '' ) -> used only if no ponds 
     517   rn_alb_dpnd  =  0.27  !  bare puddled ice albedo : 0.25 ( '' )          ; 0.27 ( '' )            ; obs 0.10-0.30 ( '' ) 
    515518/ 
    516519!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.