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 13249 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-07-04T10:22:08+02:00 (4 years ago)
Author:
clem
Message:

merge with Jerome's branch NEMO_4.03_IODRAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ref

    r13006 r13249  
    681681   ! 
    682682   ln_drgimp   = .true.    !  implicit top/bottom friction flag 
     683      ln_drgice_imp = .false. ! implicit ice-ocean drag 
    683684/ 
    684685!----------------------------------------------------------------------- 
     
    10591060                              !    = 0 no scaling under sea-ice 
    10601061                              !    = 1 scaling with constant sea-ice thickness 
    1061                               !    = 2  scaling with mean sea-ice thickness ( only with SI3 sea-ice model ) 
    1062                               !    = 3  scaling with maximum sea-ice thickness 
     1062                              !    = 2 scaling with mean sea-ice thickness ( only with SI3 sea-ice model ) 
     1063                              !    = 3 scaling with maximum sea-ice thickness 
    10631064      rn_mxlice   = 10.       ! max constant ice thickness value when scaling under sea-ice ( nn_mxlice=1) 
    10641065   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
     
    10741075                              !        = 0  constant 10 m length scale 
    10751076                              !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
    1076       rn_eice     =   4       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4    
     1077   nn_eice     =   1       !  attenutaion of langmuir & surface wave breaking under ice 
     1078   !                       !           = 0 no impact of ice cover on langmuir & surface wave breaking 
     1079   !                       !           = 1 weigthed by 1-TANH(10*fr_i) 
     1080   !                       !           = 2 weighted by 1-fr_i 
     1081   !                       !           = 3 weighted by 1-MIN(1,4*fr_i)    
    10771082/ 
    10781083!----------------------------------------------------------------------- 
     
    10871092   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
    10881093   rn_hsro       =  0.02   !  Minimum surface roughness 
     1094   rn_hsri       =  0.03   !  Ice-ocean roughness 
    10891095   rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met>1) 
    10901096   nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2/3) 
    1091    !                             ! =3 requires ln_wave=T 
     1097   !                       !     = 3 requires ln_wave=T 
     1098   nn_z0_ice     =   1     !  attenutaion of surface wave breaking under ice 
     1099   !                       !           = 0 no impact of ice cover 
     1100   !                       !           = 1 roughness uses rn_hsri and is weigthed by 1-TANH(10*fr_i) 
     1101   !                       !           = 2 roughness uses rn_hsri and is weighted by 1-fr_i 
     1102   !                       !           = 3 roughness uses rn_hsri and is weighted by 1-MIN(1,4*fr_i) 
    10921103   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
    10931104   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
Note: See TracChangeset for help on using the changeset viewer.