Ignore:
Timestamp:
01/31/24 15:36:50 (5 months ago)
Author:
aquiquet
Message:

Cleaning branch: update of param_list so that we are ready to switch to dragging_coulomb instead of dragging_param, results are not identical due to rounding errors so dragging_param is kept for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/Param/anteis1_param_list_Cyc-Tsai.dat

    r443 r473  
    238238!___________________________________________________________ 
    239239&drag_param_beta          ! nom du bloc dragging param beta 
    240   
     240 
    241241 beta_slope            =   4.6416814E-03 
    242  beta_expo             =    1.000000     
    243  betamax               =    500000.0     
    244  betamin               =    1.000000     
     242 beta_expo             =    1.000000 
     243 betamax               =    500000.0 
     244 betamin               =    1.000000 
    245245 / 
    246246! Slope & expo of beta = - slope x Neff ** expo 
     247&drag_coulomb_friction                        ! drag_coulomb_friction 
     248 
     249cf            = 0.46416814 
     250m_nolin       = 1. 
     251niter_nolin   = 1 
     252betamax    = 5.e5     ! maximum value of beta 
     253betamin    = 1.   ! minimum value of beta 
     254bool_sedim = .F. 
     255file_sedim  = 'Ant40_hsedim.nc' 
     256seuil_sedim = 0. 
     257coef_sedim  = 1.e-2 
     258/ 
     259! cf: a friction coefficient (to be tuned) 
     260! m_nolin: non-linear exponent, from 1 to infinity (put -1 for infinity) 
     261!          m_nolin=1/q in Pattyn TC 2017, q in [0:1] 
     262! niter_nolin: number of iterations to solve the non-linearity (expensive!) 
     263! 
     264!___________________________________________________________ 
    247265 &MASS_CONSERV 
    248266 ADV_FRAC        =   2.000000    , 
Note: See TracChangeset for help on using the changeset viewer.