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 12165 for NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2019-12-11T09:27:27+01:00 (4 years ago)
Author:
davestorkey
Message:

2019/dev_ASINTER-01-05_merged: Update to r12072 of trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/namelist_ice_ref

    r11586 r12165  
    5757   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
    5858      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
    59                                       !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 
    60       rn_icebfr     =  15.            !        ln_landfast_L16:  maximum bottom stress per unit volume [N/m3] 
    61                                       !        ln_landfast_home: maximum bottom stress per unit area of contact [N/m2] 
    62                                       !          recommended range: ?? L16=15 - home=10 
     59                                      !          recommended range: [0.1 ; 0.25] 
     60      rn_icebfr     =  15.            !        maximum bottom stress per unit volume [N/m3] 
    6361      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
    64       rn_tensile    =   0.2           !        ln_landfast_L16: isotropic tensile strength 
     62      rn_tensile    =   0.2           !        isotropic tensile strength [0-0.5??] 
    6563/ 
    6664!------------------------------------------------------------------------------ 
     
    103101&namdyn_adv     !   Ice advection 
    104102!------------------------------------------------------------------------------ 
    105    ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
    106    ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
     103   ln_adv_Pra       = .true.         !  Advection scheme (Prather) 
     104   ln_adv_UMx       = .false.          !  Advection scheme (Ultimate-Macho) 
    107105      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    108106/ 
     
    234232&namdia         !   Diagnostics 
    235233!------------------------------------------------------------------------------ 
    236    ln_icediachk     = .false.         !  check online the heat, mass & salt budgets at each time step 
    237       !                               !     rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years                                    
    238       rn_icechk_cel =  1.             !     check at any gridcell           => stops the code if violated (and writes a file) 
    239       rn_icechk_glo =  0.1            !     check over the entire ice cover => only prints warnings 
     234   ln_icediachk     = .false.         !  check online heat, mass & salt budgets 
     235      !                               !   rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 
     236      rn_icechk_cel =  100.           !     check at each gridcell          (1.e-4m/h)=> stops the code if violated (and writes a file) 
     237      rn_icechk_glo =  1.             !     check over the entire ice cover (1.e-6m/h)=> only prints warnings 
    240238   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    241239   ln_icectl        = .false.         !  ice points output for debug (T or F) 
Note: See TracChangeset for help on using the changeset viewer.