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 9038 for branches/2017/dev_merge_2017/DOC/Namelists/namsbc – NEMO

Ignore:
Timestamp:
2017-12-14T12:14:52+01:00 (6 years ago)
Author:
flavoni
Message:

update DOC & Namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/Namelists/namsbc

    r9019 r9038  
    1616                           !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
    1717                     ! Sea-ice : 
    18    nn_ice      = 0         !  =0 no ice boundary condition   , 
     18   nn_ice      = 2         !  =0 no ice boundary condition   , 
    1919                           !  =1 use observed ice-cover      , 
    2020                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     
    3535   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    3636   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    37    ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     37   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
     38                           !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     39                           !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
     40                           !   = 2 Phillips as (1) but using the wave frequency from a wave model 
     41   ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     42   ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    3843   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    3944   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
Note: See TracChangeset for help on using the changeset viewer.