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 6684 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2016-06-11T11:24:15+02:00 (8 years ago)
Author:
clem
Message:

update field_def.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r6515 r6684  
    3636&namicediag    !   Diagnostics 
    3737!------------------------------------------------------------------------------ 
    38    ln_limdiahsb   =  .true.         !  check online the heat, mass & salt budgets (T) or not (F) 
     38   ln_limdiahsb   =  .false.        !  check online the heat, mass & salt budgets (T) or not (F) 
    3939   ln_limdiaout   =  .false.        !  output the heat, mass & salt budgets (T) or not (F) 
    4040   ln_icectl      =  .false.        !  ice points output for debug (T or F) 
     
    9292!------------------------------------------------------------------------------ 
    9393                     ! -- limhdf -- ! 
    94    nn_ahi0        =    2            !  horizontal diffusivity computation 
     94   nn_ahi0        =    -1           !  horizontal diffusivity computation 
    9595                                    !    -1: no diffusion (bypass limhdf) 
    9696                                    !     0: use rn_ahi0_ref 
     
    131131   ln_limdO       = .true.          !  activate ice growth in open-water (T) or not (F) => DO NOT TOUCH UNLESS U KNOW WHAT U DO 
    132132   rn_hnewice     = 0.1             !  thickness for new ice formation in open water (m) 
    133    ln_frazil      = .true.          !  Frazil ice parameterization (ice collection as a function of wind) 
     133   ln_frazil      = .false.         !  Frazil ice parameterization (ice collection as a function of wind) 
    134134   rn_maxfrazb    = 1.0             !     (ln_frazil=T) maximum fraction of frazil ice collecting at the ice base 
    135135   rn_vfrazb      = 0.417           !     (ln_frazil=T) thresold drift speed for frazil ice collecting at the ice bottom (m/s) 
Note: See TracChangeset for help on using the changeset viewer.