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

Changeset 10531 for NEMO/trunk/cfgs


Ignore:
Timestamp:
2019-01-16T14:17:50+01:00 (5 years ago)
Author:
clem
Message:

remove nn_virtual_itd options and replace them by ln_virtual_itd

File:
1 edited

Legend:

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

    r10413 r10531  
    2525   nlay_i           =   2             !  number of ice  layers 
    2626   nlay_s           =   1             !  number of snow layers (only 1 is working) 
    27    nn_virtual_itd   =   0             !  virtual ITD mono-category parameterizations (1-3 => jpl = 1 only) or not (0) 
    28                                       !     2: activate enhanced thermal conductivity only --- temporary option 
    29                                       !     3: activate virtual thin ice melting only      ---  temporary option 
     27   ln_virtual_itd   =   .FALSE.       !  virtual ITD mono-category parameterization (jpl=1 only) 
     28                                      !     i.e. enhanced thermal conductivity & virtual thin ice melting 
    3029   ln_icedyn        = .true.          !  ice dynamics (T) or not (F) 
    3130   ln_icethd        = .true.          !  ice thermo   (T) or not (F) 
     
    6463                                      !          recommended range: ?? L16=15 - home=10 
    6564      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
    66       rn_tensile    =   0.2           !        isotropic tensile strength 
     65      rn_tensile    =   0.2           !        ln_landfast_L16: isotropic tensile strength 
    6766/ 
    6867!------------------------------------------------------------------------------ 
     
    167166                                      !     2: varying salinity parameterization S(z,t) 
    168167                                      !     3: prescribed salinity profile S(z), Schwarzacher, 1959 
    169    rn_icesal        =   4.            !    (nn_icesal=1) ice salinity (g/kg) 
    170    rn_sal_gd        =   5.            !  restoring ice salinity, gravity drainage (g/kg) 
    171    rn_time_gd       =   1.73e+6       !  restoring time scale, gravity drainage  (s) 
    172    rn_sal_fl        =   2.            !  restoring ice salinity, flushing (g/kg) 
    173    rn_time_fl       =   8.64e+5       !  restoring time scale, flushing (s) 
     168   rn_icesal        =   4.            !      (nn_icesal=1) ice salinity (g/kg) 
     169   rn_sal_gd        =   5.            !      (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) 
     170   rn_time_gd       =   1.73e+6       !      (nn_icesal=2) restoring time scale,  gravity drainage  (s) 
     171   rn_sal_fl        =   2.            !      (nn_icesal=2) restoring ice salinity, flushing (g/kg) 
     172   rn_time_fl       =   8.64e+5       !      (nn_icesal=2) restoring time scale,  flushing (s) 
    174173   rn_simax         =  20.            !  maximum tolerated ice salinity (g/kg) 
    175174   rn_simin         =   0.1           !  minimum tolerated ice salinity (g/kg) 
Note: See TracChangeset for help on using the changeset viewer.