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 3529 for branches/2012/dev_r3389_INGV4_stokes/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-06T15:17:25+01:00 (11 years ago)
Author:
adani
Message:

Read 2d Stokes Drift (U,V) and wavenumber, compute the 3D fields and the vertical component of the Stokes Drift.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3389_INGV4_stokes/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist

    r3309 r3529  
    144144                           !     =2 annual global mean of e-p-r set to zero 
    145145                           !     =3 global emp set to zero and spread out over erp area 
     146   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    146147   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     148   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    147149/ 
    148150!----------------------------------------------------------------------- 
     
    972974!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    973975   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     976   sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
     977   sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
     978   sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   , .true.   , .false. , 'daily'  ,''         , '' 
    974979! 
    975980   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
Note: See TracChangeset for help on using the changeset viewer.