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 12894 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2020-05-08T15:40:58+02:00 (4 years ago)
Author:
clem
Message:

add parameterization of radiation from Marion Lebrun (2019)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref

    r12890 r12894  
    102102&namdyn_adv     !   Ice advection 
    103103!------------------------------------------------------------------------------ 
    104    ln_adv_Pra       = .true.         !  Advection scheme (Prather) 
    105    ln_adv_UMx       = .false.          !  Advection scheme (Ultimate-Macho) 
     104   ln_adv_Pra       = .true.          !  Advection scheme (Prather) 
     105   ln_adv_UMx       = .false.         !  Advection scheme (Ultimate-Macho) 
    106106      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    107107/ 
     
    123123   ln_cndflx        = .false.         !  Use conduction flux as surface boundary conditions (i.e. for Jules coupling) 
    124124      ln_cndemulate = .false.         !     emulate conduction flux (if not provided in the inputs) 
     125   nn_qtrice        = 0               !  Solar flux transmitted thru the surface scattering layer: 
     126                                      !     = 0  Grenfell and Maykut 1977 (depends on cloudiness and is 0 when there is snow)  
     127                                      !     = 1  Lebrun 2019 (equals 0.3 anytime with different melting/dry snw conductivities) 
    125128/ 
    126129!------------------------------------------------------------------------------ 
     
    142145   rn_cnd_s         =   0.31          !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971) 
    143146                                      !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) 
    144    rn_kappa_i       =   1.0           !  radiation attenuation coefficient in sea ice [1/m] 
     147   rn_kappa_i       =   1.0           !  radiation attenuation coefficient in sea ice                     [1/m] 
     148   rn_kappa_s       =  10.0           !  nn_qtrice = 0: radiation attenuation coefficient in snow         [1/m] 
     149   rn_kappa_smlt    =   7.0           !  nn_qtrice = 1: radiation attenuation coefficient in melting snow [1/m] 
     150   rn_kappa_sdry    =  10.0           !                 radiation attenuation coefficient in dry snow     [1/m] 
    145151/ 
    146152!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.