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 15549 for NEMO/trunk/cfgs – NEMO

Changeset 15549 for NEMO/trunk/cfgs


Ignore:
Timestamp:
2021-11-28T21:00:36+01:00 (2 years ago)
Author:
clem
Message:

commit ice namelist changes to be added to nemo4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ice_ref

    r14247 r15549  
    7373!------------------------------------------------------------------------------ 
    7474          ! -- ice_rdgrft_strength -- ! 
    75    ln_str_H79       = .true.          !  ice strength param.: Hibler_79   => P = pstar*<h>*exp(-c_rhg*A)                       
     75   ln_str_H79       = .true.          !  ice strength param.: Hibler_79   => P = pstar*<h>*exp(-c_rhg*A) 
    7676      rn_pstar      =   2.0e+04       !     ice strength thickness parameter [N/m2] 
    7777      rn_crhg       =  20.0           !     ice strength conc. parameter (-) 
     78   ln_str_R75       = .false.         !  ice strength param.: Rothrock_75 => P = fn of potential energy 
     79      rn_pe_rdg     =  17.0           !     coef accouting for frictional dissipation 
     80   ln_str_CST       = .false.         !  ice strength param.: Constant 
     81      rn_str        =   0.0           !     ice strength value 
     82   ln_str_smooth    = .true.          !  spatial smoothing of the ice strength 
    7883                   ! -- ice_rdgrft -- ! 
     84   ln_distf_lin     = .true.          !  redistribution function of ridged ice: linear (Hibler 1980) 
     85   ln_distf_exp     = .false.         !  redistribution function of ridged ice: exponential => not coded yet 
     86      rn_murdg      =   3.0           !     e-folding scale of ridged ice (m**.5) 
    7987   rn_csrdg         =   0.5           !  fraction of shearing energy contributing to ridging 
    8088              ! -- ice_rdgrft_prep -- ! 
     
    139147   ln_cndflx        = .false.         !  Use conduction flux as surface boundary conditions (i.e. for Jules coupling) 
    140148      ln_cndemulate = .false.         !     emulate conduction flux (if not provided in the inputs) 
    141    nn_qtrice        =   1             !  Solar flux transmitted thru the surface scattering layer: 
     149   nn_qtrice        =   0             !  Solar flux transmitted thru the surface scattering layer: 
    142150                                      !     = 0  Grenfell and Maykut 1977 (depends on cloudiness and is 0 when there is snow)  
    143151                                      !     = 1  Lebrun 2019 (equals 0.3 anytime with different melting/dry snw conductivities) 
     
    268276   rn_alb_imlt      =   0.50          !  bare puddled ice albedo :  0.49 -- 0.58 
    269277   rn_alb_dpnd      =   0.27          !  ponded ice albedo       :  0.10 -- 0.30  
     278   rn_alb_hpiv      =   1.00          !  pivotal ice thickness in m (above which albedo is constant) 
    270279/ 
    271280!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.