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

Changeset 12647


Ignore:
Timestamp:
2020-04-02T18:11:24+02:00 (4 years ago)
Author:
jcastill
Message:

Fix bug: when running in ocean/wave coupled mode, no wave fields were recieved because the routine sbc_rcv_cpl was never called; done here to avoid merge problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r12083_cpl-pressure/src/OCE/SBC/sbcmod.F90

    r12461 r12647  
    439439      END SELECT 
    440440      ! 
    441       IF( ln_mixcpl )          CALL sbc_cpl_rcv   ( kt, nn_fsbc, nn_ice )   ! forced-coupled mixed formulation after forcing 
     441      IF( ln_mixcpl .OR. ln_wave ) CALL sbc_cpl_rcv   ( kt, nn_fsbc, nn_ice )   ! forced-coupled mixed formulation after forcing 
    442442      IF( ln_bdy )             CALL bdy_dta ( kt, kt_offset=+1 )            ! update dynamic & tracer data at open boundaries  
    443443 
Note: See TracChangeset for help on using the changeset viewer.