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 7620 – NEMO

Changeset 7620


Ignore:
Timestamp:
2017-01-30T14:35:21+01:00 (7 years ago)
Author:
jcastill
Message:

Fix bug with momentum transfer in coupled mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_INGV1_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r7481 r7620  
    395395      END SELECT 
    396396 
     397      IF( ln_mixcpl )        CALL sbc_cpl_rcv ( kt, nn_fsbc, nn_ice )   ! forced-coupled mixed formulation after forcing 
     398 
    397399      IF ( ln_wave .AND. ln_tauoc) THEN                 ! Wave stress subctracted  
    398400            utau(:,:) = utau(:,:)*tauoc_wave(:,:)  
     
    407409      !  
    408410      END IF 
    409       IF( ln_mixcpl )        CALL sbc_cpl_rcv ( kt, nn_fsbc, nn_ice )   ! forced-coupled mixed formulation after forcing 
    410  
    411411 
    412412      !                                            !==  Misc. Options  ==! 
Note: See TracChangeset for help on using the changeset viewer.