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 12991 for NEMO/branches/2020/dev_r12702_ASINTER-02_emanuelaclementi_Waves/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2020-05-29T12:58:31+02:00 (4 years ago)
Author:
emanuelaclementi
Message:

Included wave-current processes following Couvelard et al 2019 and Gurvan code -ticket #2155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12702_ASINTER-02_emanuelaclementi_Waves/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r12501 r12991  
    8989   !                       !    =2 annual global mean of e-p-r set to zero 
    9090   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    91    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    92    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    93    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    94       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    95       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    96       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    97    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    98    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    99    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    10091/ 
    10192!----------------------------------------------------------------------- 
     
    162153&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    163154!----------------------------------------------------------------------- 
     155   ln_sdw      = .false.    !  get the 2D Surf Stokes Drift & Compute the 3D stokes drift 
     156   ln_stcor    = .false.    !  add Stokes Coriolis and tracer advection terms 
     157   ln_cdgw     = .false.    !  Neutral drag coefficient read from wave model 
     158   ln_tauoc    = .false.    !  ocean stress is modified by wave induced stress 
     159   ln_wave_test= .false.    !  Test case with constant wave fields 
     160! 
     161   ln_charn    = .false.     !  Charnock coefficient read from wave model (IFS only) 
     162   ln_taw      = .false.     !  ocean stress is modified by wave induced stress (coupled mode) 
     163   ln_phioc    = .false.     !  TKE flux from wave model 
     164   ln_bern_srfc= .false.     ! wave induced pressure. Bernoulli head J term 
     165   ln_breivikFV_2016 = .false. ! breivik 2016 vertical stokes profile 
     166   ln_vortex_force = .false. 
     167! 
     168   cn_dir      = './'      !  root directory for the waves data location 
     169   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     170   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     171   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     172   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6.         , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     173   sn_usd      =  'sdw_ecwaves_orca2'    ,        6.         , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     174   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6.         , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     175   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6.         , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     176   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6.         , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     177   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    164178/ 
    165179!----------------------------------------------------------------------- 
     
    374388                               !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T) 
    375389      rn_eice     =   0       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4    
     390      ln_mxhsw    = .false.   !  surface mixing length scale = F(wave height) 
    376391/ 
    377392!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.