Changeset 3120


Ignore:
Timestamp:
02/10/17 10:30:15 (7 years ago)
Author:
cetlod
Message:

Update NEMO namelist parameters to fit with up-to-date NEMO sources

Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg

    r3101 r3120  
    178178&namsbc_alb    !   albedo parameters 
    179179!----------------------------------------------------------------------- 
     180   nn_ice_alb   =    1   !  parameterization of ice/snow albedo 
     181                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
     182                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
     183                         !        giving cloud-sky albedo 
     184   rn_alb_sdry  =  0.85  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     185   rn_alb_smlt  =  0.75  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     186   rn_alb_idry  =  0.60  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     187   rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    180188/ 
    181189!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2_cfg

    r2699 r3120  
    155155&namsbc_alb    !   albedo parameters 
    156156!----------------------------------------------------------------------- 
    157    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    158    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
    159    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    160    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    161    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     157   nn_ice_alb   =    0   !  parameterization of ice/snow albedo 
     158                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
     159                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
     160                         !        giving cloud-sky albedo 
     161   rn_alb_sdry  =  0.80  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     162   rn_alb_smlt  =  0.65  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     163   rn_alb_idry  =  0.72  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     164   rn_alb_imlt  =  0.50  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    162165/ 
    163166!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA1_cfg

    r3101 r3120  
    66&namicerun     !   Share parameters for dynamics/advection/thermo 
    77!----------------------------------------------------------------------- 
     8   cn_icerst_in  = "restart_ice_in" !  suffix of ice restart name (input) 
    89   rn_amax_s     = 0.95             !  maximum tolerated ice concentration SH 
    910   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F) 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA2_cfg

    r3101 r3120  
    66&namicerun     !   Share parameters for dynamics/advection/thermo 
    77!----------------------------------------------------------------------- 
     8   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
    89/ 
    910!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.