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.
namsbc_wave in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namsbc_wave @ 15814

Last change on this file since 15814 was 15522, checked in by amoulin, 3 years ago

Manual updates for wave-coupling interaction - ticket #2744

  • Property svn:mime-type set to text/x-fortran
File size: 2.6 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
3!-----------------------------------------------------------------------
4   ln_sdw      = .false.       !  get the 2D Surf Stokes Drift & Compute the 3D stokes drift
5   ln_stcor    = .false.       !  add Stokes Coriolis and tracer advection terms
6   ln_cdgw     = .false.       !  Neutral drag coefficient read from wave model
7   ln_tauoc    = .false.       !  ocean stress is modified by wave induced stress
8   ln_wave_test= .false.       !  Test case with constant wave fields
9!
10   ln_charn    = .false.       !  Charnock coefficient read from wave model (IFS only)
11   ln_taw      = .false.       !  ocean stress is modified by wave induced stress (coupled mode)
12   ln_phioc    = .false.       !  TKE flux from wave model
13   ln_bern_srfc= .false.       !  wave induced pressure. Bernoulli head J term
14   ln_breivikFV_2016 = .false. !  breivik 2016 vertical stokes profile
15   ln_vortex_force = .false.   !  Vortex Force term
16   ln_stshear  = .false.       !  include stokes shear in EKE computation
17!
18   cn_dir      = './'      !  root directory for the waves data location
19   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
20   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
21   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
22   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6.         , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
23   sn_usd      =  'sdw_ecwaves_orca2'    ,        6.         , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
24   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6.         , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
25   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6.         , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
26   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6.         , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
27   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
28   sn_tauoc    =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
29/
Note: See TracBrowser for help on using the repository browser.