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 4960 for branches/2014/dev_r4642_WavesWG/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2014-12-02T16:13:53+01:00 (9 years ago)
Author:
rblod
Message:

dev_r4642_WavesWG : stokes-coriolis from sbcwave + time splitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4642_WavesWG/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r4644 r4960  
    324324      ! Read wave parameters if Stokes-Coriolis forcing OR wave parameters for TKE are needed 
    325325      ! Also read it if drag coefficient to ensure that we use the neutral 10m from WAM. 
    326       IF (ln_stcor .OR. ln_wavetke .OR. ln_tauoc .OR. ln_cdgw) THEN 
     326      IF (ln_wavetke .OR. ln_tauoc .OR. ln_cdgw) THEN 
    327327         CALL sbc_wavepar( kt ) 
    328328      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.