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 7221 for branches/2015/dev_r5936_INGV1_WAVE/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-11-14T08:41:51+01:00 (8 years ago)
Author:
emanuelaclementi
Message:

#1643 Bug fix in development branch 2015/dev_r5936_INGV1_WAVE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5936_INGV1_WAVE/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7078 r7221  
    250250                           !     =1 global mean of e-p-r set to zero at each time step 
    251251                           !     =2 annual global mean of e-p-r set to zero 
    252    ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both) (T => fill namsbc_wave) 
    253    ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    254    ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    255    ln_tauoc= .false.       !  Activate ocean stress modified by external wave induced stress (T => fill namsbc_wave) 
    256    ln_stcor= .false.       !  Activate Stokes Coriolis term (T => fill namsbc_wave) 
     252   ln_wave = .false.       !  Activate coupling with wave (T => fill namsbc_wave) 
     253   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
     254   ln_sdw  = .false.       !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     255   ln_tauoc= .false.       !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     256   ln_stcor= .false.       !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    257257   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    258258                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
     
    917917   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping 
    918918   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T 
    919    ln_zdfqiao  = .false.   !  Enhanced wave vertical mixing Qiao (2010) 
     919   ln_zdfqiao  = .false.   !  Enhanced wave vertical mixing Qiao (2010) (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    920920/ 
    921921!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.