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 8515 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2017-09-08T18:19:17+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part5 - very nearly finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8514 r8515  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! LIM3 namelist:   
     2!! ESIM namelist:   
    33!!              1 - Generic parameters                 (namice_run) 
    44!!              2 - Ice thickness discretization       (namice_itd) 
     
    3535!------------------------------------------------------------------------------ 
    3636   rn_himean        =   2.0           !  expected domain-average ice thickness (m) 
     37   rn_himin         =   0.1           !  minimum ice thickness (m) used in remapping 
    3738/ 
    3839!------------------------------------------------------------------------------ 
     
    4647      rn_perdg      =   17.0          !     ridging work divided by pot. energy change in ridging 
    4748                   ! -- ice_rdgrft -- ! 
    48    rn_cs            =   0.5           !  fraction of shearing energy contributing to ridging 
     49   rn_csrdg         =   0.5           !  fraction of shearing energy contributing to ridging 
    4950              ! -- ice_rdgrft_prep -- ! 
    5051   ln_partf_lin     = .false.         !  Linear ridging participation function (Thorndike et al, 1975) 
     
    100101!------------------------------------------------------------------------------ 
    101102   ln_icethd        = .true.            !  ice thermo   (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    102                      ! -- limthd_dif -- ! 
     103                     ! -- icethd_dif -- ! 
    103104   rn_kappa_i       =   1.0             !  radiation attenuation coefficient in sea ice (m-1) 
    104105   ln_cndi_U64      = .false.           !  sea ice thermal conductivity: k = k0 + beta.S/T            (Untersteiner, 1964) 
     
    107108   rn_cnd_s         =   0.31            !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971) 
    108109                                        !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) 
    109                       ! -- limthd_dh -- ! 
     110                      ! -- icethd_dh -- ! 
    110111   ln_icedH         = .true.            !  activate ice thickness change from growing/melting (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    111112   rn_blow_s        =   0.66            !     mesure of snow blowing into the leads 
    112113                                        !     = 1 => no snow blowing, < 1 => some snow blowing 
    113                       ! -- limthd_da -- ! 
     114                      ! -- icethd_da -- ! 
    114115   ln_icedA         = .true.            !  activate lateral melting param. (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    115116      rn_beta       =   1.0             !     coef. beta for lateral melting param. Recommended range=[0.8-1.2] 
     
    120121                                        !      => 6  vs 8m = +40% melting at the peak (A~0.5) 
    121122                                        !         10 vs 8m = -20% melting 
    122                      ! -- limthd_lac -- ! 
     123                     ! -- icethd_lac -- ! 
    123124   ln_icedO         = .true.            !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    124       rn_hinew      =   0.1             !     thickness for new ice formation in open water (m) 
     125      rn_hinew      =   0.1             !     thickness for new ice formation in open water (m), must be larger than rn_hnewice 
    125126      ln_frazil     = .false.           !     Frazil ice parameterization (ice collection as a function of wind) 
    126127         rn_maxfraz =   1.0             !        maximum fraction of frazil ice collecting at the ice base 
    127128         rn_vfraz   =   0.417           !        thresold drift speed for frazil ice collecting at the ice bottom (m/s) 
    128129         rn_Cfraz   =   5.0             !        squeezing coefficient for frazil ice collecting at the ice bottom 
    129                     ! -- limitd_th -- ! 
    130    rn_himin         =   0.1             !  minimum ice thickness (m) used in remapping, must be smaller than rn_hnewice 
    131130                         ! -- icestp -- ! 
    132131   nn_iceflx        =  -1               !  Redistribute heat flux over ice categories 
     
    143142&namice_sal     !   Ice salinity 
    144143!------------------------------------------------------------------------------ 
    145                     ! -- limthd_sal -- ! 
     144                    ! -- icethd_sal -- ! 
    146145   ln_icedS       = .true.             !  activate gravity drainage and flushing (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    147146   nn_icesal      =   2                !  ice salinity option 
     
    171170&namice_ini     !   Ice initialization 
    172171!------------------------------------------------------------------------------ 
    173                      ! -- limistate -- ! 
     172                     ! -- iceistate -- ! 
    174173   ln_iceini      = .true.             !  activate ice initialization (T) or not (F) 
    175174   ln_iceini_file = .false.            !  netcdf file provided for initialization (T) or not (F) 
    176    rn_thres_sst   =   2.0              !  maximum water temperature with initial ice (degC) 
     175   rn_thres_sst   =   2.0              !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 
    177176   rn_hts_ini_n   =   0.3              !  initial real snow thickness (m), North 
    178177   rn_hts_ini_s   =   0.3              !        "            "             South 
Note: See TracChangeset for help on using the changeset viewer.